UgagaFly is a powerful and configurable jetpack plugin for Minecraft servers. It brings fuel-based flight mechanics to your game, requiring players to manage resources wisely while soaring above the world.
Key Features:
/jetpack command: Toggle your jetpack on or off instantly.
⛽ Fuel Required: Players need fuel items (like coal or charcoal) to keep flying.
⚙️ Fully Configurable: Set how much fuel is consumed and how often.
⚠️ Low Fuel Warnings: Players are alerted when they’re running out.
World Restrictions: Allow or block jetpacks per world.
Smart Behavior: Automatically disables flight in banned worlds or when out of fuel.
️ Easy Configuration: Customize everything in config.yml:
Fuel types and consumption
World permissions
Custom messages and prefix
Flight intervals and warnings
Config:
Code (Text):
# UgagaFly Configuration File
# Flight system with fuel consumption
# General settings
general:
# Plugin prefix (supports & color codes)
prefix: "&8[&6UgagaFly&8]&r "
# Fuel consumption settings
fuel:
# How often to consume fuel (in seconds)
interval-seconds: 5
# How much fuel to consume each interval
amount-per-interval: 1
# Warn player when fuel is this low or below (0 = never warn)
low-fuel-warning: 5
# Messages (supports & color codes, prefix is automatically added)
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!"
# General settings
settings:
# Enable debug messages
debug: false