QoL/src/main/resources/plugin.yml

73 lines
1.9 KiB
YAML

name: ${name}
version: ${version}
description: ${description}
author: ${author}
website: ${url}
main: ${mainClass}
commands:
qol:
description: Base command
colors:
description: See all color/formatting codes
aliases: [color, c]
history:
description: Name History utility command
aliases: [names, name]
uuid:
description: UUID utility command
portal:
description: Nether Portal utility command
makeme:
description: MakeMe utility command
sudo:
description: Sudo utility command
shadowmute:
description: Shadow Mute command
aliases: [sm]
whitelist:
description: Whitelist command
timeout:
description: Timeout command
permissions:
qol.admin:
description: Ability to reload the plugin
default: op
qol.priority:
description: Allows a player on past the player cap
default: op
qol.uuid:
description: Ability to use the UUID command
default: op
qol.history:
description: Ability to use the Name History command
default: op
qol.portal:
description: Ability to use the Portal command
default: op
qol.sudo:
description: Ability to use the Sudo command
default: op
qol.makeme:
description: Ability to use the MakeMe command
default: true
qol.shadowmute:
description: Ability to use the Shadow Mute command
default: op
qol.whitelist.bypass:
description: Allows someone into the server when Whitelist is enabled
default: op
qol.whitelist.command:
description: Ability to use the Whitelist command
default: op
children:
qol.whitelist.bypass: true
qol.timeout.bypass:
description: Allows someone to chat while a Timeout is active
default: op
qol.timeout.command:
description: Ability to use the Timeout command
default: op
children:
qol.timeout.bypass: true