fast_travel_region
Type: misc entry
Exact entry ID: fast_travel_region
Role
This TypeWriter entry is registered in code with the exact display name Region de voyage rapide.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
displayName | String | Displayed name of the region, in the banner and breadcrumb. |
icon | Item | Region tab icon. |
lore | List<String> | Region tab lore. |
order | Int | Display order in the banner. Declaration order breaks ties. |
criteria | List<Criteria> | The region is hidden from the banner when these criteria are not met. |
permission | String | Permission required to view the region. Empty = visible to everyone. |
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_region 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 |