
EcoSkills 3.63.0
MMORPG Skills, Abilities, and Levelling with an intuitive GUI.
3.55.0
Jul 18, 2024
3.55.0 Changelog
- Added add_durability effect to modify item durability (Requires Paper 1.21+)
- Improved add_enchant and remove_enchant
- Fixed EcoSkills add_stat flicker (make sure to be on latest EcoSkills)
- Added new EcoScrolls triggers, conditions, effects, and filters
3.54.0
Jul 16, 2024
3.54.0 Changelog
- Fixed AuraSkills add_stat integration flickering on reload
- Fixed bonus_health flicker
- Added in_gamemode condition
3.52.1
Jul 5, 2024
3.52.1 Changelog
- Fixed AuraSkills integration (Thanks mishonenchev!)
- Fixed attributes on pre-1.21 (Thanks Kapitowa!)
3.52.0
Jul 3, 2024
3.52.0 Changelog
- Added AxEnvoy integration (Thanks exanthiax!)
- Added NuVotifier integration (Thanks exanthiax!)
3.51.0
Jun 28, 2024
3.51.0 Changelog
- Fixed error with craft trigger on 1.21
- Fixed rotate effect and added new rotate_victim effect
3.50.1
Jun 27, 2024
3.50.1 Changelog
- /libreforge points now works with global points, just pass "global" in as the player
3.49.0
Jun 24, 2024
3.49.0 Changelog
- Added block_reach and entity_reach effects (1.21+)
- Added mining_efficiency, mining_speed_multiplier, and underwater_mining_speed_multiplier effects (1.21+)
- Added gravity_multiplier effect (1.21+)
- Added increase_step_height effect (1.21+)
- Added jump_strength_multiplier effect (1.21+)
- Added movement_efficiency_multiplier and sneaking_speed_multiplier effects (1.21+)
- trident_attack is now paper-only
- Updated various internals to be 1.21-based, please report any bugs that occur with previous versions
- Updated to Java 21
3.48.0
Jun 23, 2024
3.48.0 Changelog
- Added option to add certain ItemFlags to all items on the server (e.g. to globally hide attributes). This will require display-without-meta to be set to true in /plugins/eco/config.yml
- Fixed cross world block break issue
- Fixed attribute bug
3.47.2
Jun 22, 2024
3.47.2 Changelog
- Added 1.21 support
- Dropped 1.20.6 support, older versions will still work
3.47.1
May 31, 2024
3.47.1 Changelog
- Fixed LevelledMobs version compatibility issues
- Fixed console spam on 1.20.6
3.47.0
May 11, 2024
3.47.0 Changelog
- Fixed a long list of bugs related to slots
- Added several new effects/conditions and made several improvements to existing effects/conditions (Thanks Callum!)
- Several memory optimisations (Thanks Casper!)
- Added 1.20.6 support
3.46.0
Apr 15, 2024
3.46.0 Changelog
- Added in_slot condition, see here for more info: https://plugins.auxilor.io/effects/all-conditions/in_slot
- API: Added SlotType.isOrContains(SlotType) for compatibility with CombinedSlotType
- API: Added SlotItemProvidedHolder<T> which should be used instead of ItemProvidedHolder when fetching holders when possible