This commit is contained in:
2025-10-20 07:33:27 +00:00
commit 364b170660
4223 changed files with 1326379 additions and 0 deletions

8
config/stepitup.json5 Normal file
View File

@@ -0,0 +1,8 @@
{
// True to enable Step Up and disable Auto Jump, false to disable Step Up and allow Auto Jump [default = true]
"enableStepUp": true,
/* True to enable Step Up while sneaking (only if enableStepUp = true), false to disable
Step Up when sneaking [default = false]
*/
"enableStepUpWhenSneaking": false
}