EcoSkills icon

EcoSkills 3.63.0

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

Page 1 ... 15 16 17 18 19 ... 26
1.31.2 May 22, 2022
1.31.2 Changelog

- Fixed another bug with item stat modifiers

1.31.1 May 22, 2022
1.31.1 Changelog

- Fixed error with equipment slot modifiers

1.31.0 May 22, 2022
1.31.0 Changelog

- Added run-type to chains to cycle through effects rather than run them all together

- Added helix, double_helix, twirl, and circle particle animations

- Tweaked particle animation options for more flexibility

1.30.1 May 21, 2022
1.30.1 Changelog

- Fixed static trigger console spam for users on base spigot

1.30.0 May 20, 2022
1.30.0 Changelog

- Added particle animation system and the particle_animation effect to use it!

At the moment there are two effects: trace and ground_spiral, however many more will be added in the future!

Read the wiki page to learn more about how to use them: https://plugins.auxilor.io/effects/all-effects/particle_animation

1.29.0 May 20, 2022
1.29.0 Changelog

- Added particle_line effect to draw a line of particles between you and the target location

- Fixed particle offsets / movement with spawn_particle effect

1.28.1 May 19, 2022
1.28.1 Changelog

- Fixed send_title effect not translating placeholders

- (API, Maybe some effects too) Location will now automatically be attached as victim location, or player location (whichever is available, prioritizing victim) even if not specified from triggers

1.28.0 May 18, 2022
1.28.0 Changelog

- Added support for chain arguments

These allow you to pass parameters to your chains, which makes effect chains far, far more useful and more reusable - your logic can get a lot more complex with this!

In any chain effect (run_chain, run_chain_inline), there is now an extra option you can put under args:

chain_args:
  <name>: <value>
  <name 2>: <value 2>

You can add as many arguments as you like. You use these values in chains just like other placeholders, with %<name>%, for example if you had an argument called strength, you would reference it with %strength% in your chain. Chain arguments support placeholders, too - just like anything else.

This is huge, and if you want to make something extremely powerful with effects, this will make it even easier and quicker with less repetition!

1.27.0 May 18, 2022
1.27.0 Changelog
- Added a GUI to view stats, accessible by clicking on the player head in the main GUI
- Added descriptions and icons for stats
- Removed requirement to specify max levels for custom effects and custom stats
- Fixed custom stats
 
The longest-requested feature in EcoSkills (stat descriptions) has been added!
Like all things in EcoSkills, it's completely customizable and you can change it to your liking, or even disable it altogether.
This comes with a new placeholder, too - `%ecoskils_<stat>_description`, which will return the description for the player.
1.26.3 May 17, 2022
1.26.3 May 17, 2022
1.26.3 Changelog

- Fixed the last update causing the exact same problem, but backwards

1.26.2 May 17, 2022
1.26.2 Changelog

- Fixed the wrong messages being shown in GUI and chat for level ups when not ordered in config

1.26.1 May 17, 2022
1.26.1 Changelog

- Fixed level xp requirements not updating with /ecoskills reload

1.26.0 May 16, 2022
1.26.0 Changelog

- Added placeholder_contains condition

- Added set_velocity effect

- Fixed any_of condition showing the wrong parameter name when provided with an invalid config

1.25.3 May 15, 2022
1.25.3 Changelog

- Fixed default customstats.yml

1.25.2 May 15, 2022
1.25.2 Changelog

- Fixed riding_entity condition not using entity lookup strings and optimized the isMet function via CompileData

1.25.1 May 14, 2022
1.25.1 Changelog
- Added not_ as a prefix for filters to invert them, and added the documentation for inverse filters; using ! as a prefix will still work, however this isn't recommended as yaml treats ! as a special character
- Fixed default config preventing the plugin from loading since last version
1.25.0 May 14, 2022
1.25.0 Changelog
- Added support to create your own custom stats in config!
Just like customeffects.yml, customstats.yml lets you make as many custom stats as you want using libreforge - the same system behind the other plugins!
This is another huge update that opens the door to all kinds of new gameplay possibilities for your server, and again it comes with a custom stat for demo purposes (Saturation) that isn't enabled on any skill by default
1.24.0 May 14, 2022
1.24.0 Changelog

- Switched loading to use eco.yml

- Fixed within_radius_of condition not working with placeholder math

- Fixed potential loading issues with TMMobcoins due to case sensitivity

1.23.1 May 13, 2022
1.23.1 Changelog

- Fixed softdepends

Page 1 ... 15 16 17 18 19 ... 26