This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
Releases: iconomy5legacy/iConomy
Releases · iconomy5legacy/iConomy
5.26 for all MC versions
- Add ConversionAccount for use by future economy plugins & iConomyUnlocked.
Full Changelog: 5.25...5.26
5.25 for all MC versions
What's Changed
- Fix issues with balances not being set before other same-tick transactions complete. by @LlmDl in #47
- Fix /iconomy:money not working.
- Fix /money pay and /money grant being able to error out when not enough arguments are given.
Full Changelog: 5.24...5.25
5.24 for all MC versions
What's Changed
Full Changelog: 5.23...5.24
5.23 for all MC versions
What's Changed
- Improve the /icoimport command with more feedback, and removing extra decimal places from esseco balances. by @LlmDl in #45
Full Changelog: 5.22...5.23
5.22 for all MC versions
What's Changed
- Fix the icoimport command not working on modern essentials userdata files. by @LlmDl in #43
- Bump min. Towny Version to 0.100.1.0. by @LlmDl in #44
Full Changelog: 5.21...5.22
5.21 for all MC versions
What's Changed
Full Changelog: 5.20...5.21
5.20 for all MC versions
What's Changed
- Refactor command parsing.
- Remove Bank feature, which likely did not work anyways.
- Fix missing/incorrect javadocs.
- Fix missing no-permissions feedback.
- Fix ops not receiving iConomy.list permission node.
- Switch to Java 17 and add Jabel.
- Add description to plugin.yml, courtesy of ImperialSam12 with PR #39.
- Add tab completion, courtesy of ewof and LlmDl with PR #37.
New Contributors
- @ewof made their first contribution in #37
- @ImperialSam12 made their first contribution in #39
Full Changelog: 5.19...5.20
5.19 for all MC versions
5.18 for all MC versions
What's Changed
Full Changelog: 5.17...5.18
5.17 for all MC versions
- Register with Vault onLoad instead of onEnable for better compatibility.