A NoClassDefError occurs when loading soft dependencies in an MC Bukkit plugin (stackoverflow.com)stack
21 points by N501YHappy_OwO in stackoverflow.com · 1h ago · stack
I'm having some trouble implementing soft dependencies with Worldguard. My plan is to create an interface that contains all the methods I need, with two classes implementing that interface: one that provides empty methods, and another that provides Worldguard methods. When World…