aboutsummaryrefslogtreecommitdiff
path: root/spark-sponge
AgeCommit message (Collapse)Author
2019-04-27Use text components instead of legacy formatting codes throughout the projectLuck
2019-04-17Fix permission checkingLuck
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-19more buildscript changesLuck
2018-10-19Sponge buildscript changesLuck
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