Mineuniverse
Log in Register
Mods

Boat Fly

Allows you to fly in boats and modify its speed
by ItssGilly
Download Claim this project
45,755 downloads
0 likes
Updated Jun 30, 2026
0 hypes

Boat Fly

Fly while riding a boat and control your boat's speed. Now with server-side configuration — server admins can restrict or customize features for all players.

Features

Boat Flight — Press B to toggle flight while in a boat. Your boat lifts off the water and you can ascend with the jump key.

Speed Control — Press I to increase speed, O to decrease. Speed is measured in blocks per second, with a default of 8 blocks/s. You can also use the /boatspeed <value> command to set an exact speed.

How flight and speed interact: When you toggle flight ON, your speed resets to 8 blocks/s as a safety measure (high speeds while flying can be unpredictable). After flight is on, you can still increase your speed with I/O keys or /boatspeed — just be careful at very high values. Speed control works independently when flight is off.

Note: Using this mod on servers like Hypixel that have anti-cheat will likely get you banned.

All keybinds can be changed in the Controls menu.

Server-Side Configuration (New in 7.0.0)

Install the same JAR on your server to unlock admin controls. A config file is generated at config/boatfly.json on first boot. Server admins can:

  • Disable flight entirely — players cannot toggle flight
  • Lock speed — prevent players from changing speed
  • Set a default speed — applied to all players on join
  • Set a max/min speed — cap how fast or slow players can go
  • Disable specific keybinds — block the flight toggle, speed up, or speed down keys individually
  • Disable the /boatspeed command

Configuration is sent to clients automatically when they connect. All defaults are permissive — if you install the mod and don't touch the config, everything works exactly like before.

If the server doesn't have the mod installed, the client works fully unrestricted (vanilla server compatibility).

Example Config: Fast Boats Only (No Flight)

{
  "flight": { "enabled": false },
  "speed": { "allowPlayerChange": true, "defaultSpeed": 12.0, "max": 30.0, "min": 5.0 },
  "keybinds": { "flightToggle": false, "speedUp": true, "speedDown": true },
  "command": { "boatspeedEnabled": true }
}

Set "max": -1 for no speed cap (the default).

Requirements

  • Minecraft 26.1+
  • Fabric Loader 0.19.2+
  • Fabric API

Links

This mod is available for versions 1.17–26.2. Click VIEW ALL on the files page to see every version.


Here is a video showing how the flight and speed features work:

boatfly-7.0.0(>=26.1).jar
MC Client, Fabric, Server, 26.1, 26.1.1, 26.1.2, 26.2
Release 2026-06-25 Get
boatfly-6.1.0(>=26.1).jar
MC Client, Fabric, 26.1, 26.1.1, 26.1.2
Release 2026-05-11 Get
boatfly-6.0.0(>=26.1)).jar
MC Client, Fabric, 26.1, 26.1.1, 26.1.2
Release 2026-05-01 Get
boatfly-6.0.0(1.21.11).jar
MC Client, Fabric, 1.21.11
Release 2026-03-03 Get
boatfly-6.0.0(>=1.21.9).jar
MC Fabric, Client, 1.21.9, 1.21.10
Release 2025-10-13 Get
boatfly-6.0.0+mc1.21-1.21.8-fabric.jar
MC 1.21, 1.21.5, Fabric, 1.21.8, Client, 1.21.4, 1.21.3, 1.21.7, 1.21.1, 1.21.6, 1.21.2
Release 2025-10-13 Get
boatfly-6.0.0(1.20.x).jar
MC 1.20.2, 1.20.5, Fabric, Client, 1.20.3, 1.20.1, 1.20, 1.20.6, 1.20.4
Release 2025-10-13 Get
boatfly-6.0.0(1.21.9).jar
MC Fabric, Client, 1.21.9
Release 2025-10-06 Get
boatfly-6.0.0(1.21.1).jar
MC Fabric, Client, 1.21.1
Release 2024-08-10 Get
boatfly-6.0.0(1.21).jar
MC 1.21, Fabric, Client
Release 2024-06-18 Get
boatfly-5.0.0(1.21).jar
MC 1.21, Fabric, Client
Release 2024-06-14 Get
boatfly-5.0.0(1.20.5).jar
MC 1.20.5, Fabric, Client
Release 2024-05-17 Get
boatfly-5.0.0(1.20.6).jar
MC Fabric, Client, 1.20.6
Release 2024-05-17 Get
boatfly-5.0.0(1.19).jar
MC Fabric, Client, 1.19
Release 2024-05-17 Get
boatfly-5.0.0(1.19.1).jar
MC Fabric, Client, 1.19.1
Release 2024-05-17 Get
boatfly-5.0.0(1.19.2).jar
MC Fabric, Client, 1.19.2
Release 2024-05-17 Get
boatfly-5.0.0(1.19.3).jar
MC 1.19.3, Fabric, Client
Release 2024-05-17 Get
boatfly-5.0.0(1.19.4).jar
MC 1.19.4, Fabric, Client
Release 2024-05-17 Get

More from ItssGilly

Jetpack
735

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998