diff options
Diffstat (limited to 'target/classes/plugin.yml')
-rwxr-xr-x | target/classes/plugin.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/classes/plugin.yml b/target/classes/plugin.yml new file mode 100755 index 0000000..3d187bd --- /dev/null +++ b/target/classes/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 |