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!
Spoiler: More screenshots
Limited Supply Mode
/booster stats
Limited Supply Mode
/booster stats
Booster Shop
- Easy-to-use GUI shop (/boostshop)
- Customizable prices for each booster
- Visual indicators for active boosters
- Confirmation screen for purchases
Visual Feedback
- Animated boss bars showing active boosters
- Real-time countdown timers
- Global activation announcements
- Sound effects for better immersion
- Configurable maximum active boosters limit
- Boosters persist through server restarts
- Stock up on boosters even when active
- Give boosters to players via commands
Spoiler: Permissions list
Code (Text):
Basic Permissions[/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B][/B]
[B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B]
globalboosters.shop - Access to booster shop (default: true)
globalboosters.use - Use booster items (default: true)
Individual Booster Permissions
globalboosters.use.plant_growth - Plant Growth booster
globalboosters.use.spawner_rate - Spawner Rate booster
globalboosters.use.exp_multiplier - Experience booster
globalboosters.use.mob_drop - Mob Drop booster
globalboosters.use.mining_speed - Mining Speed booster
globalboosters.use.fishing_luck - Fishing Luck booster
globalboosters.use.farming_fortune - Farming Fortune booster
globalboosters.use.combat_damage - Combat Damage booster
globalboosters.use.haste - Haste booster
globalboosters.use.resistance - Resistance booster
globalboosters.use.jump_boost - Jump Boost booster
globalboosters.use.regeneration - Regeneration booster
globalboosters.use.night_vision - Night Vision booster
globalboosters.use.fire_resistance - Fire Resistance booster
globalboosters.use.speed - Speed booster
globalboosters.use.strength - Strength booster
globalboosters.use.no_fall_damage - No Fall Damage booster
globalboosters.use.hunger_saver - Hunger Saver booster
globalboosters.use.armor_durability - Armor Durability booster
globalboosters.use.keep_inventory - Keep Inventory booster
globalboosters.use.fly - Fly booster
Admin Permissions
globalboosters.admin - Full admin access (includes all permissions)
globalboosters.admin.give - Give boosters to players
globalboosters.admin.reload - Reload plugin configuration
globalboosters.admin.stats - View booster statistics
Special Permissions
globalboosters.fly.bypass - Keep flight when fly booster expires
[B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B][B]
globalboosters.shop - Access to booster shop (default: true)
globalboosters.use - Use booster items (default: true)
Individual Booster Permissions
globalboosters.use.plant_growth - Plant Growth booster
globalboosters.use.spawner_rate - Spawner Rate booster
globalboosters.use.exp_multiplier - Experience booster
globalboosters.use.mob_drop - Mob Drop booster
globalboosters.use.mining_speed - Mining Speed booster
globalboosters.use.fishing_luck - Fishing Luck booster
globalboosters.use.farming_fortune - Farming Fortune booster
globalboosters.use.combat_damage - Combat Damage booster
globalboosters.use.haste - Haste booster
globalboosters.use.resistance - Resistance booster
globalboosters.use.jump_boost - Jump Boost booster
globalboosters.use.regeneration - Regeneration booster
globalboosters.use.night_vision - Night Vision booster
globalboosters.use.fire_resistance - Fire Resistance booster
globalboosters.use.speed - Speed booster
globalboosters.use.strength - Strength booster
globalboosters.use.no_fall_damage - No Fall Damage booster
globalboosters.use.hunger_saver - Hunger Saver booster
globalboosters.use.armor_durability - Armor Durability booster
globalboosters.use.keep_inventory - Keep Inventory booster
globalboosters.use.fly - Fly booster
Admin Permissions
globalboosters.admin - Full admin access (includes all permissions)
globalboosters.admin.give - Give boosters to players
globalboosters.admin.reload - Reload plugin configuration
globalboosters.admin.stats - View booster statistics
Special Permissions
globalboosters.fly.bypass - Keep flight when fly booster expires
Spoiler: config.yml
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
# 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
Spoiler: messages.yml
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"
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"
Perfect For
- Survival servers
- Skyblock servers
- Prison servers
- Any economy-based server
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Global-Boosters is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 732 times (via Spigot). Download it and open it directly in the game.