adventure_map
Configures an adventure map: temporary dimension template, chunk grid, spawn zone, and mount selector — manifest entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | adventure_map |
| Type | Manifest |
| Color | Cyan |
| Icon | mdi:map |
Fields
| Field | Type | Description |
|---|---|---|
dimensionTemplate | String | Name of the template world to clone via SlimeWorldManager |
chunks | List<AdventureChunk> | Chunks available for exploration in the 9x4 grid |
gridMaxX | Int | Maximum grid X (columns) |
gridMaxY | Int | Maximum grid Y (rows) |
maxFatigueDefault | Int | Default fatigue capacity in seconds when entering without a mount |
guiTitle | String | GUI title displayed to the player |
Usage Example
- entry: adventure_map
name: "Configures an adventure map: temporary dimension template, chunk grid, spawn zone, and mount selector"
dimensionTemplate: ""
chunks: []
gridMaxX: 0
gridMaxY: 0
maxFatigueDefault: 0
guiTitle: ""