add setting to disable block generators

This commit is contained in:
Jakob Schulz
2026-05-18 21:26:38 +02:00
parent 6da180136e
commit 706f6ed743
3 changed files with 34 additions and 2 deletions
@@ -48,6 +48,10 @@ Arena:
GroundWalkable: true # defaults to true if missing
# Disable snow and ice melting
DisableSnowMelt: false # defaults to false if missing
# Disable ice forming
DisableIceForm: false # defaults to false if missing
# Disable cobblestone, stone, obsidian and basalt generators
DisableBlockGenerators: false # defaults to false if missing
# Allow leaving the arena area as spectator
Leaveable: false # defaults to false if missing
# Allow missiles to fly to the enemy and not stop at the schem border.