Added Bedwars assets

This commit is contained in:
Elias Müller 2023-01-07 23:55:40 +01:00
parent d1432347c1
commit 7c5d610803
17 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
setup:
teams:
- 'blue'
- 'orange'
teams:
blue:
name: 'blue'
pos:
spawn: '31.5,11,0.5,90,0'
spawner: '31.5,11,0.5'
bed:
- '32,11,0'
- '33,11,0'
material:
block: 'BLUE_WOOL'
bed: 'BLUE_BED'
orange:
name: "orange"
pos:
spawn: '-31.5,11,0.5,-90,0'
spawner: '-31.5,11,0.5'
bed:
- '-33,11,0'
- '-34,11,0'
material:
block: 'ORANGE_WOOL'
bed: 'ORANGE_BED'