2018-09-12 15:53:47 +00:00
|
|
|
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]
|
2018-09-14 05:08:13 +00:00
|
|
|
list:
|
|
|
|
description: See a list of players
|
|
|
|
aliases: [players, playerlist]
|
|
|
|
plugins:
|
|
|
|
description: See a list of plugins
|
|
|
|
aliases: [pl]
|
2018-09-12 15:53:47 +00:00
|
|
|
history:
|
|
|
|
description: Name History utility command
|
|
|
|
aliases: [names, name]
|
|
|
|
uuid:
|
|
|
|
description: UUID utility command
|
|
|
|
portal:
|
|
|
|
description: Nether Portal utility command
|
2018-09-12 16:06:02 +00:00
|
|
|
worldinfo:
|
|
|
|
description: World Info utility command
|
|
|
|
aliases: [wi]
|
2018-09-12 15:53:47 +00:00
|
|
|
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:
|
2018-09-26 20:11:36 +00:00
|
|
|
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.worldinfo:
|
|
|
|
description: Ability to use the World Info command
|
|
|
|
deafult: 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.auditable:
|
|
|
|
description: Audits command usage
|
|
|
|
default: op
|
|
|
|
qol.auditor:
|
|
|
|
description: Audits command usage
|
|
|
|
default: op
|
|
|
|
qol.tpconfirm:
|
|
|
|
description: Makes the user confirm they want to TP out of spec
|
|
|
|
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
|
2018-09-12 15:53:47 +00:00
|
|
|
|