Pular para o conteúdo principal

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

FieldTypeDefaultDescription
commandNameString""Typewriter alias used as /typewriter tempdim <commandName>.
permissionString""Permission required to enter through the alias.
templateWorldsList<String>[]Template world names available to Advanced SlimeWorld.
spawnZoneSpawnZone...Cuboid area where players may spawn.
spawnBlockWhitelistList<Material>[]Valid floor blocks; empty means any solid floor.
blacklistedCommandsList<String>[]Commands blocked inside this dimension.
onEnterList<TriggerableEntry>[]Triggers when entering.
onExitList<TriggerableEntry>[]Triggers when leaving.

Messages

The following fields use MiniMessage syntax:

  • noPermissionMessage
  • enterMessage
  • exitMessage
  • commandBlockedMessage

Spawn Zone

The SpawnZone object defines a cuboid region with x1, y1, z1, x2, y2, and z2.