2025-10-15 21:12:07 +08:00
|
|
|
main: moe.sob.Main
|
|
|
|
|
version: 1.2.0
|
2023-03-28 19:24:11 +08:00
|
|
|
name: notifyOnStart
|
2025-10-15 21:12:07 +08:00
|
|
|
description: A logging plugin.
|
2023-03-28 19:24:11 +08:00
|
|
|
api-version: 1.19
|
|
|
|
|
authors: [rrryfoo, sobrooms]
|
|
|
|
|
commands:
|
|
|
|
|
info:
|
2023-09-25 23:44:12 +08:00
|
|
|
description: Shows information about the Minecraft server.
|
2023-03-28 19:24:11 +08:00
|
|
|
usage: /info
|
2023-09-25 23:44:12 +08:00
|
|
|
aliases: [i]
|
2023-03-28 19:24:11 +08:00
|
|
|
send-message:
|
2025-10-15 21:12:07 +08:00
|
|
|
description: Broadcast text onto this server's Discord server.
|
|
|
|
|
usage: /send-message <message>
|
2023-09-25 23:44:12 +08:00
|
|
|
aliases: [sms]
|
2023-03-28 19:24:11 +08:00
|
|
|
set-logging:
|
2025-10-15 21:12:07 +08:00
|
|
|
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
|
2025-10-15 21:12:07 +08:00
|
|
|
permission-message: Only operators can use this command.
|
2023-09-25 23:44:12 +08:00
|
|
|
aliases: [sl]
|
2023-03-28 19:24:11 +08:00
|
|
|
ping-server:
|
2023-09-25 23:44:12 +08:00
|
|
|
description: Gets the server ping.
|
2023-05-17 04:17:53 +00:00
|
|
|
usage: /ping-server
|
2023-09-25 23:44:12 +08:00
|
|
|
aliases: [ping]
|
2025-10-15 21:12:07 +08:00
|
|
|
set-greet-message:
|
|
|
|
|
description: Change the message sent to players whenever they join the server.
|
|
|
|
|
usage: /set-greet-message <msg>
|
|
|
|
|
aliases: [sgm]
|