transition to plugin.yml
This commit is contained in:
parent
aa1c13c74c
commit
ed6cf32cfd
1 changed files with 8 additions and 1 deletions
23
src/main/resources/plugin.yml
Normal file
23
src/main/resources/plugin.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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
|
||||
|
||||
commands:
|
||||
attributes:
|
||||
description: Set the attributes of the player.
|
Loading…
Add table
Add a link
Reference in a new issue