Placeholders - bruno-medeiros1/elytra-essentials GitHub Wiki
ElytraEssentials provides a set of placeholders through PlaceholderAPI that allow you to display player statistics on scoreboards, in chat, or in any other plugin that supports PAPI.
Index
Flight Time Placeholders
%elytraessentials_flight_time%
Description: Returns the player's current remaining flight time in raw seconds.
- Example Output:
359
%elytraessentials_flight_time_formatted%
Description: Returns the player's remaining flight time in a user-friendly format that automatically adjusts to show hours, minutes, and seconds.
- Example Output:
5m 59s
Statistics Placeholders
%elytraessentials_total_distance_km%
Description: Returns the total cumulative distance the player has flown, formatted in kilometers (km).
- Example Output:
12.7 km
%elytraessentials_total_distance_blocks%
Description: Returns the total cumulative distance the player has flown, formatted in blocks (meters).
- Example Output:
12742 blocks
%elytraessentials_total_flight_time%
Description: Returns the player's total cumulative flight time across all sessions, formatted for readability.
- Example Output:
1h 15m 32s
%elytraessentials_longest_flight%
Description: Returns the distance of the player's longest single flight without landing, formatted in blocks.
- Example Output:
5821 blocks
%elytraessentials_average_speed%
Description: Returns the player's average flight speed across all sessions, formatted in kilometers per hour (km/h).
- Example Output:
75.2 km/h