tagPlaceholders

Use placeholders to display flight time information for players.

FlyCountdown supports PlaceholderAPI, which allows you to use custom placeholders to display flight time data in various parts of your server (e.g., in chat, action bars, or scoreboards). You can download it herearrow-up-right.

Placeholders:

  • %flycountdown_time% - Only placeholder in v1.0 Displays the remaining flight time for the player. This placeholder shows the time left in its raw format (e.g., 30m, 1h).

  • %flycountdown_time_digital% Displays the remaining flight time in a clean digital clock format. This placeholder shows the time left as 00:00 (e.g., 05:30 or ∞).

  • %flycountdown_time_seconds% Displays the raw amount of seconds remaining for the player. This placeholder is useful for numeric comparisons in other plugins.

  • %flycountdown_percent% Displays the percentage of flight time remaining for the player (0-100). Returns 100 for players with infinite flight.

  • %flycountdown_enabled% Displays whether the player has flight currently toggled on. Returns "true" or "false".

  • %flycountdown_is_flying% Displays whether the player is currently airborne/flying in the air. Returns "true" or "false".

Last updated