mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Kill the instabreak anti-cheat
This is annoying and it requires that the server must match this precisely to not cause bugs. Additionally, this code shits its pants when the client hits a spot of network lag. This can be implemented easily as a plugin. There is no reason whatsoever for this to be in the core.
This commit is contained in:
@ -108,8 +108,6 @@ player:
|
||||
anti-cheat:
|
||||
#If false, will try to prevent speed and noclip cheats. May cause movement issues.
|
||||
allow-movement-cheats: true
|
||||
#If false, times block breaks to ensure players are not cheating. May cause issues with some blocks which are not yet properly implemented.
|
||||
allow-instabreak: false
|
||||
|
||||
level-settings:
|
||||
#The default format that levels will use when created
|
||||
|
Reference in New Issue
Block a user