PaidFly

⭐ — (0 endorsements) 📥 66 downloads 📌 v1.1.2 📅 3/12/2026
🟡 Updated this year

By coderxi · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 3/24/2026 📅 Created: 3/12/2026

🔍 Analysis

  • 🏆 #31 of 129 economy mods in this game by downloads

📋 About This Mod

# PaidFly (https://img.shields.io/github/stars/coderxi1/PaidFly?style=flat&logo=github&color=yellow)](https://github.com/coderxi1/PaidFly) **PaidFly** 是一款为 Minecraft 服务器设计的插件,让玩家可以通过消耗(游戏币/经验值)进行飞行! **PaidFly** is a plugin designed for Minecraft servers that allows players to fly by consuming (in-game currency/experience points)! !(https://cdn.modrinth.com/data/ot9oZ09j/images/9cbfbbae8ea89178f0d951e1380d778fc3992c3f_350.webp) > 中文文档(https://github.com/coderxi1/PaidFly/blob/master/README.zh.md)查看 ## Features - Supports players flying by paying with in-game currency/experience points - Supports Title, Action, and sound notifications - Supports countdown notifications ## Installation 1. Download the latest version of **`PaidFly.jar`** from the (https://github.com/coderxi1/PaidFly/releases) (if the server has `kotlin-stdlib`, you can use `PaidFly-kotlin.jar`) 2. Place the plugin in the server's `plugins/` folder 3. To allow players to use it, set the `paidfly.fly` permission for the default user group 4. If using experience for flying, ensure the **`Vault`** economy plugin is installed on the server. ## Configuration ```yaml Main: PayType: Money # Payment mode PayInterval: 3s # Payment interval PayCost: 0.5 # Cost per interval AutoOffThreshold: 0.5 # Turn off flight if below this value (recommended to set same as PayCost) ``` ## Commands All commands start with `/paidfly`, alias `/fly`: | Command | Permission | Description | |---------|------------|-------------| | `/fly` | `paidfly.fly` | Equivalent to `/fly toggle` | | `/fly on/off/toggle` | `paidfly.fly` | Toggle flight status | | `/fly on/off/toggle ` | `paidfly.others` | Toggle flight status for other players, requires `paidfly.others` permission | | `/fly help` | `paidfly.use` | Display plugin help information (shows different content based on permissions) | | `/fly reload` | `paidfly.reload` | Reload plugin configuration | ## Permissions | Permission Node | Function | |-----------------|----------| | `paidfly.use` | Basic usage permission, view help information | | `paidfly.fly` | Enable, disable, or toggle flight | | `paidfly.others` | Operate flight for other players | | `paidfly.reload` | Reload plugin configuration | | `paidfly.admin` | Access admin subcommands (e.g., `/paidfly reload`) | ## PlaceholderAPI | Placeholder | Description | Example | |-------------|-------------|---------| | `%paidfly_status%` | Whether the player is currently in paid flight mode | `true` / `false` | | `%paidfly_remaining_seconds%` | Remaining flight time in seconds | `120` | | `%paidfly_pay_type%` | Localized name of the current payment type | `Gold` | | `%paidfly_pay_type_value%` | Raw calculated value of the current payment type for the player | `12.3333333334` | | `%paidfly_pay_type_value_fixed%` | Current payment value, default to **1 decimal place** | `12.3` | | `%paidfly_pay_type_value_fixed_<digits>%` | Current payment value, with specified decimal places | `%paidfly_pay_type_value_fixed_2%` → `12.34` |

# PaidFly [!(https://img.shields.io/github/stars/coderxi1/PaidFly?style=flat&logo=github&color=yellow)](https://github.com/coderxi1/PaidFly)

PaidFly 是一款为 Minecraft 服务器设计的插件,让玩家可以通过消耗(游戏币/经验值)进行飞行!

PaidFly is a plugin designed for Minecraft servers that allows players to fly by consuming (in-game currency/experience points)!

!(https://cdn.modrinth.com/data/ot9oZ09j/images/9cbfbbae8ea89178f0d951e1380d778fc3992c3f_350.webp)

> 中文文档[点击这里](https://github.com/coderxi1/PaidFly/blob/master/README.zh.md)查看

## Features - Supports players flying by paying with in-game currency/experience points - Supports Title, Action, and sound notifications - Supports countdown notifications ## Installation 1. Download the latest version of `PaidFly.jar` from the (https://github.com/coderxi1/PaidFly/releases) (if the server has `kotlin-stdlib`, you can use `PaidFly-kotlin.jar`) 2. Place the plugin in the server's `plugins/` folder 3. To allow players to use it, set the `paidfly.fly` permission for the default user group 4. If using experience for flying, ensure the `Vault` economy plugin is installed on the server. ## Configuration ```yaml Main: PayType: Money # Payment mode PayInterval: 3s # Payment interval PayCost: 0. 5 # Cost per interval AutoOffThreshold: 0. 5 # Turn off flight if below this value (recommended to set same as PayCost) ``` ## Commands All commands start with `/paidfly`, alias `/fly`: | Command | Permission | Description | |---------|------------|-------------| | `/fly` | `paidfly.fly` | Equivalent to `/fly toggle` | | `/fly on/off/toggle` | `paidfly.fly` | Toggle flight status | | `/fly on/off/toggle ` | `paidfly.others` | Toggle flight status for other players, requires `paidfly.others` permission | | `/fly help` | `paidfly.use` | Display plugin help information (shows different content based on permissions) | | `/fly reload` | `paidfly.reload` | Reload plugin configuration | ## Permissions | Permission Node | Function | |-----------------|----------| | `paidfly.use` | Basic usage permission, view help information | | `paidfly.fly` | Enable, disable, or toggle flight | | `paidfly.others` | Operate flight for other players | | `paidfly.reload` | Reload plugin configuration | | `paidfly.admin` | Access admin subcommands (e.g., `/paidfly reload`) | ## PlaceholderAPI | Placeholder | Description | Example | |-------------|-------------|---------| | `%paidfly_status%` | Whether the player is currently in paid flight mode | `true` / `false` | | `%paidfly_remaining_seconds%` | Remaining flight time in seconds | `120` | | `%paidfly_pay_type%` | Localized name of the current payment type | `Gold` | | `%paidfly_pay_type_value%` | Raw calculated value of the current payment type for the player | `12. 3333333334` | | `%paidfly_pay_type_value_fixed%` | Current payment value, default to 1 decimal place | `12. 3` | | `%paidfly_pay_type_value_fixed_%` | Current payment value, with specified decimal places | `%paidfly_pay_type_value_fixed_2%` → `12. 34` |

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
coderxi
Version
1.1.2
Downloads
66
Endorsements
0
Category
economy
Created
3/12/2026
Updated
3/24/2026
Game Versions
1.21.11
Tags
economy, 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 PaidFly support?

The author lists 1.21.11. Other versions may work but are untested by the author.

What is the latest version of PaidFly?

Version 1.1.2, published 2026-03-24 with 66 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by coderxi 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods