Dimension Definition
The temporary_dimension entry defines a type of temporary world, such as a dungeon or tutorial
world. The BTC custom module targets Java 25 and does not register legacy Bukkit commands.
Type: Manifest Entry
ID: temporary_dimension
Configuration
| Field | Type | Default | Description |
|---|---|---|---|
commandName | String | "" | Typewriter alias used as /typewriter tempdim <commandName>. |
permission | String | "" | Permission required to enter through the alias. |
templateWorlds | List<String> | [] | Template world names available to Advanced SlimeWorld. |
spawnZone | SpawnZone | ... | Cuboid area where players may spawn. |
spawnBlockWhitelist | List<Material> | [] | Valid floor blocks; empty means any solid floor. |
blacklistedCommands | List<String> | [] | Commands blocked inside this dimension. |
onEnter | List<TriggerableEntry> | [] | Triggers when entering. |
onExit | List<TriggerableEntry> | [] | Triggers when leaving. |
Messages
The following fields use MiniMessage syntax:
noPermissionMessageenterMessageexitMessagecommandBlockedMessage
Spawn Zone
The SpawnZone object defines a cuboid region with x1, y1, z1, x2, y2, and z2.