Allow players to enable temporary boosters that affect all players. Double all money earned, or experience earned. A great item to sell on Buycraft, or to reward from Crates.
- ShopGUI+ supported.
- Changeable booster time.
- Customize the item, name, and lore.
Code:
duration: 900 #15 minute duration
no-permission: '&cYou do not have permission to do this command.'
money-enabled: "shop addmodifier global %player_name% 2 sell"
money-disabled: "shop resetmodifier global %player_name% 2 sell"
broadcasts:
exp:
- ""
- "&d&l(ALERT) &5%player% &7enabled a &5XP Booster&7! All XP earned is doubled for fifteen minutes!"
- ""
eco:
- ""
- "&d&l(ALERT) &5%player% &7enabled a &5Money Booster&7! All selling prices are doubled for fifteen minutes!"
- ""
Booster Items:
EXP:
Name: "&a&lExperience Booster &8(&2x2&8)"
Item: EXP_BOTTLE
Data: 0
Lore:
#%expboosters% shows users current balance of boosters
NotActive:
- "&aEnable an Experience Booster to"
- "&adouble all experience earned on the server."
- ""
- "&7You have &2%expboosters% &7boosters."
- "&aClick to enable a global booster for 15 minutes"
Active:
- "&aEnable an Experience Booster to"
- "&adouble all experience earned on the server."
- ""
- "&7You have &2%expboosters% &7boosters."
- "&a&lA BOOSTER IS ACTIVE."
ECO:
Name: "&b&lMoney Booster &8(&3x2&8)"
Item: PAPER
Data: 0
Lore:
#%expboosters% shows users current balance of boosters
NotActive:
- "&bEnable a Money Booster to"
- "&bdouble all shop sell prices."
- ""
- "&7You have &3%moneyboosters% &7boosters."
- "&aClick to enable a global booster for 15 minutes"
Active:
- "&bEnable a Money Booster to"
- "&bdouble all shop sell prices."
- ""
- "&7You have &3%moneyboosters% &7boosters."
- "&a&lA BOOSTER IS ACTIVE."
- /booster give <player> <xp/money> (booster.give)
- /booster (No permission)
- Economy boosters depend on ShopGUI+. It can be purchased by clicking here.