A server-side only Fabric mod for Minecraft 1.21.1+ that provides flight speed control for players.
A server-side only Fabric mod for Minecraft 1.21.1+ that provides flight speed control for players. Originally designed for the TrekCraft server.
Server-Side Only: Clients don't need to install anything! This mod works entirely server-side.
/speedShows your current flight speed.
/speed <value>Sets your flight speed to the specified multiplier.
/speed 2.5 - Sets flight speed to 2.5x normal speed/speed reset <player> (Admin only)Resets target player's flight speed to default (1.0).
/speed reload (Admin only)Reloads the configuration file.
| Permission | Description |
|---|---|
speedy.use |
Required to use the /speed command |
speedy.admin |
Required for /speed reset and /speed reload commands |
speedy.limit.<number> |
Sets maximum allowed speed limit for the player |
Grant speedy.limit.X permissions to set maximum speed limits:
speedy.limit.5 - Can set speeds up to 5xPlayers will automatically get the highest limit they have permission for.
The mod creates config/speedy.json with these default settings:
{
"maxSpeed": 10.0,
"defaultFlySpeed": 1.0
}
maxSpeed: Maximum speed limit for players without specific limit permissionsdefaultFlySpeed: Default flight speed for new players⚠️ Note: Higher speeds may cause rubberbanding or Player moved too fast errors.
mods/ folderNo client-side installation required!