aboutsummaryrefslogtreecommitdiff
path: root/spark-bukkit
AgeCommit message (Collapse)Author
2019-05-20Fix plugin init (#15)Luck
2019-05-15Add try..catch around the parsing of each heap dump summary entryLuck
2019-05-13Change the way CPU monitoring is performedLuck
2019-05-13Activity log improvementsLuck
2019-05-13Ensure things are cleaned up nicely when the plugin disablesLuck
2019-05-11Update text adapter versionsLuck
2019-05-04Update to text 3.0.0Luck
2019-05-04Start implementing activity log featureLuck
2019-04-27Use text components instead of legacy formatting codes throughout the projectLuck
2019-04-24Add api-version property to Bukkit plugin.ymlLuck
2019-04-17Fix permission checkingLuck
2019-04-17Add /spark health command to report tps / memory usage statsLuck
2019-04-16Lots of refactoring, add tps commandLuck
2018-12-31Add '/spark heapdump' commandLuck
2018-12-19Count current tick using an int instead of LongAdderLuck
Assuming 20tps, there's enough space in an int to store a tick count spanning a number of years :)
2018-10-15Fix buildLuck
2018-10-15Implement tab completion, update readmeLuck
2018-10-15Start work on commands refactoringLuck
Long term goals are: - tab completion - auto generate usage/info messages
2018-10-08reorganise some packagesLuck
2018-10-08Increment version numberLuck
2018-06-29Implement GC notifications as part of the monitoring commandLuck
2018-06-10Add license headers, update readme with new commandsLuck
2018-06-09Implement forge mod versionLuck
2018-06-06Convert to GradleLuck