Hello, I'm a server admin who greatly liked the idea of your VoxelDoop plugin. However, as many have noted it didn't have support for permissions. Following your suggestions on this forum, I decompiled your code and looked into adding in permission support. The actual act of checking permissions is no-longer dependent on any one plugin as bukkit now has built in support for the .hasPermission() function. However, as I read through the code, it felt like it had been grown from doing just some tools, to using more over time. As such, I felt like a ground-up reworking would provide a better base. I have over the course of a month written a plugin with just two of the tools, but which could fairly easily be expanded to include more. To be clear, this is a complete re-write of the code, not using yours as anything more than an inspiration.
I'm mentioning this here because my code is open source, and so any possible improvements could be used in an updated version of VoxelDoop if the developers here are interested. You guys had a great idea, and I wanted to reciprocate by thanking you for it, and if possible help provide a cleaner base for an updated VoxelDoop.
Let me know if you have any thoughts or suggestions.
http://dev.bukkit.org/server-mods/yadp/
Code is at: https://github.com/Peter200lx/yadp
Peter Olson
PS. I'm also working on a reworked VoxelAir, but while it works currently, I still want to improve my version before I release it on dev.bukkit.org




