- 版权类型
- 转载
- 插件中文名
- UgagaFly
- 插件英文名
- UgagaFly
- 支持的核心 [服务端]
- Spigot
- 语言支持
- 中文(简体)
- 适配Minecraft版本 [Java]
- 1.21
[MD]
## 简介
UgagaFly 是一款功能强大、高度可配置的喷气背包插件,专为 Minecraft 服务端设计。它为游戏引入了 燃料驱动的飞行机制 ,玩家需要合理管理资源才能在天空中翱翔。
# UgagaFly
UgagaFly 是一款功能强大、高度可配置的喷气背包插件,专为 Minecraft 服务端设计。它为游戏引入了**燃料驱动的飞行机制**,玩家需要合理管理资源才能在天空中翱翔。

## 主要功能
- /jetpack**command: 随时开启或关闭喷气背包。
-
**需要燃料**:玩家需携带燃料物品(如煤炭或木炭)才能持续飞行。
-
**全面可配置**:自由设置燃料消耗量与消耗频率。
-
**低燃料警告**:燃料不足时自动提醒玩家。
- **世界限制**:可按世界启用或禁用喷气背包。
- **智能行为**:在被禁用的世界或燃料耗尽时自动关闭飞行。

## 配置说明
所有选项均可在 config.yml 中自定义,包括:
- 燃料类型与消耗量
- 世界权限控制
- 自定义消息与前缀
- 飞行间隔与警告阈值
```yaml
# UgagaFly 配置文件
# 带燃料消耗的飞行系统
# 通用设置
general:
# 插件前缀(支持 & 颜色代码)
prefix: "&8[&6UgagaFly&8]&r "
# 燃料消耗设置
fuel:
# 消耗燃料的时间间隔(秒)
interval-seconds: 5
# 每次消耗的燃料数量
amount-per-interval: 1
# 燃料剩余量低于此值时警告玩家(0 = 不警告)
low-fuel-warning: 5
# 允许作为燃料的物品(使用 Minecraft 材质名称)
# 默认:煤炭和木炭
allowed-items:
- "COAL"
- "CHARCOAL"
# - "BLAZE_ROD" # 高级燃料
# - "STICK" # 廉价燃料
# - "GUNPOWDER" # 爆炸性燃料
# - "REDSTONE" # 科技燃料
# - "GLOWSTONE_DUST" # 魔法燃料
# - "EMERALD" # 顶级燃料
# 消息配置(支持 & 颜色代码,前缀会自动添加)
messages:
flight-enabled: "&aJetpack activated! Make sure you have fuel items."
flight-disabled: "&cJetpack deactivated!"
no-permission: "&cYou don't have permission to use the jetpack!"
no-fuel: "&cYou need fuel to power your jetpack!"
fuel-empty: "&cJetpack out of fuel! Flight has been disabled."
fuel-low: "&eWarning: Only &c{amount}&e fuel remaining!"
world-disabled: "&cJetpacks are not allowed in this world!"
# 功能设置
settings:
# 启用调试消息
debug: false
# 飞行速度(0.1 = 慢速,1.0 = 正常,2.0 = 快速)
flight-speed: 1.0
# 世界设置
worlds:
# 允许使用喷气背包的世界(留空表示所有世界均允许)
allowed-worlds:
# - "world"
# - "world_nether"
# 明确禁止使用喷气背包的世界
disabled-worlds:
# - "hardcore_world"
# - "pvp_arena"
```

[/MD]
## 简介
UgagaFly 是一款功能强大、高度可配置的喷气背包插件,专为 Minecraft 服务端设计。它为游戏引入了 燃料驱动的飞行机制 ,玩家需要合理管理资源才能在天空中翱翔。
# UgagaFly
UgagaFly 是一款功能强大、高度可配置的喷气背包插件,专为 Minecraft 服务端设计。它为游戏引入了**燃料驱动的飞行机制**,玩家需要合理管理资源才能在天空中翱翔。

## 主要功能
- /jetpack**command: 随时开启或关闭喷气背包。
-
-
-
- **世界限制**:可按世界启用或禁用喷气背包。
- **智能行为**:在被禁用的世界或燃料耗尽时自动关闭飞行。

## 配置说明
所有选项均可在 config.yml 中自定义,包括:
- 燃料类型与消耗量
- 世界权限控制
- 自定义消息与前缀
- 飞行间隔与警告阈值
```yaml
# UgagaFly 配置文件
# 带燃料消耗的飞行系统
# 通用设置
general:
# 插件前缀(支持 & 颜色代码)
prefix: "&8[&6UgagaFly&8]&r "
# 燃料消耗设置
fuel:
# 消耗燃料的时间间隔(秒)
interval-seconds: 5
# 每次消耗的燃料数量
amount-per-interval: 1
# 燃料剩余量低于此值时警告玩家(0 = 不警告)
low-fuel-warning: 5
# 允许作为燃料的物品(使用 Minecraft 材质名称)
# 默认:煤炭和木炭
allowed-items:
- "COAL"
- "CHARCOAL"
# - "BLAZE_ROD" # 高级燃料
# - "STICK" # 廉价燃料
# - "GUNPOWDER" # 爆炸性燃料
# - "REDSTONE" # 科技燃料
# - "GLOWSTONE_DUST" # 魔法燃料
# - "EMERALD" # 顶级燃料
# 消息配置(支持 & 颜色代码,前缀会自动添加)
messages:
flight-enabled: "&aJetpack activated! Make sure you have fuel items."
flight-disabled: "&cJetpack deactivated!"
no-permission: "&cYou don't have permission to use the jetpack!"
no-fuel: "&cYou need fuel to power your jetpack!"
fuel-empty: "&cJetpack out of fuel! Flight has been disabled."
fuel-low: "&eWarning: Only &c{amount}&e fuel remaining!"
world-disabled: "&cJetpacks are not allowed in this world!"
# 功能设置
settings:
# 启用调试消息
debug: false
# 飞行速度(0.1 = 慢速,1.0 = 正常,2.0 = 快速)
flight-speed: 1.0
# 世界设置
worlds:
# 允许使用喷气背包的世界(留空表示所有世界均允许)
allowed-worlds:
# - "world"
# - "world_nether"
# 明确禁止使用喷气背包的世界
disabled-worlds:
# - "hardcore_world"
# - "pvp_arena"
```

[/MD]