fast_travel_destination
Type: misc entry
Exact entry ID: fast_travel_destination
Role
This TypeWriter entry is registered in code with the exact display name Destination de voyage rapide.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
region | Ref<FastTravelRegionEntry> | Region this destination belongs to. |
displayName | String | Displayed name of the destination. |
location | Position | Arrival point. |
icon | Item | Icon shown when the destination is unlocked. |
lockedIcon | Item | Icon shown when the destination is locked. Empty = the same icon without the glint. |
lore | List<String> | Lore shown when the destination is unlocked. |
lockedLore | List<String> | Lore shown when the destination is locked: explain what is missing to unlock it. |
order | Int | Display order in the region. Declaration order breaks ties. |
unlockCriteria | List<Criteria> | Unlock conditions. When unmet, the destination remains visible but unavailable. |
permission | String | Permission required to travel to this destination. Empty = none. |
onTravel | List<Ref<TriggerableEntry>> | Actions triggered after a successful journey. |
In practice
Start with the required fields, save the TypeWriter page, and test this entry in the context that triggers it. Select dynamic values and references from the web interface when a selector is available.
Common issue
If fast_travel_destination is not available, check the installed extension version, the selected TypeWriter category, the exact identifier, and the extension dependencies. An entry from a Soon extension must not be used as an available feature.
Technical reference
| Source module | Source file |
|---|---|
TypeWriter-TinyEssentialsExtension | FastTravelEntries.kt |