From 173d4b0e6a1eca9d088b0bcf8b81c82494d658d6 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 13 Aug 2021 16:49:36 -0400 Subject: 1.0.0 --- src/main/resources/plugin.yml | 11 +++++++++++ 1 file changed, 11 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..ea176f0 --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,11 @@ +name: HideAndSeek +main: net.tylermurphy.hideAndSeek.Main +version: 1.0 +author: KenshinEto +load: STARTUP +commands: + hideandseek: + description: Hide and Seek command + usage: /hideandseek [about|help|start|stop|setspawn|setseeker] + permission: hideAndSeek.admin + aliases: hs \ No newline at end of file -- cgit v1.2.3-freya