Files
notify-on-start/src/main/resources/plugin.yml
T

25 lines
839 B
YAML
Raw Normal View History

2023-03-28 19:24:11 +08:00
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
2023-05-17 04:17:53 +00:00
aliases: [i, inf]
2023-03-28 19:24:11 +08:00
send-message:
description: Sends a message to the server's main discord server.
usage: /send-message <message content>
2023-05-17 04:17:53 +00:00
aliases: [sm, sms, smsg]
2023-03-28 19:24:11 +08:00
set-logging:
2023-05-17 04:17:53 +00:00
description: Sets the status event logging in the server, may greatly increase performance and reduce lag if this is off
2023-03-28 19:24:11 +08:00
usage: /set-logging <true|false>
permission: op
2023-05-17 04:17:53 +00:00
aliases: [slg, stl, stlg]
2023-03-28 19:24:11 +08:00
ping-server:
2023-04-27 09:41:17 +08:00
description: Pings the server. Will not work on Bedrock clients. (ex. through geyser)
2023-05-17 04:17:53 +00:00
usage: /ping-server
aliases: [psrv, ping, pingsrv]