Make set-greet-message require operator perms, remove System.out prints
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user