betterphp / InfinitePlots

A plugin for Bukkit based Minecraft server that can generate infinite square plots of a configurable size.
http://dev.bukkit.org/server-mods/infiniteplots/
3 stars 4 forks source link

Fixes for the 1.7.9 version of InfinitePlots #56

Closed phipla closed 10 years ago

phipla commented 10 years ago

Fixes issue #55 (exception on piston movement on a non-plot world) Fixes importing builder lists into the new UUID format (used to corrupt the plot) /iplot info now displays again a list of users for plot admins and builders, and not some weird technicalese

betterphp commented 10 years ago

Looks good, could you try and match the existing code style a bit more? Just add the omitted curly brackets in a new commit and I'll be happy :)

phipla commented 10 years ago

Here you are. I also changed the spacing in if / else blocks which was inconsistent with your code.

betterphp commented 10 years ago

Looks good. Thanks for the contribution :)