Make set-greet-message require operator perms, remove System.out prints

This commit is contained in:
2026-01-17 12:18:22 +08:00
parent 6635b7aff4
commit 033e751c9a
12 changed files with 48 additions and 45 deletions
+3 -1
View File
@@ -17,13 +17,15 @@ commands:
description: Enables or disables event logging. Server performance is enhanced while logs are disabled. (Depending on server speed)
usage: /set-logging <true|false>
permission: op
permission-message: Only operators can use this command.
permission-message: Only server operators can use this command.
aliases: [sl]
ping-server:
description: Gets the server ping.
usage: /ping-server
aliases: [ping]
set-greet-message:
permission: op
permission-message: Only server operators can use this command.
description: Change the message sent to players whenever they join the server.
usage: /set-greet-message <msg>
aliases: [sgm]