Skip to content
Blzd edited this page Jun 8, 2026 · 1 revision

Frequently Asked Questions

Why can't I fly?

Check the following:

  • You have the correct permission node.
  • You have active flight available.
  • You are using /fly to enable flight.
  • You have not exhausted your timed flight.
  • Your claim flight has not expired.

Use /fly info to view your current flight status.


How do I check my remaining flight time?

Use:

/fly info

Administrators can also check another player's remaining flight time using:

/fly time <player>


Does timed flight persist through server restarts?

Yes.

BlzdFly stores player flight data and restores it automatically when the server restarts.


Does claim flight consume timed flight?

No.

Claim Flight and Timed Flight are separate systems.

Using Claim Flight will not reduce a player's Timed Flight balance.


What happens when timed flight expires?

When a player's timed flight reaches zero:

  • Flight is disabled
  • The player can no longer toggle timed flight
  • Safe landing protection is applied where appropriate

What happens when I leave my claim?

A grace period begins.

If you do not return to your claim before the grace period expires, Claim Flight will be removed.

The grace period can be configured in:

config.yml

claim-flight:
  grace-seconds: 5

Is GriefDefender required?

No.

BlzdFly works without GriefDefender.

However, GriefDefender is required if you wish to use Claim Flight.


Which server software is supported?

BlzdFly supports:

  • Paper
  • Purpur

Use the latest release for the supported Minecraft versions.


How do I reload the configuration?

Use:

/fly reload

No server restart is required.


How do I grant timed flight?

Use:

/fly give <player> <time>

Example:

/fly give Steve 1h


How do I remove timed flight?

Use:

/fly remove <player> <time>

Example:

/fly remove Steve 30m

This removes the specified amount of flight time from the player's balance.


How do I report bugs?

Please create an issue on the GitHub repository.

When reporting a bug, include:

  • Minecraft version
  • Paper/Purpur version
  • BlzdFly version
  • Steps to reproduce the issue
  • Relevant console errors