20 lines
647 B
YAML
20 lines
647 B
YAML
|
|
main: cf.sobrooms.Main
|
||
|
|
version: 1.0.0
|
||
|
|
name: notifyOnStart
|
||
|
|
description: Sends webhook_notify to sobrooms when the server starts successfully
|
||
|
|
api-version: 1.19
|
||
|
|
authors: [rrryfoo, sobrooms]
|
||
|
|
commands:
|
||
|
|
info:
|
||
|
|
description: Shows info about this server.
|
||
|
|
usage: /info
|
||
|
|
send-message:
|
||
|
|
description: Sends a message to the server's main discord server.
|
||
|
|
usage: /send-message <message content>
|
||
|
|
set-logging:
|
||
|
|
description: Toggles event logging in the server, may greatly increase performance and reduce lag.
|
||
|
|
usage: /set-logging <true|false>
|
||
|
|
permission: op
|
||
|
|
ping-server:
|
||
|
|
description: Pings the server...
|
||
|
|
usage: /ping-server
|