15 lines
523 B
YAML
15 lines
523 B
YAML
|
name: BloodMoon
|
||
|
version: 0.13.1
|
||
|
main: uk.co.jacekk.bukkit.bloodmoon.BloodMoon
|
||
|
load: startup
|
||
|
commands:
|
||
|
bloodmoon:
|
||
|
description: Toggles the bloodmoon for the current world.
|
||
|
usage: /bloodmoon
|
||
|
permissions:
|
||
|
bloodmoon.command.bloodmoon:
|
||
|
description: Allows use of the /bloodmoon command.
|
||
|
default: op
|
||
|
bloodmoon.feature.ignore-world-lock:
|
||
|
description: Allows the player to leave the world even if the bloodmoon is active the lock-in-world feature is enabled.
|
||
|
default: op
|