Folia/patches
Spottedleaf c9ded2de1c Add entity/player/chunk counters to /tps
Required to add some basic hacks to expose a regionstats object
in the TickRegions data class, but this ensures that the retrieval
is thread-safe and could possibly support other data exposure
for async reads.

Additionally, since DecimalFormat is not thread-safe we need
to use ThreadLocals to instantiate them. Change the format
as well to use commas to separate groups of digits when
formatting large numbers so they are easier to read.
For example, 1000 becomes 1,000.
2023-04-08 18:44:37 -07:00
..
api fix: fix build number check in version fetcher (#16) 2023-03-30 14:13:55 -07:00
server Add entity/player/chunk counters to /tps 2023-04-08 18:44:37 -07:00