Allows websockets to run commands on your server
$ mvn
The output plugin will be in target/
- Connect as if it were a normal websocket server
- Authentication
- If authentication is enabled in the config.yml an Authentication Bearer Token will need to be supplied
- Through the connected client, send
Bearer <Token>, and you will be authenticated. Ex:Bearer abcdefg123
- Once connected to the socket, running commands is as simple as sending
Command <command> - Multiple commands can be added at once by putting it on new lines
-
Command say hi Command /tellraw @a {"text":"Hi! (but in red)","color":"red"}