-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Blzd edited this page Jun 8, 2026
·
1 revision
BlzdFly stores its configuration in:
plugins/BlzdFly/config.yml
# Show action bars for timed and claim flight.
actionbar:
enabled: true
flight:
# Bedrock-style flight.
# Players stop instantly when movement keys are released.
bedrock-flight: false
claim-flight:
# Seconds a player can remain outside their claim
# before Claim Flight expires.
grace-seconds: 5Controls whether flight information is displayed in the player's action bar.
Default
actionbar:
enabled: trueOptions
| Value | Description |
|---|---|
true |
Show action bar flight information |
false |
Disable action bar flight information |
Enables Bedrock-style flight controls.
When enabled, players stop moving immediately when movement keys are released, similar to Minecraft Bedrock Edition.
Default
flight:
bedrock-flight: falseOptions
| Value | Description |
|---|---|
true |
Enable Bedrock-style flight |
false |
Use standard Java Edition flight behaviour |
The number of seconds a player may remain outside their claim before Claim Flight expires.
Default
claim-flight:
grace-seconds: 5Example
With a value of 5, a player leaving their claim has 5 seconds to return before Claim Flight is removed.
After modifying the configuration, reload BlzdFly using:
/fly reload
or restart your server.
- Configuration changes are stored in
config.yml. - Invalid configuration values may be reset to defaults.
- Always create a backup before making major configuration changes.