Files
foundation/foundation-chaos/src/main/resources/chaos.yaml

17 lines
445 B
YAML

# Whether enabling the chaos mode is allowed.
allowed: false
# The default module configuration for modules with
# no explicit configuration.
defaultModuleConfiguration:
enabled: true
# Module configuration.
modules:
nearest-player-entity-spawn:
enabled: true
teleport-all-entities-nearest-player:
enabled: true
# Chaos selection configuration.
selection:
# The number of ticks before a new selection is made.
timerTicks: 6000