I'm currently using FeatherBoard to tell a player their kill to death ratio. I want to reset the deaths of a specific player back to 0, however I'm having trouble figuring out where the data is stored for players...
This is all I've found so far
I'm trying to find where the placeholderapi_statistic_deaths value is stored for players. Any help is appreciated.
P.S. the SQL is not set up, so the values are not stored on a database.
This is all I've found so far
Code:
kdr:
text:
- '&dKDR: &f{placeholderapi_statistic_player_kills}/{placeholderapi_statistic_deaths}'
interval: 2
random: false
P.S. the SQL is not set up, so the values are not stored on a database.
