mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Disable movement anti-cheat by default
shit's useless and an annoyance.
This commit is contained in:
parent
ece37d1e19
commit
a456b7cfca
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user