2023-03-28 19:24:11 +08:00
|
|
|
main: cf.sobrooms.Main
|
2023-09-25 23:44:12 +08:00
|
|
|
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:
|
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:
|
2023-09-25 23:44:12 +08:00
|
|
|
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>
|
2023-09-25 23:44:12 +08:00
|
|
|
aliases: [sms]
|
2023-03-28 19:24:11 +08:00
|
|
|
set-logging:
|
2023-09-25 23:44:12 +08:00
|
|
|
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
|
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]
|