Skip to main content
Persistable configuration for a set of dungeon rooms and their associated spawn point. Referenced by DungeonInstanceEntry.roomConfigurations. Each config defines which rooms are active for a dungeon instance and where players spawn when entering.

Configuration

dungeon_room_config
Map
required
Configuration for the dungeon room config.

Example

dungeon_room_config:
  id: "temple_layout"
  name: "Temple Layout"
  rooms:
    - "temple_entrance"
    - "temple_corridor"
    - "temple_boss_room"
  spawnPoint:
    x: 10.0
    y: 65.0
    z: 10.0
    world: "dungeon_temple"
    yaw: 0.0
    pitch: 0.0