mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Separate anticheat settings (#15040)
This commit is contained in:
parent
d2b4c27f21
commit
1b2d24791a
6 changed files with 47 additions and 8 deletions
|
@ -884,8 +884,13 @@ default_privs (Default privileges) string interact, shout
|
|||
# Privileges that players with basic_privs can grant
|
||||
basic_privs (Basic privileges) string interact, shout
|
||||
|
||||
# If enabled, disable cheat prevention in multiplayer.
|
||||
disable_anticheat (Disable anticheat) bool false
|
||||
# Server anticheat configuration.
|
||||
# Flags are positive. Uncheck the flag to disable corresponding anticheat module.
|
||||
anticheat_flags (Anticheat flags) flags digging,interaction,movement digging,interaction,movement
|
||||
|
||||
# Tolerance of movement cheat detector.
|
||||
# Increase the value if players experience stuttery movement.
|
||||
anticheat_movement_tolerance (Anticheat movement tolerance) float 1.0 1.0
|
||||
|
||||
# If enabled, actions are recorded for rollback.
|
||||
# This option is only read when server starts.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue