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

3.93.0 Aug 5, 2022
3.93.0 Changelog

- Removed broken fly_speed_multiplier effect; use movement_speed_multiplier and in_air instead.

- Added shorthand run_chain_inline; specify effects: [] instead of effects in a chain block..

- Added camelCase and nospaces to config getting; you can now specify parameters with underscore_separators, hyphen-separators, camelCaseSeparators, and unspacedseparators.


3.92.0 Aug 4, 2022
3.92.0

- Added knockback_resistance_multiplier


3.91.1 Aug 2, 2022
3.91.1 Changelog

- Fixed persistent/serialized permanent effects causing issues on relog (e.g. AttributeModifier-based effects, like bonus_health, movement_speed_multiplier). Holders will now be purged on quit and all effects will be shut down. 


3.91.0 Aug 1, 2022
3.91.0 Changelog

- Added trigger_custom effect and a new custom trigger system; lets you have custom triggers based on filters, conditions, chains, cooldowns, whatever else.


3.90.1 Jul 29, 2022
3.90.1 Changelog

- Added no_corners option to mine_radius_one_deep effect (finally!)


3.90.0 Jul 27, 2022
3.90.0 Changelog

- Added teleport_to effect, like teleport except you specify an exact location


3.89.1 Jul 25, 2022
3.89.1 Changelog

- Fixed consume_held_item effect not working


3.89.0 Jul 25, 2022
3.89.0 Changelog

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


3.88.0 Jul 24, 2022
3.88.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.


3.87.2 Jul 23, 2022
3.87.2 Changelog

- Fixed arrow_ring effect ignoring the antigrief for nearby players


3.87.1 Jul 22, 2022
3.87.1 Changelog

- Updated kotlin to 1.7.10


3.87.0 Jul 21, 2022
3.87.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.


3.86.0 Jul 19, 2022
3.86.0 Changelog

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


3.85.2 Jul 13, 2022
3.85.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)


3.85.1 Jul 12, 2022
3.85.1 Changelog

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


3.85.0 Jul 11, 2022
3.85.0 Changelog

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


3.84.0 Jul 9, 2022
3.84.0 Changelog

- Added create_explosion effect (Thanks theAstra!)


3.83.1 Jul 5, 2022
3.83.1 Changelog

- Fixed error on startup for some EcoPets users


3.83.0 Jul 4, 2022
3.83.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 


3.82.2 Jul 1, 2022
3.82.2 Changelog

- Fixed UUID clashes breaking attribute modifier effects between plugins


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

3.82.0 Jun 26, 2022
3.82.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


3.81.1 Jun 25, 2022
3.81.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


3.81.0 Jun 24, 2022
3.81.0 Changelog

- Added jobs_level_up trigger

- Added fly_speed_multiplier effect


3.80.0 Jun 22, 2022
3.80.0 Changelog

- API: Added data to TriggerPreProcessEvent

- API: Added data to TriggerProcessEvent


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