tycoon_placement_group
Type: misc entry
Exact entry ID: tycoon_placement_group
Role
This TypeWriter entry is registered in code with the exact display name Groupe d'emplacements de zoo.
Verified fields
| Exact field | Type | Field guidance |
|---|---|---|
displayName | String | Name shown in the placement menu. |
icon | String | Group icon in the menu (Minecraft material name). |
world | String | World containing these positions. Empty = the server main world. |
sortOrder | Int | Display order of groups. Smaller values appear higher. |
requiredZooLevel | Int | Minimum zoo level required to use this group. 0 = no requirement. |
positions | List<PlacementPositionDef> | Placement positions for this group. Each position holds at most one animal. |
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 tycoon_placement_group 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-TycoonExtension | TycoonPlacementGroupEntry.kt |