Skip to content

Releases: arboriginal/TidyingChest

Version 1.0

28 Dec 12:35
Compare
Choose a tag to compare

Fix a bug with double chests which gaves the same location for its both sides, and could result not to transfer the items, depending on which side had been registered by the plugin.

Version 0.9

20 Dec 21:28
Compare
Choose a tag to compare
  • add option to choose if orphan check is verbose or not
  • minor code changes
  • wording in pom.xml / plugin.yml
  • remove useless Listener implementation in TCPlugin

Version 0.8

26 Oct 14:25
Compare
Choose a tag to compare
  • Compatibility for 1.13 is back! (1.14 still works obviously)

  • Fix #3 - Bug with orphan cleanup with Multiverse (or similar plugins)
    which removed chests in non-standard worlds (managed by those plugins)
    because those worlds were not loaded when the check was done
    [THANKS TO Iván hashashin for reporting this on Github]

  • You can now make orphan check without auto-deleting chests
    (by using « cleanOrphans.delete: false » in config.yml)

Version 0.7

24 Oct 22:17
Compare
Choose a tag to compare

Bored of guys who never read manuals or instructions, I will not write what this version changes. The changelogs are there for those who can read.

Version 0.6

23 Oct 13:52
Compare
Choose a tag to compare
  • Code rework: Better performance mainly with slow databases (with sqlite performances should be also a bit better but this will not be significant in most cases as already fast)
  • SQL queries are now executed async + use a cache-code
  • Existing chests coords are shown in chat when trying to create new ones and conflicts (require permission)
  • Add new permission "tc.create.show_loc" (see above)
  • Add new options, see header of config.yml, main options: signs can be optional, and add a configurable delay before to break incomplete signs
  • Add new messages to translate (run the plugin, then check your config.yml "messages", new ones will be added. Once translated use /tc-reload to apply)
  • Change how DB table is created to improve compatibility
  • Allows to add options for database connections (like not using SSL for example)

Add permission to create ROOT/TARGET by world

03 Sep 05:27
Compare
Choose a tag to compare

Version for Minecraft 1.14

02 Sep 08:35
Compare
Choose a tag to compare

This version is for Minecraft 1.14 (actually tested on 1.14.4, paperMC), and no more works with 1.13.
For 1.13, use version 0.3.

Minor fix for MySQL

22 Jan 15:30
Compare
Choose a tag to compare

When set the item on a target chest, showed a message in console telling an error happens in MySQL update query (but worked fine).

Add MySQL support

22 Jan 03:06
Compare
Choose a tag to compare
v0.2

Add support for MySQL

Version 0.1

21 Jan 22:04
Compare
Choose a tag to compare
v0.1

First release