Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed MIT
Published 2 months ago
PaidFly 
PaidFly 是一款为 Minecraft 服务器设计的插件,让玩家可以通过消耗(游戏币/经验值)进行飞行!
PaidFly is a plugin designed for Minecraft servers that allows players to fly by consuming (in-game currency/experience points)!

中文文档点击这里查看
Features
- Supports players flying by paying with in-game currency/experience points
- Supports Title, Action, and sound notifications
- Supports countdown notifications
Installation
- Download the latest version of
PaidFly.jarfrom the plugin release page (if the server haskotlin-stdlib, you can usePaidFly-kotlin.jar) - Place the plugin in the server's
plugins/folder - To allow players to use it, set the
paidfly.flypermission for the default user group - If using experience for flying, ensure the
Vaulteconomy plugin is installed on the server.
Configuration
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 [player] |
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 |


