summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-08Reformatted code.HEADv1masterLogan Fick
2019-02-08Added IntelliJ IDEA configuration files.Logan Fick
2019-02-08Removed example plugin.Logan Fick
2019-02-08Added gitignore file.Logan Fick
2019-02-08Added Travis CI configuration file.Logan Fick
2019-02-08Converted project to use Gradle.Logan Fick
2019-02-08Pulled licensing change from upstream.Logan Fick
2019-02-08licensed, kindaNemes
2019-01-13Removed debug statements and uncommented 2 lines of codeMinenash
2019-01-13Added the ability to unload using the fallback.*Minenash
* Unfortunately it still won't remove the commands from the TabComplete * Also, changed the error msg from an unregistered command to help lessen the confusion on the previous issue.
2018-12-28Changed `/command:command` to `/module:command`Minenash
2018-11-13Updated to 1.13.Minenash
2017-11-15Add plugin.yml, remove traces of gradleDico200
2017-11-15Convert to MavenDico200
2017-11-03Added command unregistrationNemes
2017-05-11Fixed gettingName never being reset after the name was readPepich
2017-05-09Fixed "alias" not being a possible name for a command or aliasNemes
2017-05-09Changed quote escaping to space escapingNEMESIS13cz
2017-05-09Added alias supportNEMESIS13cz
2017-05-09Merge pull request #1 from RedstonerServer/AsyncModPepich
Async commands and overriding/removing commands
2017-05-05Added functionality to unregister commandsPepich
2017-03-30Made Executable able to override existing commandsPepich
2017-03-10Fixed file loader not appending NLNemes
2017-02-01Added support for Async commandsPepich
2017-01-31Added maven central repository (fixes build fail)psrcek
2017-01-02Updated gradle wrapperpsrcek
2017-01-02Cleaned up build file + updated bukkit dependency to 1.11.2psrcek
2016-11-19Added missing package to examplepsrcek
2016-11-19Moved examples out of gradle testspsrcek
2016-11-19Removed .gradle directorypsrcek
2016-11-19Converted to a gradle projectpsrcek
2016-11-19added 'empty' commands (e.g /stop)NEMESIS13cz
2016-11-19improved message coloringNEMESIS13cz
2016-11-19Fixed noperm commands not workingNEMESIS13cz
2016-10-16Added "multiword" stringsNEMESIS13cz
2016-08-20added comments in the main parserNEMESIS13cz
2016-08-20fixed a bug and added proper string argumentsNEMESIS13cz
2016-08-20boolean now supports 'yes' and 'no'NEMESIS13cz
2016-08-20Added flags and fixed cmd->java parameter orderingNEMESIS13cz
2016-08-18magikNEMESIS13cz
2016-08-06player/console definition and on-the-fly commandsNEMESIS13cz
2016-08-06Added boolean argsNEMESIS13cz
2016-08-06Customizable formattingNEMESIS13cz
2016-08-06Added proper print outsBuildTools
2016-08-06First CommitBuildTools
2016-08-06Update README.mdNemes
2016-08-06Initial commitNemes