24 lines
903 B
YAML
24 lines
903 B
YAML
name: CreeperFear
|
|
version: '${version}'
|
|
main: games.dmg.creeperfear.CreeperFearPlugin
|
|
api-version: '26.2'
|
|
author: dmg.games
|
|
description: Unlock Creeper Aura ranks by defeating creepers.
|
|
commands:
|
|
creeperaura:
|
|
description: Check and administer Creeper Aura progression with permission-aware tab completion.
|
|
usage: /<command> <progress [player]|set <player> <progress>|add <player> <progress>|rank <player> <rank>|threshold <rank> <points>|reload>
|
|
permissions:
|
|
creeperfear.progress:
|
|
description: Check personal Creeper Aura progression.
|
|
default: true
|
|
creeperfear.admin.inspect:
|
|
description: Inspect another player's Creeper Aura progression.
|
|
default: op
|
|
creeperfear.admin.modify:
|
|
description: Modify another player's Creeper Aura progression.
|
|
default: op
|
|
creeperfear.admin.configure:
|
|
description: Change and reload Creeper Aura configuration.
|
|
default: op
|