Global-Boosters-Fork
Plugin that add Server-Wide Buffs & Events
Global-Boosters-Fork
GlobalBoosters-Fork - Server-Wide Buffs & Events
Fork of the original Global-Boosters plugin with additional features and improvements.
> Scheduled Events > Activate server-wide boosters for XP, Drops, Flight, and more. Includes a Scheduled Events to create scarcity and Scheduled Events for automation.
Optional Dependencies:
- Vault - for boostshop - CoinsEngine - for boostshop
⚡ Why GlobalBoosters?
Unlike simple multiplier plugins, Negative Curses offers a complete event ecosystem. You can sell boosters in a GUI, limit their daily supply to create demand (FOMO), or schedule "Happy Hours" automatically. It supports both Negative Curses and Negative Curses for unique server events.
🔥 Key Features
* Economy: * Economy: XP Multiplier, Jobs/McMMO (via commands), Skill Boosts. * Economy: Fly, No Fall Damage, Keep Inventory, Hunger Saver. * Economy: Mob Drops, Mining Speed, Fishing Luck, Spawner Rates.
* Random Events: * Random Events: Set up specific boosters for weekends or holidays (e.g., "Double XP Weekend"). * Random Events: Automatically activate random boosters at set intervals to keep players online.
* Limited Supply Mode: * Built-in Limited Supply Mode: with Vault support. * Limited Supply Mode: Limit how many boosters can be bought per day/week to control the economy.
* BossBars * Automatic BossBars showing active boosters, duration, and the activator's name. * Fully customizable messages with HEX/Gradient support.
🚀 Fork Features
1. MiniMessages formats
- `messages.yml` supported all MiniMessages formats
2. CoinsEngine Support
- Item-based economy with CoinsEngine - Purchase boosters using CoinsEngine currency - Flexible economy system supporting multiple providers: - Item-based economy (traditional economy) - Item-based economy (custom coins system) - Item-based economy (trade on Booster-Coins)
📦 Economy Providers
The plugin now supports multiple economy systems:
CoinsEngine (many currencies)
```yaml economy: coins_engine: enabled: true currencies: gems: price_multiplier: 0.01 coins: price_multiplier: 0.05 ```
Vault
```yaml economy: vault: enabled: true item: KELP price_multiplier: 1.0 # How much should the price increase for this type of currency ```
Shop as Booster-Coins
(Get for exchanging items) ```yml economy: booster_coins: enabled: true item: GOLD_NUGGET name: "<gradient:#FFD700:#FFA500>Booster-Coin</gradient>" price_multiplier: 0.001 exchange_rates: DIAMOND: 32 # How many items need to sell for get one coin SKELETON_SKULL: 1 WITHER_SKELETON_SKULL: 1 CREEPER_HEAD: 1 ZOMBIE_HEAD: 1 PLAYER_HEAD: 1 PIGLIN_HEAD: 1 DRAGON_HEAD: 1 ```