mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-23 19:16:41 +01:00
MobArena plugin for Minecraft
ffe270511c
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). |
||
---|---|---|
abilities | ||
language files | ||
resources | ||
src/com/garbagemule/MobArena | ||
.gitignore | ||
build.xml | ||
MobArena.jar | ||
README.md |