EcoEnchants icon

EcoEnchants 12.22.0

A custom enchantments plugin that doesn't suck.

Page 1 ... 18 19 20 21 22 ... 41
8.54.0 Mar 31, 2022
8.54.0 Changelog
- Added any_of condition (Thanks OfTeN for the idea and first implementation!)
Works like this:
- id: any_of
  args:
    conditions:
      - <condition 1>
      - <condition 2>
 
Syntactically similar to effect chains, but it allows any of the specified conditions to be met
8.53.0 Mar 30, 2022
8.53.0 Changelog

- Added transmission effect (Think Aspect of the End)

8.52.0 Mar 28, 2022
8.52.0 Changelog

- Added within_radius_of condition

8.51.1 Mar 26, 2022
8.51.1 Changelog

- Added support for only showing descriptions on books

8.51.0 Mar 25, 2022
8.51.0 Changelog
- Added has_potion_effect condition
- Added strip_ai effect
8.50.1 Mar 21, 2022
8.50.1 Changelog

- Added disable_antigrief_check to effects

8.50.0 Mar 19, 2022
8.50.0 Changelog

- mcMMO skill_xp_multiplier and give_skill_xp effects have been renamed to mcmmo_xp_multiplier and give_mcmmo_xp, so you can use EcoSkills and mcMMO effects at the same time (not sure why you'd run both, but some people do)

8.49.3 Mar 17, 2022
8.49.3 Changelog
- Fixed options under 'advanced' (not all, just those that work with modifying items server-side, eg level clamp, lore conversion) not updating with /ecoenchants reload
- Fixed level-clamp
8.49.2 Mar 17, 2022
8.49.2 Changelog

- Fixed non-repeated effects not working (ie, basically all effects - I screwed up a few versions ago and didn't realize)

8.49.1 Mar 16, 2022
8.49.1 Changelog

- Updated MythicMobs integration to work with 5.0.0+

8.49.0 Mar 16, 2022
8.49.0 Changelog

- Added beacon_effect trigger (Requires Paper)
- Removed requirement to specify action_bar parameter for send_message effect: will default to false

8.48.3 Mar 15, 2022
8.48.3 Changelog
- Updated eco
- Reworked placeholder registration to more stable system (PlayerPlaceholder/PlayerlessPlaceholder instead of the now-deprecated PlaceholderEntry)
- Updated block breaking
8.48.2 Mar 14, 2022
8.48.2 Changelog

- Reduced display priority from HIGH to LOW (general shift to reduce priorities for a new small plugin that should have highest priority)

8.48.1 Mar 12, 2022
8.48.1 Changelog

- Fixed is_gliding and standing_on_block condition not working

8.48.0 Mar 12, 2022
8.48.0 Changelog
- Added new optional repeat section to all (triggerable) effects!
You can specify a repeat like this:
args:
  repeat:
    times: <times>
    start: <start count value>
    increment: <amount to add to count after each run>
 
And then reference those values in your effect/mutator/trigger/etc configs, anywhere from in strings to in mathematical expressions to be evaluated.
%repeat_times% - The amount of times the activation should be repeated
%repeat_increment% - The amount to increase the count for after each activation
%repeat_start% - The starting value of the count
%repeat_count% - The current value of the count
 
This means you can now create automations and much more complex effects without repeating yourself, for example this tripleshot effect here:
 
- id: shoot_arrow
  args:
    every: 3
    repeat:
      times: 2
      start: -11
      increment: 22
    inherit_velocity: true
  mutators:
    - id: spin_velocity
      args:
        angle: '%repeat_count%'
  triggers:
    - shoot_bow
 
Which spins the velocity -11 degrees first, and then 11 degrees second, keeping the middle arrow - which gives you tripleshot.
 
I'm excited to see how people use these new effects!
8.47.0 Mar 10, 2022
8.47.0 Changelog

- Added velocity as a parameter for trigger data
- Added spin_velocity mutator
- Added inherit_velocity option to shoot_arrow effect
- Fixed 'every' option for triggered effects

8.46.0 Mar 9, 2022
8.46.0 Changelog

- Added shoot_arrow effect

- Added shoot_bow trigger

8.45.2 Mar 9, 2022
8.45.2 Changelog

- Improved anticheat support for Buckshot, Succession, Tripleshot, and Pentashot

8.45.1 Mar 9, 2022
8.45.1 Changelog
- Custom heads in beheading.yml can now specify a name (fixes eco's head bug)
- Fixed many effects/conditions/etc not translating placeholders correctly in expressions
8.45.0 Mar 8, 2022
8.45.0 Changelog

- Added elytra_boost trigger
- Added multiply_velocity effect

Page 1 ... 18 19 20 21 22 ... 41