diff options
author | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:50:36 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2022-04-25 18:50:36 +0200 |
commit | 9e2ddeb55321b09086a5a27254197d783847e6e3 (patch) | |
tree | 620e4a7b326df2a77fff51aff390e0a6bef43631 /src/main/resources/plugin.yml |
Diffstat (limited to 'src/main/resources/plugin.yml')
-rwxr-xr-x | src/main/resources/plugin.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml new file mode 100755 index 0000000..3d187bd --- /dev/null +++ b/src/main/resources/plugin.yml @@ -0,0 +1,9 @@ +main: com.encrox.zombie.Zombie
+name: Zombie
+version: 1.0
+depend: [InstancedRegions]
+
+commands:
+ zombie:
+ description: Generic zombie command.
+ usage: /zombie help
\ No newline at end of file |