DragonTravel

DragonTravel

348k Downloads

DragonTravel breaks //set in WorldEdit

Tachyon42 opened this issue ยท 3 comments

commented

//set no longer works in WorldEdit when DragonTravel is loaded.

http://pastebin.com/9XmA5LRq <- output from console on using //set

worldedit-bukkit-6.1.3.jar and DragonTravel-01.005.01.jar are the versions in use. Those in the Worldedit support IRC channel assure me the problem is due to DragonTravel and the way it interacts with the WorldEdit API.

commented

To clarify: The problem is "command-framework-bukkit", it shares some class names with the WorldEdit command system (probably because it is a subset of the WE command system) but they differ from the current implementations. You either need to perform relocation when shading this library or switch to using Intake, which I believe to be the updated version of "command-framework-bukkit."

commented

I just wanted to ask why we got problems with WorldEdit, but yes, we are using the old command framework. I'll take a look at the, but that will not be possible within the next two weeks, sorry.

Thanks for the report!

commented

Should be solved with commit 986a2ea, thanks again for the report. Fix will be included in next version.