Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

Unlink/Remove example module from parent #51

Closed Paul2708 closed 4 years ago

Paul2708 commented 4 years ago

If you include the dependency, the example plugin will also be loaded and shaded into the plugin.

This can be fixed by removing the parent inheritance. Instead the example module should have it's own parent.

This may also fix the build failures in #49

Paul2708 commented 4 years ago

Problem was fixed by using shade instead of assembly. example can still be a sub-module.