📁Map Configuration

On this page, you will find an example of a map config.

Example Map

Each map has its file inside the maps folder. Check the default structure of a map:

enabled: true
type: FREE_MODE
identifier: map_7245
display-name: Map
display-icon: MINECART
template:
  universal-region:
    minimum:
      x: -2.0
      y: -1.0
      z: -1.0
    maximum:
      x: 2.0
      y: 2.0
      z: 2.0
  battle-region:
    minimum:
      x: -2.0
      y: -1.0
      z: -1.0
    maximum:
      x: 2.0
      y: 2.0
      z: 2.0
  teams:
    '0':
      positions:
        '0':
          x: -0.7225571344489481
          y: 0.0
          z: -0.04498781522590889
          yaw: -100.80194
          pitch: 5.2497373
    '1':
      positions:
        '0':
          x: -0.7225571344489481
          y: 0.0
          z: -0.04498781522590889
          yaw: -155.10211
          pitch: 2.3997355
regeneration: false
teleport-to-lobby: false
allowed-modes:
- classic
team-colors:
- RED
- BLUE
arenas:
  '0':
    reference:
      world: world
      x: 199
      y: 95
      z: 357
dont-edit:
  assistance-stage: 4
  blob-key: 6b7b172167a74f498cdc6c0327256529

Last updated

Was this helpful?