Page: 1 ... 13 14 15 16 17

3.14.2 Jan 18, 2022
3.14.2 Changelog

- Fixed config validation for arrow_ring and multiply_points


3.14.1 Jan 18, 2022
3.14.1 Changelog

- Fixed death trigger on base spigot users (Thanks OfTeN!)


3.14.0 Jan 17, 2022
3.14.0 Changelog
- Added anticheat support to break_block
- Added mine_radius effect
- Added points system and accompanying effects and conditions: give_points, multiply_points, set_points, above_points, below_points, points_equal
- Added PointsChangeEvent
- A point is similar to a currency however it exists purely as an extra system for you to configure for your server. You can create as many points as you want simply by working with different names, they will be handled automatically
- Points can be shared between eco plugins by prefixing the point value with g_ (eg g_souls for a shared souls system)
- Updated placeholder registration

3.13.1 Jan 17, 2022
3.13.1 Changelog

- Fixed /ecoitems give modifying the itemstack


3.13.0 Jan 17, 2022
3.13.0 Changelog
- Added feather_step effect (Thanks OfTeN!)
- Fixed arrow_ring validating config incorrectly (Thanks OfTeN!)

3.12.1 Jan 15, 2022
3.12.1 Changelog

- Fixed ignite fetching the wrong value from config


3.12.0 Jan 14, 2022
3.12.0 Changelog

- Added give_permission effect (Requires Vault)
- Added items filter
- Added entity lookups to FilterEntityType


3.11.0 Jan 13, 2022
3.11.0 Changelog
- Added check_antigrief option to all triggerable effects (Thanks OfTeN!)
- Added ignite effect (Thanks OfTeN!)
- Added send_cooldown_message option (defaults to true) (Thanks OfTeN!)

3.10.0 Jan 12, 2022
3.10.0 Changelog
- Updated to libreforge 3.0.0 - LibReforge class has been removed, replaced by LibReforgePlugin (new base class that extends EcoPlugin)
- Updated to eco 6.19.0, replaces hacky addition to Config in libreforge and uses getIntFromExpression/getDoubleFromExpression
- Improved config validation

3.9.3 Jan 11, 2022
3.9.3 Changelog

- Massively improved performance of mathematical expressions (placeholder math) in effect/condition configs: testing benchmarks show between a 30x and 200x increase in performance from last version, depending on the complexity of the operation


3.9.2 Jan 10, 2022
3.9.2 Changelog
- Any numeric value (integer, decimal) in config can now be a mathematical -expression involving placeholders! For example, you can specify the chance to be dependent on your y level: as in chance: 100 -%player_y% - permanent effects will evaluate the expression on activation, and triggered effects will evaluate it on each trigger. Make sure you only use placeholders with numeric values, as you will get an error otherwise. PlaceholderAPI is required to use placeholders, and the compiling has been provided by Crunch - read more about it here: https://github.com/Redempt/Crunch : This allows for far more complex effects that previously weren't possible, so go wild using the newfound power of this system!
- For developers, update your effects/conditions to check config.has() rather than config.get<double/int>OrNull() in the config validation, as on the backend config.getDouble(path, player) etc in libreforge call getString and then compile the expression - calling getDoubleOrNull to check for presence will return null if a string is found - and so this can cause validation failures unless you update your checks 

3.9.1 Jan 10, 2022
3.9.1 Changelog

- Fixed swing trigger causing errors for base spigot users and for paper users on 1.16.5


3.9.0 Jan 10, 2022
3.9.0 Changelog
- Added give_skill_xp to mcMMO
- Added cancel_event effect
- Added send_message effect
- Added give_food effect
- Added give_health effect
- Added break_block effect
- Added remove_potion_effect effect
- Added play_sound effect
- Added level_up_skill trigger
- Added potion_effect trigger
- Added lose_potion_effect trigger
- Added death trigger
- Fixed Jobs Reborn integration name on startup showing as mcMMO

3.8.0 Jan 9, 2022
3.8.0 Changelog

- Added jobs_xp_multiplier and jobs_money_multiplier effects for Jobs Reborn


3.7.0 Jan 9, 2022
3.7.0 Changelog

- Added skill_xp_multiplier for mcMMO


3.6.0 Jan 8, 2022
3.6.0 Changelog

- Added give_skill_xp effect


3.5.2 Jan 8, 2022
3.5.2 Changelog

- Added ability to specify valid skills in skill_xp_modifier effect


3.5.1 Jan 7, 2022
3.5.1 Changelog

- Switched spawn_mob effect to Entity lookup system


3.5.0 Jan 6, 2022
3.5.0 Changelog

- Added riding_entity condition


3.4.0 Jan 6, 2022
3.4.0 Changelog

- Added gain_hunger, move, swap_hands, swing, toggle_flight, toggle_sneak, and toggle_sprint triggers


3.3.0 Jan 4, 2022
3.3.0 Changelog
- Added is_gliding, on_fire, and standing_on_block conditions

3.2.0 Jan 4, 2022
3.2.0 Changelog
- Added teleport effect

3.1.0 Jan 3, 2022
3.1.0 Changelog
- Added extra cost option to all triggerable effects, will take money from the player in order to use it (and not allow using the effect if they don't have enough money)

3.0.5 Jan 3, 2022
3.0.5 Changelog
- Added support for pets functioning as an extension of the player in combat

3.0.4 Jan 2, 2022
3.0.4 Changelog
- Fixed loadbefores

Page: 1 ... 13 14 15 16 17