Skip to main content

Dimension Definition

The temporary_dimension entry defines a specific type of temporary world (e.g., “Fire Dungeon”, “Tutorial World”). Type: Manifest Entry ID: temporary_dimension

Configuration

FieldTypeDefaultDescription
commandNameString""The command to enter (e.g. dungeon).
permissionString""Permission required to enter.
templateWorldsList<String>[]List of folder names in plugins/Typewriter/templates/ (randomly selected).
spawnZoneSpawnZone...Area where players spawn.
spawnBlockWhitelistList<Material>[]Blocks valid for spawning (empty = any solid).
blacklistedCommandsList<String>[]Commands blocked inside this dimension.
onEnterList<Action>[]Triggers when entering.
onExitList<Action>[]Triggers when leaving.

Messages

You can customize the messages sent to players:
  • noPermissionMessage
  • enterMessage
  • exitMessage
  • commandBlockedMessage

Spawn Zone

The SpawnZone object defines a cuboid region for random spawning:
  • x1, y1, z1
  • x2, y2, z2