mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2024-12-02 13:23:21 +01:00
Create plugin.yml
This commit is contained in:
parent
a6dd0d1d68
commit
68f3f6fe1a
34
src/main/resources/plugin.yml
Normal file
34
src/main/resources/plugin.yml
Normal file
@ -0,0 +1,34 @@
|
||||
name: WorldSystem
|
||||
main: de.butzlabben.world.WorldSystem
|
||||
authors: [ CrazyCloudCraft ]
|
||||
version: ${version}
|
||||
description: ${description}
|
||||
api-version: 1.13
|
||||
load: STARTUP
|
||||
folia-supported: false
|
||||
depend: [ ]
|
||||
softdepend: [ ProtocolSupport, PacketListenerApi ]
|
||||
commands:
|
||||
ws:
|
||||
description: WorldSystem command
|
||||
permissions:
|
||||
ws.*:
|
||||
default: op
|
||||
description: Grants all /worldsystem subcommands
|
||||
children:
|
||||
ws.tp.*: true
|
||||
ws.get: true
|
||||
ws.sethome: true
|
||||
ws.build: true
|
||||
ws.gamemode: true
|
||||
ws.delete: true
|
||||
ws.lag: true
|
||||
ws.big: true
|
||||
ws.large: true
|
||||
ws.tp.*:
|
||||
default: op
|
||||
description: Grants all /worldsystem tp subcommands
|
||||
children:
|
||||
ws.tp.world: true
|
||||
ws.tp.toother: true
|
||||
ws.tp.other: true
|
Loading…
Reference in New Issue
Block a user