-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Module system that will hook into dynamic gui. Modules(addons) should be able to check for plugin hooks and should have an onEnable() and onDisable() method. Modules should load after the server starts and shuts down on dynamic gui onDisable().
addon.yml
name: MyAddon
main: "com.github.dynamicgui.MyAddon"MyAddon.java
public class MyAddon extends Addon {
@Override
public void onEnable() {
}
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request