#log user interactions?
23 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Event are block.place, block.break, block.right_click, block.left_click
oh.
Those are on the list of all events
how many lines should I log per player so that it doesn't eat up 10gb after a day yet keeps a semi-long log 
How Bug should the Log get ? A few Megabytes almost a Gigabyte?
If you do 50000 you will have 500mb with 100 player
And 100 chars per Log Message.
well it should log coords, what block it was and now is, timestamp, and maybe something else idk
so maybe 100 chars? depends
probs more
also what was that json thingy
for writing to json files
JsonIO.write("path", json)
note that wont create folders for you
and the regular path/file stuff is blocked from java.loadclass, so you would either need to not use folders in your organisation system, or try workaround using a static Path/File instance from somewhere
There's an item.entity_interact event
oh