mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Disable movement anti-cheat by default
shit's useless and an annoyance.
This commit is contained in:
@ -106,8 +106,8 @@ player:
|
||||
#Choose whether to enable player data saving.
|
||||
save-player-data: true
|
||||
anti-cheat:
|
||||
#If false, will try to prevent speed and noclip cheats. May cause movement issues with some blocks which are not yet properly implemented.
|
||||
allow-movement-cheats: false
|
||||
#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
|
||||
|
||||
|
Reference in New Issue
Block a user