CyberedCake/CyberAPI

Add a way to extend SpigotListener for auto-registering

CyberedCake opened this issue · 0 comments

For example, someone creates a new class, adds "extends SpigotListener" or "implements SpigotListener" and the class with automatically register with CyberAPI. Although this would require a change in the system of "commandsPath", it's still possible.