NathanWolf / BukkitPlugins

My plugins for the Bukkit Minecraft server
mine.elmakers.com
14 stars 7 forks source link

Allow persistence of HashMaps #36

Open NathanWolf opened 13 years ago

NathanWolf commented 13 years ago

It would be handy, though generally I just persist a list and map it in onLoad().

It should be easy to implement, though- functionally no different than an owned object.