Closed zly2006 closed 1 month ago
Hello @PotatoPresident @DrexHD I want to change the type of timestamps from TEXT to BIGINT, is there any reason why not to use BIGINT for timestamps? for human reading?
One of the problems this PR tries to solve is that some client-side mods that help players to sort items, will produce a very spammy log when the player sorts items in a chest. imo we can also prevent spamming entity-kill
logs for farms by squashing them into one event. To achieve this, the timestamp has to be divided into start and end two timestamps, and a count
field is used to log how many events like this happened. The messages and i18n should also be updated.
Superseded by #275
In this PR:
itemData
for item components,count
for item countitem-insert
anditem-remove
into one event:item-change