summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-08Merged pull request #8.v5.2.0Logan Fick
2019-02-08Added missing Log4j dependency.Logan Fick
2019-02-08Added Gradle wrapper.Logan Fick
2019-02-07Added Travis CI configuration file.Logan Fick
2019-02-07Merged descriptor branch into gradle branch.Logan Fick
2019-02-01Added the ability to hide or replace the log message for commandsMinenash
2019-01-13Fixed module loading, with caveats*.Minenash
2019-01-12Fixed broadcast(String, Message, BroadcastFilter) sending to consoleMinenash
2019-01-08Merge pull request #7 from RedstonerServer/descriptorMinenash
2018-12-30Fixed VersionMinenash
2018-12-28Now only looks for the info file if the module has a major version of 5Minenash
2018-12-28Added prefix for logger's infoMinenash
2018-12-28Added Descriptor Files and redid `/modules [list]`Minenash
2018-12-15Added getPlugin functionDavid Panić
2018-12-12Jitpack force rebuild (hopefully last one)David Panić
2018-12-12Jitpack force rebuildDavid Panić
2018-12-12Jitpack rebuildDavid Panić
2018-12-11Added ChatAPI Message in broadcastsMinenash
2018-12-11Reverted commit unintentionally pushed to master.Logan Fick
2018-12-11Added ChatAPI Message support in broadcastsMinenash
2018-11-14Added .idea to gitignoreDavid Panić
2018-11-14Moved ModuleLoader command file to resourcesDavid Panić
2018-11-13Updated spigot to 1.13.2David Panić
2018-11-12Fixed memory leak in Config's load method.Minenash
2018-11-10Added the sourceJar gradle taskDavid Panić
2018-11-10Added stuff to gitignoreDavid Panić
2018-11-07gitignore + created gradle build file and moved manifest props into itDavid
2018-11-06Moved files to use the gradle structureDavid
2018-03-12Fixed racecondition on savingPepich
2018-03-11Fixed bug where module name would have a $# at the end. Made getCallerminenash
2018-01-14Fixed spelling in JavaDocsminenash
2018-01-14Fixed Version numberminenash
2018-01-14Added isUUIDminenash
2017-10-31Merge pull request #6 from RedstonerServer/APIv4_spigot_1.12Pepich
2017-10-25Made Vault a soft dependencyPepich
2017-10-16Fixed improper version respectingPepich
2017-10-13Broadcast no longer color translatesPepich
2017-09-17Update to APIv4. I hope this no borke git.Pepich
2017-07-27Added ChatAPI and ChestAPI to manifest.mfPepich
2017-07-27General cleanup, reseting all versions to 4.0 in preparation of releasePepich
2017-07-09Updated plugin.ymlPepich
2017-07-08Added sendMessage and sendErrorMessage methods w/o the prefix argument.Minenash
2017-07-08Added getID methodPepich
2017-07-08Made previous change to getCaller grant backwards compatibilityPepich
2017-07-08Preparation for APIv4, general code cleanupPepich
2017-06-12Switched to bukkit ChatColor instead of BungeePepich
2017-06-10Made ModuleLoader compatible with 1.12 (exclusively)Pepich
2017-05-31Fixed getCaller always returning "Thread"Pepich
2017-05-29Changed getCaller() to no longer abuse ExceptionsPepich
2017-05-14Removed improperly placed "@throws" from javadocsPepich