Example-config
arenas:
test_arena:
display_name: "Test"
type: HUNTERS #SURVIVAL
max_instances: 3
time-before-starting: 10 #seconds
world: "test_arena"
schematic: "fnaf1_map.schem"
paste-location: "-33.5,-60,-43.5"
spawn-survivors:
- "-33.5,-60,-43.5"
spawn-hunter: "-33.5,-59,-76.5"
players:
min-players: 2
max-players: 5
hunters:
min-hunters: 1
max-hunters: 1
start-commands:
- "say Started %arena_id%"
- "minecraft:give %hunters% minecraft:iron_sword 1"
- "title %hunters% title {\"text\":\"Hunt!\",\"color\":\"red\"}"
- "title %survivors% title {\"text\":\"Survive the hunt!\",\"color\":\"green\"}"
end-commands:
- "say End %arena_id%"Last updated