32 lines
No EOL
913 B
YAML
32 lines
No EOL
913 B
YAML
name: $name
|
|
version: $version
|
|
main: me.unurled.sacredrealms.sr.SR
|
|
api-version: "$apiVersion"
|
|
description: $description
|
|
load: POSTWORLD
|
|
authors:
|
|
- unurled
|
|
|
|
permissions:
|
|
sr.tutorial:
|
|
default: not op
|
|
description: When the player joins and doesn't have finished the tutorial.
|
|
sr.spawn:
|
|
default: not op
|
|
description: When the player have discovered the spawn.
|
|
sr.attributes:
|
|
default: op
|
|
description: When the player has permission for the command /attributes set
|
|
sr.clientbuild:
|
|
description: When the player has permission for the command /clientbuild
|
|
sr.resetadventure:
|
|
default: op
|
|
description: When the player has permission for the command /resetadventure
|
|
|
|
commands:
|
|
attributes:
|
|
description: Set the attributes of the player.
|
|
clientbuild:
|
|
description: Set the client build of the player.
|
|
resetadventure:
|
|
description: Reset the adventure of the player |