From 68f3f6fe1ad5dff81322f15391244d988a46f828 Mon Sep 17 00:00:00 2001 From: CloudlyBot | Argantiu <114483978+CloudlyBot@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:27:04 +0200 Subject: [PATCH] Create plugin.yml --- src/main/resources/plugin.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/main/resources/plugin.yml diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..0052f2f --- /dev/null +++ b/src/main/resources/plugin.yml @@ -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