Releases: iconomy5legacy/iConomy
Releases · iconomy5legacy/iConomy
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.
5.16 for all MC versions.
What's Changed
- Fix console running money and bank help commands by @0xBitMC in #31
New Contributors
- @0xBitMC made their first contribution in #31
Full Changelog: 5.15...5.16
5.15 for all MC versions.
What's Changed
Full Changelog: 5.14...5.15
5.14 for all MC versions.
What's Changed
- Make the flags line in the config configurable, replacing the SSL line. by @LlmDl in #25
- Replacing remaining sysouts. by @Momshroom in #26
New Contributors
- @Momshroom made their first contribution in #26
Full Changelog: 5.13...5.14
5.13 for all MC versions.
Removes all sysout/syserr's that made paper unhappy.
5.12 for all MC versions.
- Add support for Spigots new Libraries for dependencies.
- Refactor so we only create folders and download dependencies on pre 1.16.5 MC versions.
- Force a restart if running on Java 16+ with pre 1.16.5 MC and no dependencies.
- Fix potential (but not serious) memory leak.