WorldEdit is a dependency and must be downloaded for the plugin to function. (It is recommended to use FastAsyncWorldEdit)
TrackExchange is an addon for TimingSystem which allows you to copy and paste tracks.
These copied tracks are saved as .trackexchange
files and can be transferred between servers if needed.
Download a release which matches your version of TimingSystem here and place the .jar file in your server plugins folder. This should not fail if TimingSystem is also installed and working properly 🙏
Currently, there are two commands in Trackexchange:
TrackExchange allows you to copy a track with or without a WorldEdit schematic. A schematic saves if you have a WorldEdit selection whilst running the command:
/trackexchange copy <track> [saveas]
: copies a track named <track>
and saves it to a file (named <saveas>.trackexchange
) in the TrackExchange plugin folder.
This has the permission node trackexchange.export
.
/trackexchange paste <filename> [loadas]
which pastes a track from a file named <filename>
and loads it with the name [loadas]
if provided, otherwise it takes the name from <filename>
.
This has the permission node trackexchange.import
.