DomFly
๐ก Updated this year๐ผ๏ธ Gallery (1 images)
๐ Analysis
- ๐ #76 of 135 folia mods in this game by downloads
๐ About This Mod
<div align="center"> **๐ Minecraft Land Flight Plugin** (https://img.shields.io/github/v/release/wunanc/DomFly?label=%E6%9C%80%E6%96%B0%E6%9E%84%E5%BB%BA%E4%B8%8B%E8%BD%BD&logo=github&color=0aa344)](https://github.com/wunanc/DomFly/releases/latest) !(https://img.shields.io/badge/Java-17-blue.svg) !(https://img.shields.io/badge/Platform-Paper%20%7C%20Folia-brightgreen.svg) !(https://img.shields.io/badge/License-MIT-yellow.svg) English | (README.md) </div> --- ### ๐ Introduction DomFly is a lightweight Minecraft server plugin designed for Paper/Spigot/Folia servers. It allows players to fly freely within their claimed lands, providing convenience for building and land management while maintaining game balance. ### โจ Features - **๐ Land Flight** - Players can enable flight mode within lands they own - **๐ Permission Management** - Flexible permission system for fine-grained control over player flight - **โก Auto Detection** - Automatically detects if a player is inside their land and disables flight upon leaving - **๐ฏ Lightweight & Efficient** - Optimized for minimal server resource usage - **๐ Multi-language Support** - Customizable messages and multi-language support ### ๐ Requirements - **Minecraft Version**: 1.20.1 or higher - **Server Software**: Paper / Spigot / Purpur / Folia - **Java Version**: Java 17 or higher - **Dependency**: Requires the Dominion land plugin ### ๐ฅ Installation 1. **Download the plugin** - Download the latest `DomFly.jar` from the (https://github.com/wunanc/DomFly/releases) page 2. **Install to server** ```bash # Place the jar file into the server's plugins folder cp DomFly.jar ./plugins/ ``` 3. **Restart the server** ```bash # Restart the server to load the plugin stop # or use other restart commands ``` 4. **Configure the plugin** - This plugin currently has no configuration file 5. **Set up permissions** - Use a permissions plugin like LuckPerms to assign permissions ### ๐ฎ Usage #### Basic Commands - `/domfly` - Toggle flight mode within your own land - `/domfly help` - Display help information - `/domfly reload` - Reload the configuration file (requires admin permission) - `/domfly undomfly <player>` - Forcefully disable flight for a player #### How to Use 1. Player enters a land they own or have permission in 2. Grant the player the `domfly.use` permission 3. Use the `/domfly` command to enable flight 4. Fly freely within the land 5. Flight mode is automatically disabled when leaving the land ### ๐ Permission Nodes | Permission Node | Description | Default | |-----------------|--------------------------------------|---------| | `domfly.use` | Allows basic flight functionality | op | | `domfly.admin` | Allows admin commands (e.g., reload) | op | ### ๐ PlaceholderAPI Placeholders > Requires PlaceholderAPI. DomFly will automatically register its expansion. | Placeholder | Description | Example Output | |---------------------------|--------------------------------------------------|-------------------| | `%domfly_flying%` | Whether the current player is flying with DomFly | `true` / `false` | | `%domfly_flying_players%` | Number of players currently flying with DomFly | `0`, `5`, `12`... | ### โ๏ธ Configuration Configuration file location: `plugins/DomFly/config.yml` #### Currently none ### ๐ ๏ธ Development Build #### Prerequisites - JDK 17 or higher - Maven 3.6 or higher - Git #### Build Steps ```bash # Clone the repository git clone https://github.com/wunanc/DomFly.git cd DomFly # Build with Maven mvn clean package # The built artifact is located at target/DomFly-*.jar ``` ### ๐ Changelog See (https://github.com/wunanc/DomFly/commits/master/) for detailed version history. ### ๐ License This project is licensed under the MIT License - see the (LICENSE) file for details. ### ๐ฅ Author - **wunanc | Hotguo** - *Main Developer* ### ๐ Acknowledgements Thanks to all the developers and users who have contributed to this project! ### ๐ Support & Feedback - ๐ (https://github.com/wunanc/DomFly/issues) - ๐ก (https://github.com/wunanc/DomFly/issues) - ๐ง (https://qm.qq.com/q/VQrOYySVie) - ๐ง Contact the author: via GitHub Issues --- <div align="center"> **Made with โค๏ธ by Hotguo** โญ If you like this project, consider giving it a Star! (https://bstats.org/signatures/bukkit/DomFly.svg)](https://bstats.org/plugin/bukkit/DomFly) </div>
๐ Minecraft Land Flight Plugin
[!(https://img.shields.io/github/v/release/wunanc/DomFly?label=%E6%9C%80%E6%96%B0%E6%9E%84%E5%BB%BA%E4%B8%8B%E8%BD%BD&logo=github&color=0aa344)](https://github.com/wunanc/DomFly/releases/latest) !(https://img.shields.io/badge/Java-17-blue.svg) !(https://img.shields.io/badge/Platform-Paper%20%7C%20Folia-brightgreen.svg) !(https://img.shields.io/badge/License-MIT-yellow.svg)
English | [็ฎไฝไธญๆ](README.md)
### ๐ Introduction
DomFly is a lightweight Minecraft server plugin designed for Paper/Spigot/Folia servers. It allows players to fly freely within their claimed lands, providing convenience for building and land management while maintaining game balance.
### โจ Features
- ๐ Land Flight - Players can enable flight mode within lands they own
- ๐ Permission Management - Flexible permission system for fine-grained control over player flight
- โก Auto Detection - Automatically detects if a player is inside their land and disables flight upon leaving
- ๐ฏ Lightweight & Efficient - Optimized for minimal server resource usage
- ๐ Multi-language Support - Customizable messages and multi-language support
### ๐ Requirements
- Minecraft Version: 1. 20. 1 or higher
- Server Software: Paper / Spigot / Purpur / Folia
- Java Version: Java 17 or higher
- Dependency: Requires the Dominion land plugin
### ๐ฅ Installation
1. Download the plugin - Download the latest `DomFly.jar` from the (https://github.com/wunanc/DomFly/releases) page
2. Install to server ```bash # Place the jar file into the server's plugins folder cp DomFly.jar ./plugins/ ```
3. Restart the server ```bash # Restart the server to load the plugin stop # or use other restart commands ```
4. Configure the plugin - This plugin currently has no configuration file
5. Set up permissions - Use a permissions plugin like LuckPerms to assign permissions
### ๐ฎ Usage
#### Basic Commands
- `/domfly` - Toggle flight mode within your own land
- `/domfly help` - Display help information
- `/domfly reload` - Reload the configuration file (requires admin permission)
- `/domfly undomfly
` - Forcefully disable flight for a player
#### How to Use
1. Player enters a land they own or have permission in 2. Grant the player the `domfly.use` permission 3. Use the `/domfly` command to enable flight 4. Fly freely within the land 5. Flight mode is automatically disabled when leaving the land
### ๐ Permission Nodes
| Permission Node | Description | Default | |-----------------|--------------------------------------|---------| | `domfly.use` | Allows basic flight functionality | op | | `domfly.admin` | Allows admin commands (e.g., reload) | op |
### ๐ PlaceholderAPI Placeholders
> Requires PlaceholderAPI. DomFly will automatically register its expansion.
| Placeholder | Description | Example Output | |---------------------------|--------------------------------------------------|-------------------| | `%domfly_flying%` | Whether the current player is flying with DomFly | `true` / `false` | | `%domfly_flying_players%` | Number of players currently flying with DomFly | `0`, `5`, `12`... |
### โ๏ธ Configuration
Configuration file location: `plugins/DomFly/config.yml`
#### Currently none
### ๐ ๏ธ Development Build
#### Prerequisites
- JDK 17 or higher
- Maven 3. 6 or higher
- Git
#### Build Steps
```bash # Clone the repository git clone https://github.com/wunanc/DomFly.git cd DomFly
# Build with Maven mvn clean package
# The built artifact is located at target/DomFly-.jar ```
### ๐ Changelog
See (https://github.com/wunanc/DomFly/commits/master/) for detailed version history.
### ๐ License
This project is licensed under the MIT License - see the (LICENSE) file for details.
### ๐ฅ Author
- wunanc | Hotguo - Main Developer*
### ๐ Acknowledgements
Thanks to all the developers and users who have contributed to this project!
### ๐ Support & Feedback
- ๐ (https://github.com/wunanc/DomFly/issues)
- ๐ก (https://github.com/wunanc/DomFly/issues)
- ๐ง (https://qm.qq.com/q/VQrOYySVie)
- ๐ง Contact the author: via GitHub Issues
Made with โค๏ธ by Hotguo
โญ If you like this project, consider giving it a Star!
[!(https://bstats.org/signatures/bukkit/DomFly.svg)](https://bstats.org/plugin/bukkit/DomFly)
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- wunanc
- Version
- 3.2.0
- Downloads
- 109
- Endorsements
- 1
- Category
- folia
- Created
- 3/4/2026
- Updated
- 7/14/2026
- Game Versions
- 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
- Tags
- utility
๐ง How to Install Minecraft Plugins Mods
Download from Modrinth. Use Prism Launcher or drop into your mods folder.
๐ Full step-by-step install guide for Minecraft Plugins โ
Visit the official mod page for specific installation instructions for this mod.
๐ฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.
โ Frequently Asked Questions
Which Minecraft Plugins versions does DomFly support?
The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.
What is the latest version of DomFly?
Version 3.2.0, published 2026-07-14 with 109 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await
