Fork of the original Global-Boosters plugin with additional features and improvements.
messages.ymlsupported all MiniMessages formats (https://docs.papermc.io/adventure/minimessage/format/)
- Full integration with CoinsEngine
- Purchase boosters using CoinsEngine currency
- Flexible economy system supporting multiple providers:
- Vault (traditional economy)
- CoinsEngine (custom coins system)
- Item-based economy (trade on Booster-Coins)
The plugin now supports multiple economy systems:
economy:
coins_engine:
enabled: true
currencies:
gems:
price_multiplier: 0.01
coins:
price_multiplier: 0.05economy:
vault:
enabled: true
item: KELP
price_multiplier: 1.0 # How much should the price increase for this type of currencyeconomy:
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-
Required: Paper 1.21+
-
Java 21
-
Optional:
- Vault for traditional economy
- CoinsEngine for coins support
All original features from the base Global-Boosters plugin are preserved.
Note: This is a community fork with additional features. For the original plugin, visit lino9999/Global-Boosters.