EcoSkills icon

EcoSkills 3.63.0

MMORPG Skills, Abilities, and Levelling with an intuitive GUI.

Page 1 ... 12 13 14 15 16 ... 26
1.65.0 Aug 5, 2022
1.65.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.

1.64.0 Aug 4, 2022
1.64.0 Changelog

- Added knockback_resistance_multiplier

1.63.1 Aug 2, 2022
1.63.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. 

1.63.0 Aug 1, 2022
1.63.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.
- Fixed custom model data in the level progression GUI
1.62.1 Jul 29, 2022
1.62.1 Changelog

- Added no_corners option to mine_radius_one_deep effect (finally!)

1.62.0 Jul 27, 2022
1.62.0 Changelog

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

1.61.1 Jul 25, 2022
1.61.1 Changelog

- Fixed consume_held_item

1.61.0 Jul 25, 2022
1.61.0 Changelog

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

1.60.0 Jul 24, 2022
1.60.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.

1.59.2 Jul 23, 2022
1.59.2 Changelog

- Fixed arrow_ring effect ignoring the antigrief for nearby players

1.59.1 Jul 22, 2022
1.59.1 Changelog

- Updated kotlin to 1.7.10

1.59.0 Jul 21, 2022
1.59.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.

1.58.1 Jul 21, 2022
1.58.1 Changelog

- Fixed Bountiful Harvest (Thanks AverageGithub!)

- Fixed Healing indicators on Allays (Thanks AverageGithub!)

- Fixed Skill XP bug with slime splitting (Thanks AverageGithub!)

- Fixed EcoPets not being a softdepend (Thanks AverageGithub!)

1.58.0 Jul 19, 2022
1.58.0 Changelog

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

1.57.2 Jul 13, 2022
1.57.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)

1.57.1 Jul 12, 2022
1.57.1 Changelog

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

1.57.0 Jul 11, 2022
1.57.0 Changelog

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

1.56.1 Jul 11, 2022
1.56.1 Changelog

- Fixed console errors on 1.17 - 1.18

1.56.0 Jul 9, 2022
1.56.0 Changelog

- Added create_explosion effect (Thanks theAstra!)

1.55.2 Jul 5, 2022
1.55.2 Changelog

- Fixed Level GUI titles (Thanks AverageGithub!)

Page 1 ... 12 13 14 15 16 ... 26