Page: 1 ... 7 8 9 10 11 ... 13

4.41.0 Jul 25, 2022
4.41.0 Changelog

- Added consume_held_item effect, runs Player#updateEffects to be able to create consumable items to interact with other holders


4.40.0 Jul 24, 2022
4.40.0 Changelog

- Fixed bug when enabling/disabling permanent effects in different orders than they were disabled/enabled in; this led to effects such as add_stat giving the wrong bonuses for some users with some configs.

- API: Effect#getUUID, Effect#getNamespacedKey, Player#getEffectAmount have been removed, and a new Identifiers parameter is passed to effects on enable / disable instead (A data class of a UUID and NamespacedKey to be used)

- Rewrote the entire effect scanning system (again), will be faster and more reliable now.


4.39.2 Jul 23, 2022
4.39.2 Changelog

- Fixed arrow_ring effect ignoring the antigrief for nearby players


4.39.1 Jul 22, 2022
4.39.1 Changelog

- Updated kotlin to 1.7.10


4.39.0 Jul 21, 2022
4.39.0 Changelog

- Changed how effects detect trigger compatibility. (API) - Instead of supplying a Collection<Trigger> in the constructor, a () -> Collection<Trigger> is supplied instead. Triggers.withParameters returns () -> Collection<Trigger> now, and specifying all triggers uses Triggers.all() rather than Triggers.values(). Effect#applicableTriggers remains unchanged; however the named parameter in the effect constructor is now triggers rather than applicableTriggers.

This will fix issues with triggers being registered after effect constructor invocation but before effect compilation, for example the kill_boss trigger not working with give_points.


4.38.0 Jul 19, 2022
4.38.0 Changelog

- Added rotate effect; spins you around a certain number of degrees


4.37.2 Jul 13, 2022
4.37.2 Changelog

- Added more trigger parameters supplied from: bow_attack, jump, melee_attack, mine_block, mine_block_progress, move, projectile_hit, static, toggle_flight, toggle_sneak, toggle_sprint, trident_attack

- TriggerData can now automatically infer Item and Velocity (where not explicitly supplied) from the Player and the Victim components (if present)


4.37.1 Jul 12, 2022
4.37.1 Changelog

- Added no_source option to shoot and shoot_arrow, prevents retriggering effects (Like a ricochet effect for arrows)


4.37.0 Jul 11, 2022
4.37.0 Changelog

- Added traceback effect: teleport back to where you were a few seconds ago, configurable between 1 and 30 seconds in the past


4.36.0 Jul 9, 2022
4.36.0 Changelog

- Added create_explosion effect (Thanks theAstra!)


4.35.2 Jul 7, 2022
4.35.2 Changelog

- Fixed boosters breaking on restart


4.35.1 Jul 5, 2022
4.35.1 Changelog

- Fixed error on startup for some EcoPets users


4.35.0 Jul 4, 2022
4.35.0 Changelog

- Added spawn_potion_cloud effect

- Added add_holder effect; allows you to give custom effects/conditions temporarily on a trigger, for example you can give permanent effects temporarily using this, and a lot of other beautifully complex magic 


4.34.2 Jul 1, 2022
4.34.2 Changelog

- Fixed UUID clashes breaking attribute modifier effects between plugins


4.34.1 Jun 30, 2022
4.34.1 Changelog
- Rewrote effect activation, fixing updated isMet values for effect-specific conditions

4.34.0 Jun 26, 2022
4.34.0 Changelog

- Added add_points effect; like give_points but acts permanently - if you're making a mana type system with your points, this works like a modifier (e.g. +40 Mana) - You can take as well as add


4.33.1 Jun 25, 2022
4.33.1 Changelog

- Fixed potential performance issues with in_mainhand, in_offhand, wearing_helmet, wearing_chestplate, wearing_leggings, and wearing_boots by moving Item lookups to CompileData rather than running on each invocation


4.33.0 Jun 24, 2022
4.33.0 Changelog

- Added jobs_level_up trigger

- Added fly_speed_multiplier effect


4.32.0 Jun 22, 2022
4.32.0 Changelog

- API: Added data to TriggerPreProcessEvent

- API: Added data to TriggerProcessEvent


4.31.0 Jun 22, 2022
4.31.0 Changelog

- Added pet filter

- Fixed skill filter


4.30.0 Jun 21, 2022
4.30.0 Changelog

- Added skill filter


4.29.0 Jun 20, 2022
4.29.0 Changelog

- Added win_raid trigger


4.28.1 Jun 20, 2022
4.28.1 Changelog

- Added %boosters_active_list% placeholder (Thanks grzybeek!)


4.28.0 Jun 19, 2022
4.28.0 Changelog

- Added item as trigger parameter

- Added in_mainhand and in_offhand conditions

- Added wearing_helmet, wearing_chestplate, wearing_leggings, and wearing_boots conditions

- Added value to level_up_pet and level_up_skill triggers

- Added craft trigger

- Added enchant_item trigger

- Added EcoEnchants-specific trigger, obtain_special

- Added damage_item trigger

- Added value to heal trigger


4.27.0 Jun 18, 2022
4.27.0 Changelog

- Added has_active_pet condition

- Added has_pet_level condition

- Added give_pet_xp effect

- Added pet_xp_multiplier effect

- Added gain_pet_xp trigger

- Added level_up_pet trigger


Page: 1 ... 7 8 9 10 11 ... 13