Age | Commit message (Expand) | Author |
2022-06-04 | Filter more level seed properties from configs | Luck |
2022-05-05 | Exclude feature-seeds from config (#189) | Luck |
2022-02-22 | Exclude level seed from server.properties config (#178) | Luck |
2022-02-06 | Fix NumberFormatException in Bukkit config provider (#173) | Luck |
2022-02-06 | Improve build tooling | Luck |
2022-02-03 | Fix hidden config paths containing a '.' (#169) | Luck |
2022-01-30 | Exclude rcon password from server.properties file | Luck |
2022-01-21 | BukkitServerConfigProvider improvements (#159) | Ben Kerllenevich |
2022-01-20 | Expose some server configuration values in the viewer | Luck |
2022-01-20 | Add ping statistics and command | Luck |
2021-12-28 | Include platform and system statistics in profiler viewer payload | Luck |
2021-11-01 | async-profiler on macos | Luck |
2021-08-01 | Some basic config options | Luck |
2021-05-31 | Fix NoSuchMethodException in Bukkit class source reflection (#117) | Luck |
2021-05-30 | Extract class sources (plugin/mod names) and include in data payload | Luck |
2021-04-07 | Add a basic API for retrieving spark statistics | Luck |
2021-03-27 | Execute commands async | Luck |
2021-03-23 | Refactor and tidy up, more consistent code style | Luck |
2021-03-11 | Fix command broadcast permission checks, other misc tidying | Luck |
2020-11-07 | Update from text to adventure | Luck |
2020-07-21 | Fix NoSuchMethodError for getMinecraftVersion method (#59) | Luck |
2020-06-23 | Add n-cpus and heap usage to platform info | Luck |
2020-06-23 | Include platform info in sampler and heap summary data (#58) | MD |
2020-06-23 | Update some dependencies | Luck |
2020-05-26 | Add 95th percentile MSPT and replace average MSPT with median MSPT (#55) | Andrew Steinborn |
2020-04-24 | Refactor CommandMapUtil | Luck |
2020-03-05 | Some minor cleanup | Luck |
2020-02-04 | Monitor average tick durations & report them in /spark tps | Luck |
2020-01-11 | Add AbstractTickCounter | Luck |
2020-01-11 | Implement PaperTickCounter using server tick event instead of scheduler | Luck |
2019-12-03 | Some cleanup & refactoring | Luck |
2019-08-09 | hm this is better | Luck |
2019-08-09 | Placeholders! | Luck |
2019-08-09 | Codestyle changes | Luck |
2019-08-03 | Some more reorganising | Luck |
2019-08-03 | more cleanup work, fix build | Luck |
2019-07-22 | cleanup | Luck |
2019-05-20 | Fix plugin init (#15) | Luck |
2019-05-15 | Add try..catch around the parsing of each heap dump summary entry | Luck |
2019-05-13 | Change the way CPU monitoring is performed | Luck |
2019-05-13 | Activity log improvements | Luck |
2019-05-13 | Ensure things are cleaned up nicely when the plugin disables | Luck |
2019-05-04 | Start implementing activity log feature | Luck |
2019-04-27 | Use text components instead of legacy formatting codes throughout the project | Luck |
2019-04-17 | Fix permission checking | Luck |
2019-04-17 | Add /spark health command to report tps / memory usage stats | Luck |
2019-04-16 | Lots of refactoring, add tps command | Luck |
2018-12-31 | Add '/spark heapdump' command | Luck |
2018-12-19 | Count current tick using an int instead of LongAdder | Luck |
2018-10-15 | Implement tab completion, update readme | Luck |