GUI && new system idk
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user