summaryrefslogtreecommitdiff
path: root/src/com/redstoner/modules/Module.java
AgeCommit message (Collapse)Author
2018-11-06Moved files to use the gradle structureDavid
2017-09-17Update to APIv4. I hope this no borke git.Pepich
2017-03-10Command registration is now up to the modulePepich
2017-03-02Added defaults for onEnable and onDisableminenash
2017-03-02Updated APIPepich
API Version 2.0.0 Modules no longer have to keep track of their enabled status, the ModuleLoader is now responsible for this. This allows for easier module development and finer control over modules through the loader and the debugger. More features to follow in a future update.
2017-02-02Removed default onEnable/onDisable implementationsPepich
2017-02-01Added enable() methodPepich
2017-02-01Initial commitPepich