
eco 6.77.1
Powerful spigot development library that supercharges your plugins
- Fixed Scyther integration
- Fixed Songoda repo
- Fixed long-standing bug with ItemProviders causing many integrations to break (e.g. Oraxen)
- Added Item Price API
- Added Scyther integration
- Added configurable host to Paste
- Added BigDecimal support to Economy
- Fixed DeluxeCombat and FabledSkyblock integrations (Thanks Kapitowa!)
- Added the option to disable the update checker
- Rewrote MySQL data handler to be more stable (no longer misadvised)
- Removed key categorization
- Fixed data migration
- Various other large improvements to the data system
- Added == operator to evaluateExpression
- Added config expression getter methods with additional players
- Added min and max functions to evaluateExpression
- Added additional players to parse placeholders with respect to
- Added FabledSkyblock integration (Thanks Kapitowa!)
- Updated FactionsUUID integration
- Fixed ProtocolLib API cross-compatibility
- Updated ShopGUI+ API
- Added MenuBuilder#onOpen
- Added VectorUtils#isSaveVelocity / Vector#isSafeVelocity
- Added MenuUtils#getOpenMenu / Player#openMenu
- Added DisplayProperties to display modules, including inInventory, inGui, and original item (a clone to prevent any potential issues)
- Improved MythicMobs support (Thanks Syrent!)
- Updated Kotlin to 1.7.10
- Fixed rare NPE on menu close with captive items
- Added Prerequisite.HAS_1_19
- Added player health fixer (optional)
- Fixed initializing message on startup not sending at the right time
- Added SNBT support into the Item lookup system - you can now submit any NBT tag to get the item, like {id:"stone",Count:3 ... tag:{Name:"your name" ...}}
- Added ability to prevent players from using captive slots based on a predicate