
eco 6.75.2
Powerful spigot development library that supercharges your plugins
6.0.6
Jul 24, 2021
6.0.6 Changelog
- JSON Config save behaviour when file has been deleted is now the same as yaml (don't attempt to replace the file)
Sorry for pushing so many updates at the moment, it's launch pains.
Sorry for pushing so many updates at the moment, it's launch pains.
6.0.5
Jul 23, 2021
6.0.5 Changelog
- Extensions with missing values / errors can still be loaded
- Extensions that cause errors will no longer cause the plugin to fail to load
- Extensions that cause errors will no longer cause the plugin to fail to load
6.0.0
Jul 21, 2021
6.0.0 Changelog
- eco is now a public library!
Check the github for new information:
https://github.com/Auxilor/eco
Check the github for new information:
https://github.com/Auxilor/eco
5.7.0
Jul 5, 2021
5.7.0 Changelog
- Improved CombatLogX support
- Reworked command system
- Changed PluginDependent to PluginDependent
- Reworked command system
- Changed PluginDependent to PluginDependent
5.6.0
Jul 1, 2021
5.6.0 Changelog
- Fixed error with custom Player implementations in BlockUtils
- Changed ExtensionMetadata to record
- Minor code cleanup
- Added more flexibility and warnings to EcoPlugin
- Fixed JsonConfigWrapper#clone returning internal object rather than JSONConfig
- Reworked Paste (added getting from hastebin, encoded contents)
- Changed ExtensionMetadata to record
- Minor code cleanup
- Added more flexibility and warnings to EcoPlugin
- Fixed JsonConfigWrapper#clone returning internal object rather than JSONConfig
- Reworked Paste (added getting from hastebin, encoded contents)
5.5.0
Jun 20, 2021
5.5.0 Changelog
- Added Gson as a dependency
- Added JSON config support
- Added support for uploading to hastebin
- Improved custom item system
- Added experimental support for having stacks in crafting recipes
- Added ItemStackBuilder
- Added PlayerJumpEvent
- Changed 1.17 prerequisite
- Added Config#toPlaintext()
- More 1.17 changes
- Added JSON config support
- Added support for uploading to hastebin
- Improved custom item system
- Added experimental support for having stacks in crafting recipes
- Added ItemStackBuilder
- Added PlayerJumpEvent
- Changed 1.17 prerequisite
- Added Config#toPlaintext()
- More 1.17 changes
5.4.1
Jun 13, 2021
5.4.1 Changelog
- Fixed issues related to jitpack, pushing new version for parity with releases
5.4.0
Jun 11, 2021
5.4.0 Changelog
- Added 1.17 support and updated to Java 16
You'll have to wait for ProtocolLib to update to use this version on 1.17
You'll have to wait for ProtocolLib to update to use this version on 1.17
5.3.7
May 18, 2021
5.3.7 Changelog
- Fixed error with weird ChatComponent behaviour on some versions of paper
5.3.5
Apr 26, 2021
5.3.5 Changelog
- Added villager-display-fix option to force remove hideflags on recipe outputs
5.3.4
Apr 25, 2021
5.3.4 Changelog
- Fixed Villager Trades for the last time. This should finally allow shopkeepers to work and also allow for discounts to work at the same time.
5.3.2
Apr 24, 2021
5.3.2 Changelog
- Added option in config.yml to disable villager display
- Fixed chat component display
- Fixed chat component display