jahirxtrap / walljump

Wall jump, double jump, fence jump & more
https://www.curseforge.com/minecraft/mc-mods/wall-jump-txf
GNU General Public License v3.0
1 stars 0 forks source link

Multiplayer - Unable to disable reCling #10

Closed LordManzana closed 2 months ago

LordManzana commented 2 months ago

Unable to force config from server to users. Whatever I configure at \server\config\walljump.json does not apply to clients. For example, I don't want to let users reCling, but in the config, I can see "allowReClinging": false and users are still able to reCling since the mod loads its own config (Forge 1.20.1). Is there anything that I'm doing wrong?

Server config: { "allowReClinging": false, "autoRotation": false, "onFallDoubleJump": false, "exhaustionWallJump": 0.8, "minFallDistance": 7.5, "elytraSpeedBoost": 0.0, "sprintSpeedBoost": 0.0, "stepAssist": true, "useDoubleJump": false, "useWallJump": false, "wallJumpHeight": 0.55, "wallSlideDelay": 15, "stopWallSlideDelay": 72000, "playFallSound": true, "enableEnchantments": true, "enableWallJump": true, "enableDoubleJump": false, "enableSpeedBoost": false }

Config load from mod, ignoring server config: image

jahirxtrap commented 2 months ago

Server configs still not syncing with client.

jahirxtrap commented 2 months ago

4