FlightSpeed
I noticed there were no plugins to modify flight speed for current versions of Minecraft, so I made this, basically a wrapper around setFlySpeed and getFlySpeed.
By default, all users may use /getfspeed, which will return their current flying speed. Ops may use /setfspeed <speed>, where speed is between -10 and 10 (negative numbers invert flight direction). config.yml also allows admins to specify a server maximum, to prevent undue server load. If a user joins and does not have permission to set their flying speed (i.e. has been deopped while offline) their speed will be set to default.
Comments