Simple Stats UI

VAULT+ RUST PLUGIN Simple Stats UI 1.0.7

No permission to download



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.


Addaheading(4).png.af2d7074f5f1866f80ec2a1327bad06f.png

  • 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
Addaheading(5).png.5476790225fb2140eb2df1f1558cf272.png

  • /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)
Addaheading(6).png.2abc6cdb737b313651b81c9d4127c5ab.png

  • simplestatsui.admin - Requires admin permission to reset stats
Addaheading(8).png.9f28ffe094212bb54606c11a78078235.png
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"
      }
    }
  }
}
Author
Just4Free
First release
Last update

Ratings

0.00 star(s) 0 ratings
Back
Top