BadlionClient / BadlionClientModAPI

Disable Badlion Client mods while Badlion Client users play on your server with this easy to use API.
MIT License
89 stars 25 forks source link

Can't disable shakingIntensity #45

Closed Nekoli closed 1 week ago

Nekoli commented 1 month ago

Hello,

It is currently not possible to adjust/disable shakingIntensity, so even if you disable noShake, players can just set their shakingIntensity to 0 for the same effect.

Could the option to adjust/disable shakingIntensity be added, if there's not already to do so?

Thank you.

Rigner commented 1 month ago

Hey, thanks for reporting this issue!

After a quick look at the code, it seems that you're right and the slider option is overriding the enabled flag.

I'm forwarding this to the team so we can fix it as soon as possible, we're most likely gonna add a new option to toggle that behaviour.

Rigner commented 1 week ago

Hello, an update has been deployed yesterday with a fix to this issue. You can now disable this behaviour by adding the following:

"shakeIntensity": {
    "disabled": true
}