initial
This commit is contained in:
22
target/classes/plugin.yml
Normal file
22
target/classes/plugin.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
||||
author: YourName
|
||||
commands:
|
||||
motd:
|
||||
description: Control the MOTD quote plugin
|
||||
usage: /motd [refresh|reload]
|
||||
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
|
||||
Reference in New Issue
Block a user