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

29 lines
940 B
YAML
Raw Normal View History

main: moe.sob.Main
version: 1.2.0
2023-03-28 19:24:11 +08:00
name: notifyOnStart
description: A logging plugin.
2023-03-28 19:24:11 +08:00
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: Broadcast text onto this server's Discord server.
usage: /send-message <message>
aliases: [sms]
2023-03-28 19:24:11 +08:00
set-logging:
description: Enables or disables event logging in the server. Server performance is enhanced while logs are disabled. (Depending on server speed)
2023-03-28 19:24:11 +08:00
usage: /set-logging <true|false>
permission: op
permission-message: Only operators can use this command.
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]
set-greet-message:
description: Change the message sent to players whenever they join the server.
usage: /set-greet-message <msg>
aliases: [sgm]