mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-12 12:55:21 +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.
|
#Choose whether to enable player data saving.
|
||||||
save-player-data: true
|
save-player-data: true
|
||||||
anti-cheat:
|
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.
|
#If false, will try to prevent speed and noclip cheats. May cause movement issues.
|
||||||
allow-movement-cheats: false
|
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.
|
#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
|
allow-instabreak: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user