Commit Graph
11 Commits
Author SHA1 Message Date
Andreas Troelsen 2de480709d Add support for class item chests.
This is an extremely ugly, hacky way to do it, but the feature
should definitely make it into 1.0 - it requires no commands or
any other complex setting up besides flipping one option in the
config-file.

Upon clicking a class sign in the lobby, MobArena will (if the
config-setting is true) search for chests below the sign, and
below (and including) the block behind the sign, i.e. the block
that a wall sign would be attached to. If a chest is found, the
contents will become the class inventory.

The search can be optimized to be a one-off thing unless the
block changes from being a chest. A todo for 1.0, perhaps.
2013-01-25 23:27:32 +01:00
garbagemule 807e30be49 Add auto-start-timer feature. Minor cleanup. 2012-12-26 12:55:46 +01:00
garbagemule 6ade558eeb Fixed ClassLimitManager and split ArenaClass.getName() into
getConfigName() and getLowercaseName()
2012-07-30 18:00:37 +02:00
Brian 906fe93d6a v0.94.4.69 - beginning of Class Limits feature [not working] 2012-06-06 20:20:11 -04:00
garbagemule 70ec22a066 Added auto-ignite-tnt arena setting. 2012-03-08 02:05:31 +01:00
Garbage Mule 777f6b9b07 So, you got a big source code revamp. Big whoop, wanna fight about it? 2012-02-24 05:11:06 +01:00
Garbage Mule 3147bdfda0 Added only-on-swarms for MagicSpells 2011-09-13 21:46:51 +02:00
Garbage Mule 008a89d545 Bla 2011-09-13 18:33:22 +02:00
Garbage Mule b85f87f856 Introduced magicspells.yml for disabling custom spells. 2011-09-13 10:43:41 +02:00
Garbage Mule 22f30880e9 Added Spout support for announcements and reverted to old spawn algorithm 2011-08-21 23:40:36 +02:00
Andreas Troelsen 4c7d85193e Preparations for customizable waves.. 2011-07-31 21:26:18 +02:00