Spottedleaf
4d6f73449f
Updated Upstream (CraftBukkit)
...
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
CraftBukkit Changes:
17543ecf SPIGOT-5035: Error Using Virtual Merchant GUI
0fc6922b SPIGOT-5028: Villager#setVillagerExperience() doesn't work
bdbdbe44 SPIGOT-5024: Fox error - Unknown target reason
2019-06-06 08:36:57 -07:00
Spottedleaf
da7a69cec3
Chunk debug command ( #2118 )
...
* Chunk debug command
Prints all chunk information to a text file into the debug
folder in the root server folder.
Will output server version and all online players to the
file as well. We do not log anything but the location,
world and username of the player.
Also logs the value of these config values (note not all are paper's):
- keep spawn loaded value
- spawn radius
- view distance
Each chunk has the following logged:
- Coordinate
- Ticket level & its corresponding state
- Whether it is queued for unload
- Chunk status (may be unloaded)
- All tickets on the chunk
Example log:
https://gist.github.com/Spottedleaf/203bd211020a3a04da0e574fb57dab45
For references on certain keywords (ticket, status, etc), please see:
https://bugs.mojang.com/browse/MC-141484?focusedCommentId=528273&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-528273
https://bugs.mojang.com/browse/MC-141484?focusedCommentId=528577&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-528577
* Use JSON for the chunk dump
* Fix obfhelper naming
* Fix incorrect JSON spec
2019-06-02 18:25:12 -07:00