Initial commit
This commit is contained in:
14
src/main/resources/plugin.yml
Normal file
14
src/main/resources/plugin.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: LockedPortals
|
||||
version: '${project.version}'
|
||||
main: net.knarcraft.lockedportals.LockedPortals
|
||||
api-version: '1.21'
|
||||
|
||||
commands:
|
||||
toggleNether:
|
||||
description: "Toggles Nether availability"
|
||||
usage: "<command>"
|
||||
permission: splitfactions.admin
|
||||
toggleTheEnd:
|
||||
description: "Toggles The End availability"
|
||||
usage: "<command>"
|
||||
permission: splitfactions.admin
|
||||
Reference in New Issue
Block a user