Added comprehensive player statistics tracking system:
- Track total flight time, distance traveled, and number of flights
- View stats with /ufw stats command
- Full PlaceholderAPI support with new placeholders:
(%ufw_flight_time%, %ufw_flight_distance%, %ufw_flight_amount%)
Reset config or add:
Code (YAML):
stats:
enabled
: true
save-interval
: 300
messages:
stats:
header
:
"&8▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃"
title
:
"&6&l⚡ &eYour Flight Stats:"
flight-time
:
"&7➜ Total Flight Time: &f%time%"
flight-distance
:
"&7➜ Total Distance: &f%distance% blocks"
flight-amount
:
"&7➜ Times Flown: &f%amount%"
footer
:
"&8▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃"
no-permission
:
"%prefix%&cYou don't have permission to view stats!"