Skip to content

Pigalala/TrackExchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrackExchange

⚠️ This plugin is in an experimental state and should be used with caution.

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.

How to use

Installing the plugin

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 🙏

Using TrackExchange

Currently, there are two commands in Trackexchange:

Exporting

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.

Importing

/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.