SupremeDev
  • Supreme Development
  • Important
    • Installation
    • PayPal + Google Pay
    • Server Owner Advice
    • Json - Why?
    • Free Client Plugins
      • Supreme KillHolograms
        • config.yml
      • Supreme EXPShop
        • Commands & Permissions
        • config.yml
      • Supreme DeathBans
        • Commands & Permissions
        • config.yml
        • lang.yml
  • Plugins
    • Supreme Factions
      • Placeholders
      • Commands & Permissions
      • Developer API
      • Files
        • raids.json
        • lang.yml
        • conf.json
        • config.yml
        • upgrades.yml
    • Supreme Spawners
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • conf.json
        • entity-settings.json
        • stacker-settings.json
    • Supreme Hoes
      • Commands & Permissions
      • Placeholders
      • Developer API
      • Files
        • config.yml
        • captcha.yml
        • menus.yml
    • Supreme Printer
      • Commands & Permissions
      • Developer API
      • Files
        • config.yml
    • Supreme Blood Orbs
      • Commands & Permissions
      • Files
        • config.yml
        • lang.yml
    • Supreme TokenShop
      • Commands & Permissions
      • config.yml
    • Supreme LMS
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Roam
      • Commands & Permissions
      • Files
        • lang.yml
        • config.yml
    • Supreme MobSwords
      • Commands & Permissions
      • Placeholders
      • Files
        • menus.yml
        • config.yml
    • Supreme BindIP
      • Commands & Permissions
    • Supreme Robots
      • Commands & Permissions
      • Developer API
      • Files
        • lang.json
        • config.json
    • Supreme Meteors
      • Commands & Permissions
      • Files
        • config.yml
        • lang.json
    • Supreme Tools
      • Commands & Permissions
      • Files
        • config.yml
    • Supreme Collectors
      • Commands & Permissions
      • Files
        • lang.json
        • config.json
    • Supreme Player Stats
      • Commands & Permissions
      • Statistic Types
      • Files
        • menus.yml
        • config.json
    • Supreme Miner Picks
      • Commands & Permissions
      • Files
        • drops.yml
        • menus.yml
        • config.yml
  • Addons
    • Factions Top
    • Harvest Event
    • Hoe Boosters
  • Libraries
  • SupremeCaptcha
    • Commands & Permissions
    • Files
      • config.json
  • SupremeTokens
    • Commands & Permissions
    • Files
      • lang.json
      • config.json
Powered by GitBook
On this page
  • Base Statistics
  • Creating Custom Leaderboards

Was this helpful?

  1. Plugins
  2. Supreme Player Stats

Statistic Types

The different stats tracked by SupremePlayerStats

Base Statistics

    POTS_THROW
    DAMAGE_DEALT
    DAMAGE_RECEIVED
    CRITICAL_DAMAGE
    PEARLS_THROWN
    CHAT_SENT
    COMMAND_SENT
    SHOP_SPENT
    SHOP_SELL
    CRATES_OPENED
    BOW_DAMAGE
    BOW_SHOTS
    BOW_LONG_SHOT
    BLOCK_PLACE
    BLOCK_BREAK
    PLAYER_LEAVE
    PLAYER_JOIN
    PLAYER_TIME_CONNECTED
    DISTANCE_WALKED
    FISH_CAUGHT
    MOB_KILLS
    KILLS
    DEATHS

Creating Custom Leaderboards

To create a new leaderboard/statistic simply add a new custom stat to the config.json with the f-following format; <statistic-base>::<unique-type>

  "trackSpecific": [
    "BLOCK_PLACE::GOLD_BLOCK",
    "BLOCK_PLACE::CACTUS",
    "BLOCK_PLACE::SUGAR_CANE_BLOCK",
    "DISTANCE_WALKED::WORLD_NAME",
    "MOB_KILLS::CREEPER"
  ]

Then you can just add the statistic the leaderboard menu by adding a new config section with the name of the statistic above as the primary key.

PreviousCommands & PermissionsNextFiles

Last updated 3 years ago

Was this helpful?