SGM/src/main/resources/games/capturethebrick/options.yml
2vb c9d84f25b7
Some checks are pending
Build plugin / build (push) Waiting to run
Work on jail
2024-07-07 01:48:36 -07:00

27 lines
551 B
YAML

mapInfo:
brickCount: 2
territory: 1
boundary: 3
spawn: 0,0,0
teams:
red:
brickSpawns:
- 0,0,0
- 0,0,0
# The "y" coordinate does not matter for this value,
# it will always teleport the player to the highest block.
playerSpawnArea:
- 0,0,0
- 0,0,0
jail: 0,0,0
blue:
brickSpawns:
- 0,0,0
- 0,0,0
# The "y" coordinate does not matter for this value,
# it will always teleport the player to the highest block.
playerSpawnArea:
- 0,0,0
- 0,0,0
jail: 0,0,0