diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-13 16:49:36 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-08-13 16:49:36 -0400 |
commit | 173d4b0e6a1eca9d088b0bcf8b81c82494d658d6 (patch) | |
tree | 0ea188aae579b99336b0df331422868cc9279e22 /src/main/resources/plugin.yml | |
download | kenshinshideandseek-173d4b0e6a1eca9d088b0bcf8b81c82494d658d6.tar.gz kenshinshideandseek-173d4b0e6a1eca9d088b0bcf8b81c82494d658d6.tar.bz2 kenshinshideandseek-173d4b0e6a1eca9d088b0bcf8b81c82494d658d6.zip |
1.0.0
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 11 |
1 files changed, 11 insertions, 0 deletions
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 |