Boat Fly

Quick rating

Boat Fly

No reviews yet

Allows you to fly in boats and modify its speed

QoL & Tweaks
Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
boatfly-7.0.0(>=26.1).jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

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:

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~48,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works