Dimension Definition
Thetemporary_dimension entry defines a specific type of temporary world (e.g., “Fire Dungeon”, “Tutorial World”).
Type: Manifest Entry
ID: temporary_dimension
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
commandName | String | "" | The command to enter (e.g. dungeon). |
permission | String | "" | Permission required to enter. |
templateWorlds | List<String> | [] | List of folder names in plugins/Typewriter/templates/ (randomly selected). |
spawnZone | SpawnZone | ... | Area where players spawn. |
spawnBlockWhitelist | List<Material> | [] | Blocks valid for spawning (empty = any solid). |
blacklistedCommands | List<String> | [] | Commands blocked inside this dimension. |
onEnter | List<Action> | [] | Triggers when entering. |
onExit | List<Action> | [] | Triggers when leaving. |
Messages
You can customize the messages sent to players:noPermissionMessageenterMessageexitMessagecommandBlockedMessage
Spawn Zone
TheSpawnZone object defines a cuboid region for random spawning:
x1,y1,z1x2,y2,z2