v0.92 - Added multiple arenas, pet classes, Permissions, etc. and rewrote most of the code

This commit is contained in:
Garbage Mule
2011-07-04 17:55:31 +02:00
parent bb18cc771f
commit 53c70564fd
16 changed files with 4142 additions and 1021 deletions
+4 -7
View File
@@ -1,6 +1,6 @@
name: MobArena
main: com.garbagemule.MobArena.MobArena
version: 0.91.2
version: 0.92
softdepend: [MultiVerse]
commands:
ma:
@@ -8,22 +8,19 @@ commands:
usage: |
/ma join - Join the arena.
/ma leave - Leave the arena.
/ma list - List of players in the arena.
/ma notready - List of players who aren't ready.
/ma spectator - Warp to the spectator area.
/ma spectate - Warp to the spectator area.
marena:
description: Base command for MobArena
usage: |
/marena join - Join the arena.
/marena leave - Leave the arena.
/marena list - List of players in the arena.
/marena notready - List of players who aren't ready.
/marena spectator - Warp to the spectator area.
/marena spectate - Warp to the spectator area.
mobarena:
description: Base command for MobArena
usage: |
/mobarena join - Join the arena.
/mobarena leave - Leave the arena.
/mobarena list - List of players in the arena.
/mobarena notready - List of players who aren't ready.
/mobarena spectator - Warp to the spectator area.
/mobarena spectate - Warp to the spectator area.