Skip to content

How the addon system will work #1

@virustotalop

Description

@virustotalop

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

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions