Skip to content

Releases: Pigalala/TrackExchange

Version 0.4.0

26 Apr 18:56

Choose a tag to compare

Updating the plugin is a case of replacing the old jar with the new one, and ensuring that you have FastAsyncWorldEdit version 2.11.1 on the server.

Changes

  • Introduced a config.yml file, which is found in plugins/TrackExchange/
  • TrackExchange files are now saved to plugins/TrackExchange/tracks/
    • All existing track files are migrated to this new location automatically.
  • Added support for TrackExchangeButler
  • When pasting a track, the 'date created' field is set to the current time, instead of the time when the copied track was created.
  • The case of a track's name is now used as the file's name which will be saved to.
    • Previously, trackexchange files names were saved as lowercase, unless the command parameter 'saveas' was specified.
  • Schematic format Fastv3 is now being used, which may improve track schematic saving and pasting.
  • Files are no longer created during the saving/loading process, so the writing/reading stage is faster.

Fixes

  • Using the undo command when there is nothing left to undo will no longer throw an error.

Track version has not changed, so tracks created with the previous version of TrackExchange are still useable.

TrackExchange v0.3.1

04 Feb 17:12
a622d0a

Choose a tag to compare

Fixes

  • Track options now save to the database.

Full Changelog: v0.3.0...v0.3.1

TrackExchange v0.3.0

17 Jul 11:48
221ee21

Choose a tag to compare

TrackExchange files created on previous versions are not compatible with this version of the plugin!

New

  • Added the ability to undo trackexchange pastes
  • Updates file format for future backwards compatability

Full Changelog: 0.2.0...v0.3.0

v0.2.0

20 Dec 21:07

Choose a tag to compare

TrackExchange v0.2.0 supports TimingSystem v2.0.0 and v2.0.1

FastAsyncWorldEdit is now a dependency, and WorldEdit is no longer supported.

TrackExchange files created with an earlier version of TrackExchange are now incompatible with this version.

Changes

  • Improved schematic saving and loading speeds
    • Tasks are now ran simultaneously where possible
    • FAWE is now utilised for general performance improvements
  • TrackExchange files are now case insensitive in commands
  • Updated to TimingSystem v2.0.0

Full Changelog: v0.1.0...0.2.0

v0.1.0

11 Dec 21:42
717ed0d

Choose a tag to compare

TrackExchange v0.1.0 supports TimingSystem v1.9

⚠️TrackExchange is still an experimental plugin; use at your own risk.

Changes

  • Improved error handling.
  • Improved messages.
  • Tracks are now saved as .trackexchange files
  • Tracks which do not match the server's version are no longer importable
  • General fixes

v0.0.1 - TimingSystem v1.9

08 Dec 00:23

Choose a tag to compare

Pre-release

Experimental release for TimingSystem v1.9