18 lines
525 B
YAML
18 lines
525 B
YAML
name: Leaf
|
|
version: ${version}
|
|
main: games.dmg.leaf.LeafPlugin
|
|
api-version: "1.20"
|
|
description: Voluntary visible Resistance and Strength protection for non-aggressive players.
|
|
author: dmg.games
|
|
commands:
|
|
leaf:
|
|
description: Control or administer Leaf protection.
|
|
usage: /leaf <on|off|status|enabled|effect|strength|player>
|
|
permissions:
|
|
leaf.use:
|
|
description: Allows a player to control their own Leaf protection.
|
|
default: true
|
|
leaf.admin:
|
|
description: Allows administration of Leaf.
|
|
default: op
|