[50% OFF] ✈️ UltimateFlightWand | Balanced Flying Tools for Players icon

[50% OFF] ✈️ UltimateFlightWand | Balanced Flying Tools for Players -----

The Ultimate Flying Experience, Perfectly Balanced




Added comprehensive player statistics tracking system:
- Track total flight time, distance traveled, and number of flights
- View stats with /ufw stats command
- Full PlaceholderAPI support with new placeholders:
(%ufw_flight_time%, %ufw_flight_distance%, %ufw_flight_amount%)

Reset config or add:

Code (YAML):
stats:
  enabled
: true
  save-interval
: 300

messages
:
  stats
:
    header
: "&8▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃"
    title
: "&6&l⚡ &eYour Flight Stats:"
    flight-time
: "&7➜ Total Flight Time: &f%time%"
    flight-distance
: "&7➜ Total Distance: &f%distance% blocks"
    flight-amount
: "&7➜ Times Flown: &f%amount%"
    footer
: "&8▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃"
    no-permission
: "%prefix%&cYou don't have permission to view stats!"
 
----------, Feb 11, 2025

Fixed some issues from the last version
----------, Feb 1, 2025

Added option to give inactive wand ( /ufw give <player> <time> <speed> #inactive)
- can be used for other plugins, it will become active on use, so for players it's the same.
Added tab complete
Fixed issue that plugin doesn't work without worldguard
----------, Jan 29, 2025

Added WorldGuard support, there is now a new flag - "flight-wand"
Added safe landing system

Reset config or add:
Code (YAML):
wand:
safe-landing
:
  enabled
: true
  duration
: 15
  particles
:
    enabled
: true
    type
: CLOUD
    count
: 3
    offset
:
      x
: 0.2
      y
: 0.0
      z
: 0.2
    speed
: 0.05
  message
: "&8[&6✈ UFW&8] &aSafe landing activated! You are protected from fall damage."

worldguard
:
  enabled
: true
  stop-flight-in-denied-regions
: true

messages
:
region-denied
: "%prefix%&cFlight wands are not allowed in this region!"
----------, Jan 20, 2025

Added option to change the custom model data of the wand
Reset config or add
Code (YAML):
wand:
  custom_model_data
: -1
 
----------, Jan 18, 2025

Fixed small erorr
----------, Jan 17, 2025

Added wand combining system - combine two wands to merge their remaining time
Added dash ability - left-click while holding wand to dash forward (disabled at default)
Added actionbar display option (can be used alongside or instead of bossbar)
Added complete upgrade system with GUI (open with shift + left-click):
- Upgrade flight speed with money
- Purchase additional flight time
- Customizable prices with different scaling options
- Full GUI customization available in config

Reset config or add:
Code (YAML):
# Wand Configuration - Add under existing wand section
wand
:
  # ... (existing config)
  combining
:
    enabled
: true
    message
: "&8[&6✈ UFW&8] &aSuccessfully combined wands! New duration: &f%time%"
 
  dash
:
    enabled
: false
    velocity
:
      forward
: 1.2
      upward
: 0.4
    particles
:
      enabled
: true
      type
: CLOUD
      count
: 6
      offset
:
        x
: 0.3
        y
: 0.1
        z
: 0.3
      speed
: 0.08
    cooldown
:
      enabled
: true
      seconds
: 3

# Add new Upgrade System Settings section
gui
:
  main
:
    title
: "&8『 &6ꜰʟɪɢʜᴛ ᴡᴀɴᴅ sᴇᴛᴛɪɴɢs &8』"
    size
: 27
    decoration
:
      items
:
        border
:
          material
: BLACK_STAINED_GLASS_PANE
          name
: "&8●"
          slots
: [6 ]
        inner
:
          material
: GRAY_STAINED_GLASS_PANE
          name
: "&7●"
          slots
: [6 ]
    upgrade-speed
:
      slot
: 11
      material
: FEATHER
      name
: "&8『 &eꜰʟɪɢʜᴛ sᴘᴇᴇᴅ &8』"
      lore
:
        - "&8▪ &7ᴄᴜʀʀᴇɴᴛ sᴘᴇᴇᴅ&8
: &f%speed%x"
        - "&8┃"
        - "&8▪ &7ʟᴇꜰᴛ-ᴄʟɪᴄᴋ&8
: &f+0.01x"
        - "&8▪ &7ᴄᴏsᴛ&8
: &6%small_cost% ᴄᴏɪɴs "
        - "
&8┃ "
        - "
&8▪ &7ʀɪɢʜᴛ-ᴄʟɪᴄᴋ&8 : &f+0.1x"
        - "&8▪ &7ᴄᴏsᴛ&8
: &6%large_cost% ᴄᴏɪɴs "
    more-time:
      slot: 15
      material: CLOCK
      name: "
&8『 &eᴀᴅᴅ ᴛɪᴍᴇ &8』 "
      lore:
        - "
&8▪ &7ᴛɪᴍᴇ ᴛᴏ ᴀᴅᴅ&8 : &f%time%"
        - "&8▪ &7ᴄᴏsᴛ&8
: &6%cost% ᴄᴏɪɴs "
        - "
&8┃ "
        - "
&8▪ &7ʟᴇꜰᴛ-ᴄʟɪᴄᴋ&8 : &fᴘᴜʀᴄʜᴀsᴇ"
        - "&8▪ &7ʀɪɢʜᴛ-ᴄʟɪᴄᴋ&8
: &fᴄʜᴀɴɢᴇ ᴛɪᴍᴇ "

economy:
  enabled: true
  speed-upgrade:
    max-speed: 5.0
    min-speed: 0.1
    base-price: 1000
    scaling:
      type: "
POWER "
      power-factor: 1.75
      linear-multiplier: 500
      exponential-base: 2
    bulk-discount: 10
  time-purchase:
    cost-per-minute: 50
    default-minutes: 1

# Add new ActionBar section under Interface Settings
actionbar:
  enabled: true
  title: "
&6● &f %time% ʀᴇᴍᴀɪɴɪɴɢ &6● &f%speed%x sᴘᴇᴇᴅ &6●"

# Add new messages under Messages section
messages
:
  # ... (existing messages)
  speed-upgraded
: "%prefix%&aSuccessfully upgraded flight speed to &f%speed%x"
  not-enough-money
: "%prefix%&cYou don't have enough money! Required: &6%cost% coins"
  time-purchased
: "%prefix%&aSuccessfully purchased &f%time% &afor &6%cost% &acoins"
  time-added
: "%prefix%&aSuccessfully added &f%time% &ato your wand"
  enter-time
: "%prefix%&eEnter the amount of time to purchase &7(format: number + s/m/h/d/w/mo/y)"
  dash-cooldown
: "%prefix%&cYou must wait &e%seconds% seconds &cbefore dashing again!"
 
----------, Jan 13, 2025

Added option to disable the wand in some words

Reset config or add:
Code (YAML):
disabled-worlds:
  enabled
: true
  worlds
:
   - "no_flight_world"

messages
:
  world-disabled
: "%prefix%&cFlight wands are disabled in this world!"
 
----------, Jan 8, 2025

Added option to edit the velocity the player will get when he start flying

Reset config or add:
Code (YAML):
wand :
  # existing settings...
  velocity
:
    forward
: 0.6
    upward
: 0.6

 
----------, Jan 4, 2025

Added Optional Player Glowing Effects

Reset config or add:
Code (YAML):
glowing : true
 
----------, Jan 1, 2025

Resource Information
Author:
----------
Total Downloads: 5
First Release: Dec 31, 2024
Last Update: Feb 11, 2025
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings