What's New in Version 1.0.1 See changelog
Released
* Added hookmethod: AddRunSpeedBoost(BasePlayer player, string plugin, float modifier, float duration, bool forceOverwrite)
* Added hookmethod: AddSwimSpeedBoost(BasePlayer player, string plugin, float modifier, float duration, bool forceOverwrite)
* Added hookmethod: RemoveRunSpeed(BasePlayer player, string plugin)
* Added hookmethod: RemoveSwimSpeed(BasePlayer player, string plugin)
* Added check for IsFlying to prevent speed increases while in noclip.
* Fixed an issue with the antihack when the run speed is too high.
* Added checks for OnPlayerConnected and OnPlayerDisconnected.
* Added a check to see if the player is connected to the server before handling behaviour on permission change.
* Added commands to toggle run and swim speeds on/off.
* Added permission for admin: movementspeed.admin
* Added command: msdisablerun <id> - Forces run speed off.
* Added command: msdisableswim <id> - Forces swim speed off.
* Added command: msenablerun <id> - allows run speed.
* Added command: msenableswim <id> - allows swim speed.
* Added commands for toggling run and swim speeds for the user.