Global-Boosters icon

Global-Boosters -----

20 Unique Global Booster Types, that benefit all players!



Plugin in beta report any bugs or tell me what to add! ;D

GlobalBoosters is a comprehensive plugin that allows players to activate server-wide boosts, creating a collaborative and engaging experience where everyone benefits from active boosters.

Key Features
20 Unique Booster Types:
  • Plant Growth - Doubles crop growth speed
  • Spawner Rate - Doubles spawner spawn rates
  • Experience - 2x experience from all sources
  • Mob Drops - Double drops from mobs
  • ⛏️ Mining Speed - Haste effect while mining
  • Fishing Luck - Double fishing rewards
  • Farming Fortune - Double crop drops
  • ⚔️ Combat Damage - 1.5x damage in combat
  • and much more!
Screenshot 2025-07-31 093922.png
Screenshot 2025-07-31 181449.png
Screenshot 2025-08-01 181908.png
Limited Supply Mode

Screenshot 2025-08-02 193140.png
/booster stats

Booster Shop
  • Easy-to-use GUI shop (/boostshop)
  • Customizable prices for each booster
  • Visual indicators for active boosters
  • Confirmation screen for purchases
Screenshot 2025-07-31 170114.png

Visual Feedback
  • Animated boss bars showing active boosters
  • Real-time countdown timers
  • Global activation announcements
  • Sound effects for better immersion
Smart Features
  • Configurable maximum active boosters limit
  • Boosters persist through server restarts
  • Stock up on boosters even when active
  • Give boosters to players via commands
Admin Commands
  • /booster give <player> <type> [duration] - Give boosters
  • /booster reload - Reload configurations
  • Full tab completion support

Code (YAML):
# GlobalBoosters Configuration
# Configure prices, durations and multipliers for each booster type

# Maximum number of boosters that can be active at the same time
# Set to -1 for unlimited
max_active_boosters
: 3

boosters
:
  plant_growth
:
    price
: 500.0
    duration
: 30   # minutes
    multiplier
: 2.0
  spawner_rate
:
    price
: 1500.0
    duration
: 30
    multiplier
: 2.0
  exp_multiplier
:
    price
: 1000.0
    duration
: 30
    multiplier
: 2.0
  mob_drop
:
    price
: 1200.0
    duration
: 30
    multiplier
: 2.0
  mining_speed
:
    price
: 800.0
    duration
: 30
    multiplier
: 1.5
  fishing_luck
:
    price
: 600.0
    duration
: 30
    multiplier
: 2.0
  farming_fortune
:
    price
: 700.0
    duration
: 30
    multiplier
: 2.0
  combat_damage
:
    price
: 2000.0
    duration
: 30
    multiplier
: 1.5
  haste
:
    price
: 1000.0
    duration
: 30
    multiplier
: 2.0   # Haste level (1.0 = Haste I, 2.0 = Haste II)
  resistance
:
    price
: 1500.0
    duration
: 30
    multiplier
: 2.0   # Resistance level
  jump_boost
:
    price
: 800.0
    duration
: 30
    multiplier
: 2.0   # Jump Boost level
  regeneration
:
    price
: 2000.0
    duration
: 30
    multiplier
: 1.0   # Regeneration level
  night_vision
:
    price
: 600.0
    duration
: 30
    multiplier
: 1.0   # Night Vision doesn't have levels
  fire_resistance
:
    price
: 1200.0
    duration
: 30
    multiplier
: 1.0   # Fire Resistance doesn't have levels
  speed
:
    price
: 1000.0
    duration
: 30
    multiplier
: 2.0   # Speed level
  strength
:
    price
: 2500.0
    duration
: 30
    multiplier
: 2.0   # Strength level
  no_fall_damage
:
    price
: 800.0
    duration
: 30
    multiplier
: 1.0   # Not used, just cancels fall damage
  hunger_saver
:
    price
: 600.0
    duration
: 30
    multiplier
: 0.5   # 50% chance to not lose hunger
  armor_durability
:
    price
: 1200.0
    duration
: 30
    multiplier
: 0.5   # 50% chance armor doesn't take damage
  keep_inventory
:
    price
: 3000.0
    duration
: 30
    multiplier
: 1.0   # Not used, keeps inventory on death

Code (YAML):
prefix : "&6&l[BOOSTER] "

general
:
  no-permission
: "&cYou don't have permission to use this command!"
  player-only
: "&cThis command can only be used by players!"
  no-permission-use
: "&cYou don't have permission to use boosters!"
  reload-success
: "&aConfiguration and messages reloaded successfully!"

shop
:
  title
: "&6&lBooster Shop"
  confirm-title
: "&6Confirm Purchase"
  item-lore
:
    multiplier
: "&7Multiplier: &e%multiplier%x"
    duration
: "&7Duration: &e%duration% minutes"
    price
: "&7Price: &6$%price%"
    already-active
: "&c&lCURRENTLY ACTIVE"
    click-to-purchase
: "&e&lCLICK TO PURCHASE"
  confirm
:
    button
: "&a&lCONFIRM PURCHASE"
    cancel
: "&c&lCANCEL"
    lore-booster
: "&7Booster: &e%booster%"
    lore-price
: "&7Price: &6$%price%"
    click-confirm
: "&aClick to purchase!"
    click-cancel
: "&cClick to cancel!"
    return-shop
: "&7Return to shop"
    info-title
: "&6%booster%"
    info-lore
:
      line1
: "&7This booster will be added"
      line2
: "&7to your inventory as an item."
      line3
: ""
      line4
: "&7Right-click the item to"
      line5
: "&7activate the global booster!"

purchase
:
  not-enough-money
: "&cYou don't have enough money! You need $%price%"
  success
: "&aSuccessfully purchased %booster% for $%price%"
  inventory-full
: "&eYour inventory was full! The booster has been dropped on the ground."

booster
:
  already-active
: "&cThis booster type is already active!"
  max-active-reached
: "&cMaximum number of active boosters reached! (%max% boosters)"
  activated
: "%prefix%&e%player% &ahas activated &e%booster% &afor &e%duration% minutes&a!"
  expired
: "%prefix%&e%booster% &chas expired!"
  item-name
: "&6&l%booster%"
  item-lore
:
    line1
: ""
    line2
: "&7A magical booster that enhances"
    line3
: "&7server-wide activities!"
    line4
: ""
    multiplier
: "&eMultiplier: &f%multiplier%x"
    duration
: "&eDuration: &f%duration% minutes"
    line5
: ""
    effects
: "&7Effects:"
    activate
: "&a&lRIGHT-CLICK TO ACTIVATE"

bossbar
:
  format
: "&e%booster% &7- &a%time% &7sponsored by &b%player%"

effects
:
  plant_growth
: "&7• &fDoubles crop growth speed"
  spawner_rate
: "&7• &fDoubles spawner spawn rate"
  exp_multiplier
: "&7• &fDoubles experience gained"
  mob_drop
: "&7• &fDoubles mob drops"
  mining_speed
: "&7• &fIncreases mining speed"
  fishing_luck
: "&7• &fDoubles fishing rewards"
  farming_fortune
: "&7• &fDoubles crop drops"
  combat_damage
: "&7• &fIncreases combat damage"
  haste
: "&7• &fGives all players Haste effect"
  resistance
: "&7• &fGives all players Resistance effect"
  jump_boost
: "&7• &fGives all players Jump Boost effect"
  regeneration
: "&7• &fGives all players Regeneration effect"
  night_vision
: "&7• &fGives all players Night Vision effect"
  fire_resistance
: "&7• &fGives all players Fire Resistance effect"
  speed
: "&7• &fGives all players Speed effect"
  strength
: "&7• &fGives all players Strength effect"
  no_fall_damage
: "&7• &fRemoves fall damage for all players"
  hunger_saver
: "&7• &fReduces hunger loss by 50%"
  armor_durability
: "&7• &fArmor lasts 50% longer"
  keep_inventory
: "&7• &fPlayers keep items on death"

Requirements
  • Vault (for economy integration)
  • Minecraft 1.21+
Perfect For
  • Survival servers
  • Skyblock servers
  • Prison servers
  • Any economy-based server
Give your players the power to help everyone - with GlobalBoosters!
Resource Information
Author:
----------
Total Downloads: 67
First Release: Jul 31, 2025
Last Update: Yesterday at 5:33 PM
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings