1.2.0: Remove unnecessary events, use yml as a config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
main: cf.sobrooms.Main
|
||||
version: 1.1.4
|
||||
main: moe.sob.Main
|
||||
version: 1.2.0
|
||||
name: notifyOnStart
|
||||
description: Sends webhook_notify to sobrooms when the server starts successfully
|
||||
description: A logging plugin.
|
||||
api-version: 1.19
|
||||
authors: [rrryfoo, sobrooms]
|
||||
commands:
|
||||
@@ -10,15 +10,20 @@ commands:
|
||||
usage: /info
|
||||
aliases: [i]
|
||||
send-message:
|
||||
description: Sends a message to the Discord server. (If any was set)
|
||||
usage: /send-message <message content>
|
||||
description: Broadcast text onto this server's Discord server.
|
||||
usage: /send-message <message>
|
||||
aliases: [sms]
|
||||
set-logging:
|
||||
description: Enables or disables event logging in the server, performance and events can occur faster with this off. (Depending on server speed)
|
||||
description: Enables or disables event logging in the server. 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.
|
||||
aliases: [sl]
|
||||
ping-server:
|
||||
description: Gets the server ping.
|
||||
usage: /ping-server
|
||||
aliases: [ping]
|
||||
set-greet-message:
|
||||
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