diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c7efd66..5a13e09 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -8,13 +8,17 @@ commands: info: description: Shows info about this server. usage: /info + aliases: [i, inf] send-message: description: Sends a message to the server's main discord server. usage: /send-message + aliases: [sm, sms, smsg] set-logging: - description: Toggles event logging in the server, may greatly increase performance and reduce lag. + description: Sets the status event logging in the server, may greatly increase performance and reduce lag if this is off usage: /set-logging permission: op + aliases: [slg, stl, stlg] ping-server: description: Pings the server. Will not work on Bedrock clients. (ex. through geyser) - usage: /ping-server \ No newline at end of file + usage: /ping-server + aliases: [psrv, ping, pingsrv]