tweakeroo icon indicating copy to clipboard operation
tweakeroo copied to clipboard

Flight Speed only changes only on client side, not persisting on server side, causing conflicts with other mods

Open JustJum11 opened this issue 11 months ago • 0 comments

The tweak "tweakFlySpeed" doesn't use the vanilla flight speed changer to change a player's flight speed, instead it just changes flight speed client side. However, other mods/plugins (Axiom/EssentialsX) DO use the vanilla flight speed changer. This creates weird conflicts when both flight speed changers are used.

To reproduce:

  1. Get Tweakeroo and Axiom or EssentialsX, and enter a world.
  2. Bind Tweakeroo's "tweakFlySpeed" to a bind (Eg: B).
  3. Use Axiom or EssentialsX to change your flight speed (Eg: 500%)
  • With Axiom: Hold "Alt", and scroll the bar on the right. Alternatively, press "Right Shift" and scroll the bar on the bottom right.
  • With EssentialsX: Use the "/flyspeed" command.
  1. Press B twice (This resets flight speed to 100%).
  2. Re-enter the world, or change gamemode.
  3. The flight speed is now back at 500%, when it should be at 100% (As this was the most recently set flight speed).

You may wonder why I don't just use a single mod for changing flight speed, but it's because Tweakeroo has the option to bind flight speed changing to a single key, making it way easier to use. But I also need to change flight speed to a very precise amount in Axiom's Editor UI using Axiom's flight speed slide bar.

JustJum11 avatar Mar 26 '25 19:03 JustJum11