From 9eaadd57b8b66409a39402a3f395336bd351a006 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 19 Mar 2026 21:47:24 -0400 Subject: initial 0.1.0 --- src/main/resources/plugin.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/plugin.yml (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100644 index 0000000..c400632 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,16 @@ +name: CommandBlockLocator +main: cat.freya.cbl.Main +version: 0.1.0 +author: KenshinEto +load: STARTUP +api-version: 1.13 +depend: [] +softdepend: [] +commands: + commandblocklocator: + description: Command Block Locator command + usage: /commandblocklocator [command] + aliases: cbl +permissions: + cbl.toggle: + default: op -- cgit v1.2.3-freya