ObsidianDestroyer issue
drtshock opened this issue ยท 3 comments
Your plugin needs to softdepend on OD so it will load after it. Right now it might load before and give this error: http://pastebin.com/0UGpDadA
This is an easy fix that can be changed with just the github inline editor :)
Also change your import in your main class to reflect our new package that follows correct standards. Build against 2.13-SNAPSHOT or newer. You can find the latest version to build against on http://ci.drtshock.com/job/obsidiandestroyer
Pull request #3 should fix these issues.