-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
31 lines (31 loc) · 832 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: Send RCON commands to minecraft server
description: Send command(s) via RCON connection to a RCON enabled minecraft server
inputs:
server:
required: true
description: The server IP address
port:
required: false
description: The server's RCON port
default: 25575
password:
required: false
description: The RCON password to authenticate
default: ""
commands:
required: true
description: Additional commands to send
send-push-info:
required: false
description: Sends information about the push to the server as a tellraw
default: true
push-info-recipient:
required: false
description: Changes the selector of who should be getting the server info.
default: "@a"
runs:
using: node16
main: index.js
branding:
icon: arrow-right-circle
color: green