SimpleStatsUI
SimpleStatsUI is a sleek and user-friendly statistics interface designed to enhance the gaming experience by providing comprehensive insights into player and clan performance. Beautiful User-Interface Shows leaderboards of TOP 10 Players in the server & TOP 10 Clans Counts Player Kills, Death...
codefling.com
About SimpleStatsUI
SimpleStatsUI is a sleek and user-friendly statistics interface designed to enhance the gaming experience by providing comprehensive insights into player and clan performance.
- Beautiful User-Interface
- Shows leaderboards of TOP 10 Players in the server & TOP 10 Clans
- Counts Player Kills, Deaths, KDR, HeadShots, HeadShot.Accuracy, Shooting Accuracy
- /stats - Opens UI interface Leaderboard (For Players)
- /show_kdr - Enable or disable KDR UI (For Players)
- /enable_kdr - Enable or disable KDR UI for the server (For Admin)
- /reset_players - Reset all player stats (For Admin)
- /reset_clans - Reset all clan stats (For Admin)
- simplestatsui.admin - Requires admin permission to reset stats
Code:
{
"Settings": {
"Count NPC": true,
"Count Suicides": true,
"Reset Player Stats On Wipe": true,
"Reset Clan Stats On Wipe": true
},
"KDR UI Setting": {
"Enable KDR UI": true,
"Anchor Min": "0.5 0",
"Anchor Max": "0.5 0",
"Offset Min": "-305.2 17.999",
"Offset Max": "-205.2 77.98",
"Kills UI": {
"Text": "{kills} Kills",
"BackGround Color": {
"Hexa Color(#FFFFFF,100)": "#3D4B27,100"
},
"Icon ImageURL": "https://i.postimg.cc/nLj1yJ0L/target.png",
"Icon Color": {
"Hexa Color(#FFFFFF,100)": "#A6CD63,100"
},
"Text Color": {
"Hexa Color(#FFFFFF,100)": "#A6CD63,100"
}
},
"Deaths UI": {
"Text": "{deaths} Deaths",
"BackGround Color": {
"Hexa Color(#FFFFFF,100)": "#962F20,100"
},
"Icon ImageURL": "https://i.postimg.cc/s2CkmnwL/skull.png",
"Icon Color": {
"Hexa Color(#FFFFFF,100)": "#C79897,100"
},
"Text Color": {
"Hexa Color(#FFFFFF,100)": "#C79897,100"
}
},
"KDR UI": {
"Text": "{kdr} KDR",
"BackGround Color": {
"Hexa Color(#FFFFFF,100)": "#1D425F,100"
},
"Icon ImageURL": "https://i.postimg.cc/d14y9dWg/market.png",
"Icon Color": {
"Hexa Color(#FFFFFF,100)": "#489AD4,100"
},
"Text Color": {
"Hexa Color(#FFFFFF,100)": "#489AD4,100"
}
}
}
}