Getting kicked from Server, when opening long chain Command Blocks
When I try to open a Command Block within a too large chain, then I will get kicked from the Server, with the Reason: "Kicked for spamming". This is happening because the Mod sends too many "/data get" commands to the Server at the same time.
A Solution would be a config value we can change to set a timeout between the Commands send to the Server. Could also be a solution for #16.
PS: Doesn't have to be a configurable value within the Game. Could also just be a file located at ".minecraft/config/"
also, it re-querries all the command blocks every time the screen is redrawn, which happens at every scroll position. Especially an issue with smooth scrolling on laptops. It can send absurd amounts of packets, I saw like 10k/sec sometimes
@LordChrom I can't reproduce this in my 1.21.10 development environment in either singleplayer or connected to a vanilla dedicated server. For me, it only requests commands once when you open the screen. What version of the mod are you using? What type of server are you connecting to (singleplayer, vanilla, Fabric, Paper, etc.)?
I am interested in adding rate limiting in the future, though, since a long command chain could send enough packets to get rate limited even without re-requesting commands every frame.