MobArena plugin for Minecraft
Go to file
Andreas Troelsen ffe270511c Let Bukkit serialize (some) inventories...
Since ConfigurationSerializable, there's no need to manually serialize
items anymore, and thus we let Bukkit serialize player inventories for
when players join arenas.

However, the "repairables" in the soft-restore mechanism still use the
now obsolete SerializableItem and SerializableInventory classes, and
should perhaps be rewritten.

Note that for 1.0, it may still be necessary to write a custom means
of serializing items, since we don't know if a given implementation
supports native serialization (however it should be possible to rely
on Bukkit's in the Bukkit-specific classes).
2013-06-10 00:44:56 +02:00
abilities Minor redundancy cleanup. 2012-03-30 03:34:16 +02:00
language files So, you got a big source code revamp. Big whoop, wanna fight about it? 2012-02-24 05:11:06 +01:00
resources Let Bukkit serialize (some) inventories... 2013-06-10 00:44:56 +02:00
src/com/garbagemule/MobArena Let Bukkit serialize (some) inventories... 2013-06-10 00:44:56 +02:00
.gitignore So, you got a big source code revamp. Big whoop, wanna fight about it? 2012-02-24 05:11:06 +01:00
build.xml Fixed the config-file reset bug. 2012-08-22 06:05:45 +02:00
MobArena.jar Fixed inventory exploit. 2012-09-18 22:53:19 +02:00
README.md So, you got a big source code revamp. Big whoop, wanna fight about it? 2012-02-24 05:11:06 +01:00

Please read the Wiki for details on how to set up MobArena, and remember to read the FAQ before posting questions!