GUI && new system idk

This commit is contained in:
rattatwinko
2025-04-27 15:13:47 +02:00
parent a7d0989286
commit 1b31c125f9
11 changed files with 632 additions and 65 deletions

View File

@@ -2,12 +2,12 @@ name: MOTD
version: 1.0-SNAPSHOT
main: org.server_info.MOTD.MOTD
api-version: 1.19
description: Sets the server MOTD to random quotes from config
description: Sets the server MOTD to random quotes from config with GUI management
author: YourName
commands:
motd:
description: Control the MOTD quote plugin
usage: /motd [refresh|reload]
usage: /motd [refresh|reload|list|add|remove|edit|gui]
permission: motd.use
aliases: [quotemotd]
permissions:
@@ -19,4 +19,13 @@ permissions:
default: op
motd.reload:
description: Allows reloading the plugin configuration
default: op
motd.list:
description: Allows listing all available quotes
default: op
motd.edit:
description: Allows adding, removing, and editing quotes
default: op
motd.gui:
description: Allows using the quote management GUI
default: op