silversquirl / redlog

Redstone logger for Minecraft 1.16
MIT License
7 stars 1 forks source link

Allow grouping/compacting events to reduce chat spam #1

Open silversquirl opened 4 years ago

silversquirl commented 4 years ago

Suggested by @Donald#4960 on Discord:

I was thinking of maybe a way to minimize like logs, ie multiple block updates in a single tick, into something that said in chat along the lines of "36 block updates" along with the tick, then you can click on that line of text to pull up details. this idea may not be possible if the information is lost after being posted in chat

silversquirl commented 4 years ago

May require a client-side component since expanding a group of events would move other groups up, possibly removing them from the backlog. Ideally there would be a way to remove messages from chat server-side