EcoSkills ⭕ Addictive MMORPG Skills ✅ Create custom Skills, Stats, Effects, Mana ✨ Plug + Play

MC Plugin EcoSkills ⭕ Addictive MMORPG Skills ✅ Create custom Skills, Stats, Effects, Mana ✨ Plug + Play 3.47.1
MMORPG Skills, Abilities, and Levelling with an intuitive GUI.

- Fixed arrow_ring effect ignoring the antigrief for nearby players
- Updated kotlin to 1.7.10
- 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.
- 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!)
- Added rotate effect; spins you around a certain number of degrees
- 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)
- Added no_source option to shoot and shoot_arrow, prevents retriggering effects (Like a ricochet effect for arrows)
- Fixed console errors on 1.17 - 1.18
- Added create_explosion effect (Thanks theAstra!)
- Fixed Level GUI titles (Thanks AverageGithub!)
Top Bottom