Skip to content

Releases: iconomy5legacy/iConomy

5.21 for all MC versions

25 Jul 21:02
bfc6868
Compare
Choose a tag to compare

What's Changed

  • Add playername tabcompleting to the root money command. by @ewof in #41

Full Changelog: 5.20...5.21

5.20 for all MC versions

04 Jul 22:07
Compare
Choose a tag to compare

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

Full Changelog: 5.19...5.20

5.19 for all MC versions

26 Jun 23:50
Compare
Choose a tag to compare

What's Changed

  • Add support for Folia servers. by @LlmDl in #36

Full Changelog: 5.18...5.19

5.18 for all MC versions

05 Apr 16:14
7749235
Compare
Choose a tag to compare

What's Changed

  • Synchronize Holdings transactions instead of using new tasks. by @LlmDl in #33

Full Changelog: 5.17...5.18

5.17 for all MC versions

21 Feb 21:14
Compare
Choose a tag to compare
  • Register with Vault onLoad instead of onEnable for better compatibility.

5.16 for all MC versions.

17 Jan 12:58
Compare
Choose a tag to compare

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.

09 Jan 15:20
Compare
Choose a tag to compare

What's Changed

  • Add silent, -s command arguments to /money grant. by @LlmDl in #30

Full Changelog: 5.14...5.15

5.14 for all MC versions.

03 Dec 18:51
Compare
Choose a tag to compare

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

Full Changelog: 5.13...5.14

5.13 for all MC versions.

12 Aug 14:02
Compare
Choose a tag to compare

Removes all sysout/syserr's that made paper unhappy.

5.12 for all MC versions.

28 Jul 15:00
Compare
Choose a tag to compare
  • 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.