#Limiting speed multiplier (Axiom & AxiomPaper)
1 messages · Page 1 of 1 (latest)
Are you trying to reach the nearest blackhole ?
I think it is
i think you can make a plugin that listens for the set fly speed event
Considering that public servers are using Axiom, it could really be a config value. I've crashed my server before when freescrolling in editor mode.
Definetly, but it would be nice to have a such setting in AxiomPaper. Should I create issue?
I guess
Thank you all
Works pretty weird. Firstly, AxiomFlySpeedChangeEvent#getFlySpeed() returns value multiplied by 0.05 (for 25 slider value it returns 25 * 0.05 = 1.25). Event cancelling causes Axiom set speed value to 7 (?) after menu closing on Right Shift, but players can still fly with set value being in menu.
AxiomPaper 1.5.12 + Axiom 3.0.0
Well cancelling it just changes the serverside value
If you want to change the value on the client you gotta send them the abilities packet
Or just do player.setFlySpeed
Ah ok