UgagaFly icon

UgagaFly -----

⛽ Fuel-Powered /fly



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.

upload_2025-6-11_0-45-29.png

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.
    upload_2025-6-11_0-45-48.png

️ 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

  # Allowed fuel items (Minecraft material names)
  # Default: coal and charcoal
  allowed-items:
    - "COAL"
    - "CHARCOAL"
    # - "BLAZE_ROD"      # Expensive fuel
    # - "STICK"          # Cheap fuel
    # - "GUNPOWDER"      # Explosive fuel
    # - "REDSTONE"       # Tech fuel
    # - "GLOWSTONE_DUST" # Magical fuel
    # - "EMERALD"        # Premium fuel

# 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

  # Flight speed (0.1 = slow, 1.0 = normal, 2.0 = fast)
  flight-speed: 1.0

# World settings
worlds:
  # Worlds where jetpacks are allowed (empty list = all worlds allowed)
  allowed-worlds:
  # - "world"
  # - "world_nether"

  # Worlds where jetpacks are specifically disabled
  disabled-worlds:
  # - "hardcore_world"
  # - "pvp_arena"

upload_2025-6-11_0-55-2.png
Resource Information
Author:
----------
Total Downloads: 10
First Release: Jun 10, 2025
Last Update: Jun 10, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings