Configuration
Configuration
Configuration is stored inplugins/routes/config.txt. The format is the well-known ini format:
[section]
key=value
Changes can be reloaded with
/routes load[editor]
tool
Type: int
The item ID of the tool the editor uses.
dotsPerMeter
Type: double
The number of dots per meter that are displayed in the route editor.
flashTicks
Type: long
The number of ticks between the selected segment in the route editor flashing on and off.
selectRange
Type: double
The maximum range the editor tool can select something at in select mode.
[show]
dotsPerMeter
Type: double
The number of dots per meter that are displayed for /routes show.
flashTicks
Type: long
The number of ticks between the selected segment in /routes show flashing on and off.
ticks
Type: long
The number of ticks /routes show shows the route.
[travel]
maxDistance
Type: double
The maximum distance the player can be from the first node of a route when using /travel.
signMaxDistance
Type: double
The maximum distance the player can be from the first node of a route when using a sign.
signPrefix
Type: String
The prefix to be used on signs.
When using this prefix on a sign, the remaining part of the line will be interpreted as a route name and made clickable.
<small>This page was generated from version 0.0.11-13-ge10688e.</small>
Comments