Files
MOTD/target/classes/plugin.yml
2025-04-27 15:13:47 +02:00

31 lines
876 B
YAML

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 with GUI management
author: YourName
commands:
motd:
description: Control the MOTD quote plugin
usage: /motd [refresh|reload|list|add|remove|edit|gui]
permission: motd.use
aliases: [quotemotd]
permissions:
motd.use:
description: Allows using basic MOTD commands
default: true
motd.refresh:
description: Allows refreshing the MOTD quote
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