QoL/src/main/resources/plugin.yml

130 lines
3.4 KiB
YAML
Raw Normal View History

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
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]
2018-10-09 21:50:22 +00:00
deathmute:
description: Death mute command
aliases: [dm]
2018-09-12 15:53:47 +00:00
whitelist:
description: Whitelist command
timeout:
description: Timeout command
2018-10-12 16:09:47 +00:00
karattrophy:
description: 24 karat trophy command
aliases: [trophy]
2019-09-30 17:15:29 +00:00
checkup:
description: Checkup command
2019-10-05 02:14:28 +00:00
dynmaplink:
description: Dynmap Link command
aliases: [dlink]
2019-10-09 16:30:54 +00:00
marker:
description: Dynmap marker command
aliases: [mark]
2018-09-12 15:53:47 +00:00
permissions:
qol.admin:
description: Ability to reload the plugin
default: op
2019-10-03 15:58:55 +00:00
qol.discord:
description: Ability to use limited Discord syntax for chat formatting
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
2018-10-09 21:50:22 +00:00
qol.deathmute:
description: Ability to use the Death Mute command
default: op
2018-10-12 15:52:29 +00:00
qol.karattrophy:
2018-10-15 23:10:18 +00:00
description: Ability to use the Karat Trophy Command
2018-10-12 15:51:26 +00:00
default: op
2019-09-30 17:15:29 +00:00
qol.checkup:
description: Ability to use the Checkup Command
default: op
2019-10-05 02:14:28 +00:00
qol.dynmaplink:
description: Ability to use the Dynmap Link Command
default: op
qol.auditable:
description: Audits command usage
default: op
qol.auditor:
description: Ability to bypass auditing when running commands on auditable
default: op
qol.specconfirm:
description: Makes the user confirm they want to run (configurable) command(s) out of spec
default: op
2018-12-04 20:02:05 +00:00
qol.griefalert:
description: Alerts the user when monitored actions are encountered
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
2019-10-09 16:30:54 +00:00
qol.marker:
description: Ability to use the marker command
default: op
children:
qol.marker.limit: true