74 lines
2.2 KiB
YAML
74 lines
2.2 KiB
YAML
name: ${name}
|
|
version: ${version}
|
|
description: ${description}
|
|
author: ${author}
|
|
website: ${url}
|
|
main: ${mainClass}
|
|
commands:
|
|
minecraftmanager:
|
|
description: Base MCM command
|
|
aliases: [mcm]
|
|
rules:
|
|
description: View the rules
|
|
aliases: []
|
|
apply:
|
|
description: Apply to become whitelisted
|
|
aliases: []
|
|
ticket:
|
|
description: Submit a help ticket
|
|
aliases: []
|
|
warning:
|
|
description: Issue a warning
|
|
aliases: [warn]
|
|
application:
|
|
description: Application commands. Accept, Deny, Search, Info
|
|
aliases: [app]
|
|
permissions:
|
|
minecraftmanager.use:
|
|
description: Allows use of MinecraftManager commands
|
|
default: op
|
|
minecraftmanager.guest:
|
|
description: Permission node assigned ONLY to guests
|
|
default: false
|
|
minecraftmanager.apply:
|
|
description: Allows use of the Apply command. Probably everyone...
|
|
default: op
|
|
minecraftmanager.ticket:
|
|
description: Allows use of the Ticket command.
|
|
default: op
|
|
minecraftmanager.warning:
|
|
description: Allows use of the Warning command.
|
|
default: op
|
|
minecraftmanager.application.search:
|
|
description: Allows a player to search through applications
|
|
default: op
|
|
minecraftmanager.application.action:
|
|
description: Allows a player to take action on an application
|
|
default: op
|
|
minecraftmanager.staff:
|
|
description: Who should get staff messages
|
|
default: op
|
|
minecraftmanager.register:
|
|
description: Who is allowed to register for the MCM web application
|
|
default: op
|
|
minecraftmanager.report:
|
|
description: Who is allowed to generate an entity report.
|
|
default: op
|
|
minecraftmanager.application.*:
|
|
description: Wildcard permission for MCM applications
|
|
default: op
|
|
children:
|
|
minecraftmanager.application.search: true
|
|
minecraftmanager.application.action: true
|
|
minecraftmanager.*:
|
|
description: Wildcard permission for MCM
|
|
default: op
|
|
children:
|
|
minecraftmanager.use: true
|
|
minecraftmanager.apply: true
|
|
minecraftmanager.ticket: true
|
|
minecraftmanager.warning: true
|
|
minecraftmanager.application.*: true
|
|
minecraftmanager.staff: true
|
|
minecraftmanager.register: true
|
|
minecraftmanager.report: true |