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

25 lines
789 B
YAML
Raw Normal View History

2023-03-28 19:24:11 +08:00
main: cf.sobrooms.Main
version: 1.1.4
2023-03-28 19:24:11 +08:00
name: notifyOnStart
description: Sends webhook_notify to sobrooms when the server starts successfully
api-version: 1.19
authors: [rrryfoo, sobrooms]
commands:
info:
description: Shows information about the Minecraft server.
2023-03-28 19:24:11 +08:00
usage: /info
aliases: [i]
2023-03-28 19:24:11 +08:00
send-message:
description: Sends a message to the Discord server. (If any was set)
2023-03-28 19:24:11 +08:00
usage: /send-message <message content>
aliases: [sms]
2023-03-28 19:24:11 +08:00
set-logging:
description: Enables or disables event logging in the server, performance and events can occur faster with this off. (Depending on server speed)
2023-03-28 19:24:11 +08:00
usage: /set-logging <true|false>
permission: op
aliases: [sl]
2023-03-28 19:24:11 +08:00
ping-server:
description: Gets the server ping.
2023-05-17 04:17:53 +00:00
usage: /ping-server
aliases: [ping]