Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 395 Bytes

configuration.md

File metadata and controls

21 lines (17 loc) · 395 Bytes

Configuration

Config

{% code title="config.yml" %}

# NoFlyZone version: 2.0.0 Main Configuration
# 
# List regions below that will disable players from flying when they enter them

no_fly_worlds:
- world_nether
- world_the_end
no_fly_regions:
  world:
  - testflyregion
no_fly_message: '&cNo flying here!'
auto_fly_message: '&aYour flight has been toggled on!'

{% endcode %}