diff options
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/client/cheats.lua | 4 | ||||
-rw-r--r-- | builtin/settingtypes.txt | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/builtin/client/cheats.lua b/builtin/client/cheats.lua index a6aa13dc7..43d79d498 100644 --- a/builtin/client/cheats.lua +++ b/builtin/client/cheats.lua @@ -11,6 +11,8 @@ core.cheats = { ["PitchMove"] = "pitch_move", ["AutoJump"] = "autojump", ["Jesus"] = "jesus", + ["NoSlow"] = "no_slow", + }, ["Render"] = { ["Xray"] = "xray", @@ -19,6 +21,7 @@ core.cheats = { ["NoHurtCam"] = "no_hurt_cam", ["BrightNight"] = "no_night", ["Coords"] = "coords", + ["Tracers"] = "enable_tracers", }, ["World"] = { ["FastDig"] = "fastdig", @@ -36,6 +39,7 @@ core.cheats = { }, ["Player"] = { ["NoFallDamage"] = "prevent_natural_damage", + ["NoForceRotate"] = "no_force_rotate", }, } diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index e076ac2ea..8452850fa 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -2262,3 +2262,13 @@ no_night (BrightNight) bool false coords (Coords) bool false point_liquids (PointLiquids) bool false + +log_particles (ParticleExploit) bool false + +spamclick (FastHit) bool false + +no_force_rotate (NoForceRotate) bool false + +enable_tracers (Tracers) bool false + +no_slow (NoSlow) bool false |