Galactic Booster's plugin was made to make a centralized booster core for all boosting of server currencies within a single gamemode. I have aimed to integrate as many plugins as I can through this plugin, while also integrating all of the galactic series of plugins through to display and give booster effects via. some custom events. All data on booster items are stored in NBT format, therefore making it so if an item is updated in the config, old boosters will still work.
Galactic Booster Types & Targets
The plugin currently contains the following types of boosters:
- MONEY - This applies a money booster to any sale orders through the linked plugins. This booster type hooks through ShopGUIPlus, GalacticShop, GalacticVoidChest and AutoSell to apply the money booster.
- EXP - This applies an exp booster to any exp gained from any of the hooked plugins. It currently hooks through GalacticStacker.
- TOKEN - This applies a token booster to any tokens gained from any of the hooked plugins. It is currently hooked through GalacticTokens.
- PERSONAL - Personal boosters will always be applied directly to the player, and only the player will receive their effects.
- ISLAND - Island boosters will always be applied directly to the island, plot, or cell through the linked plugin from the DataHandler interface from GalacticLib. To see which plugins this connects to click here.
- GLOBAL - Global boosters will always apply to everyone who is currently online and would be good for server events, and giving everyone a global boost.
Galactic Booster Commands
- /booster (/boosters) - Opens the booster GUI.
- /booster activate [type] [percent] [duration] (description) - Activate a Global Booster - boosters.admin
- /booster give [player] [type] [target] [percent] [duration] [amount] - Give a player a Booster Item - boosters.admin
- /booster givepermanent [player] [type] [percent] [override] [description] - Give a player a permanent booster (this will be a personal booster that is applied directly to the player) - boosters.admin
Galactic Booster Permissions & Placeholders
Code:
[/LEFT]
%booster_percent_money% - view the total percentage of money booster
%booster_percent_exp% - view the total percentage of exp booster
%booster_percent_token% - view the total percentage of token booster
%booster_time_money% - view the time remaining on temporary money boosters
%booster_time_exp% - view the time remaining on temporary exp boosters
%booster_time_token% - view the time remaining on temporary token boosters
[LEFT]
- Type
- Offering
Last edited:
