Sacred realms
This commit is contained in:
commit
aa1c13c74c
28 changed files with 1651 additions and 0 deletions
16
src/main/resources/paper-plugin.yml
Normal file
16
src/main/resources/paper-plugin.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
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.
|
Loading…
Add table
Add a link
Reference in a new issue