Boosters ⭕ EULA-Friendly Global Buffs ✅ Jobs/Skills/Sell Multipliers ✨ Create your own

MC Plugin Boosters ⭕ EULA-Friendly Global Buffs ✅ Jobs/Skills/Sell Multipliers ✨ Create your own 6.7.0
Add server-wide boosters to generate revenue without pay-to-win.

- Added a placeholder that represents the value passed by the trigger (e.g. the amount of damage dealt; see here). It can be referenced with %trigger_value%, %triggervalue%, %trigger%, %value%, %tv%, %v%, and %t%, depending on what level of shorthand you prefer.
- API: Added TriggerGroups (e.g. static_<interval>, custom_<id>) so you can programatically generate triggers with a common prefix
- Added has_item condition; like wearing_<armor piece>, except it just requires any item to be in the players inventory
- (API) Added HolderProvideEvent, with the ability to modify the list of holders that will be provided to the player
- Added shuffle_hotbar effect
- Another urgent hotfix
- Added elytra_boost_save_chance; chance to not consume a firework when boosting with an elytra
- Fixed damage_nearby_entities effect for base spigot users
- Added brew trigger
- Added smelt trigger
- Cleaned up contexts for config violations; instead of having a million brackets (i.e. 'Error for effect <id>, (inline chain) (args) (Effect send_message) (args)), it will be separated by an arrow (->) to be easier to read.
- Added truly-inline chains; a shorthand syntax to run multiple effects on a trigger without ever needing to worry about the run_chain_inline effect, or even what a chain is. Instead of specifying an effect ID, you specify a list of effects to be ran on the trigger. All chain features are supported (it is an inline chain, it's just simpler). Read more about it here: https://plugins.auxilor.io/effects/configuring-an-effect#shorthand-inline-chains
Top Bottom