Cuberite Forum

Full Version: Disable automatic kicking when placing/breaking too many blocks?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
Is there any way to deactivate the automatic kicking when placing/destroying too many blocks per unit time? I run a testing/OP server, where I'd like to allow users to test out e.g fastplace and nuker-hacks, if they want to.

Thank you!
Those checks are there because of the potential CPU strain the players could do on the server when using such hacks. There is currently no way to configure those checks away; the only possibility would be for you to remove them from the code and recompile the server for yourself. If you remove these four lines: https://github.com/mc-server/MCServer/bl...1852-L1855 the server will no longer check the amount of blocks interacted with per tick.
That limit seems a bit excessive - there is no way a player can interact with 400 blocks / second.