xaniox / HeavySpleef

Advanced and highly configurable Spleef plugin for Bukkit
http://dev.bukkit.org/server-mods/heavyspleef/
GNU General Public License v3.0
12 stars 19 forks source link

This is needed now? #9

Closed ArtificialTruth closed 10 years ago

xaniox commented 10 years ago

You're right. Adding WorldEdit as a depend to the plugin.yml makes it to an absolute dependency. But bukkit would throw "Dependency" errors when trying to start HeavySpleef without WorldEdit. I think errors are always going to confuse people more than just saying in the console that the server owner has to install WorldEdit. Thus I would add a check inside the enable of the plugin which checks if WorldEdit is installed. If not, it would print a corresponding message and deactivate HeavySpleef.

Regards, matzefratze123