Jump to content

1 Screenshot

  • 268
  • 4
  • 27.77 kB

depends on

About Discord LeaderBoard

 

  • DiscordLeaderBoard is a powerful Rust plugin that automatically sends beautiful Discord leaderboards using data from the Player Ranks plugin. It features customizable categories, real-time updates, and seamless integration with your existing MySQL database and Player Ranks statistics.

Core Features :
 

  • 📊 Multiple Leaderboard Categories :
  1. PvP Leaderboard — Kills, deaths, KDR, headshots, suicides
  2. PvE Leaderboard — PvE kills and NPC eliminations
  3. Resource Gathering — Resources gathered, plants collected, and barrels destroyed
  4. Explosives — Rockets launched, MLRS fired, and explosives thrown
  5. Events — Helicopter and APC kills/hits
  6. Building — Structures built, demolished, upgraded, and items deployed
  7. Server Statistics — Comprehensive server-wide statistics and online player count

    AB393341-919F-4830-A266-C955CFBED60B.png.e370d70d0f2bda8e30309e8b1bee76e6.png
     
  • ⏰ Automated Updates :
  1. Configurable intervals for automatic leaderboard updates (default: 5 minutes)
  2. Real-time data pulled from your existing Player Ranks MySQL database
  3. Smart message management — Updates existing Discord messages instead of spamming
  • 🎨 Rich Discord Integration :
  1. Beautiful embeds with category-specific colors and formatting
  2. Custom images support for each leaderboard category
  3. Server information display with name and connection details
  4. Top 5 players ranking system with detailed statistics
  • ⚙️ Flexible Configuration :
  1. Enable/disable categories — Turn on only the leaderboards you want
  2. Custom field selection — Choose which Player Ranks statistics to display
  3. Individual webhooks — Separate Discord channels for each category
  4. Custom ordering — Set how players are ranked in each category
  5. Image support — Add custom images to your leaderboards
  • 📋 Dependencies :
  1. ✅ Player Ranks Plugin — Required for statistics data
  2. ✅ MySQL Database — Same database used by Player Ranks
  3. ✅ Discord Webhooks — For sending leaderboards to Discord channels
     
  • 📋 config File :
{
  "SendInterval": 300,
  "ServerName": "my rust server",
  "ShowServerName": true,
  "ShowServerIP": true,
  "ServerIP": "connect [your server ip here]",
  "MySQL": {
    "sql_host": "localhost",
    "sql_port": 3306,
    "sql_db": "db name",
    "sql_user": "db username",
    "sql_pass": "db pass",
    "tablename": "db table name"
  },
  "Categories": {
    "pvp": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "PVPKills",
        "Deaths",
        "KDR",
        "HeadShots",
        "Suicides",
        "BulletsFired",
        "ArrowsFired"
      ],
      "orderBy": "PVPKills",
      "showImage": false,
      "imageURL": ""
    },
    "pve": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "PVEKills",
        "NPCKills"
      ],
      "orderBy": "PVEKills",
      "showImage": false,
      "imageURL": ""
    },
    "resources": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "ResourcesGathered",
        "PlantsGathered",
        "BarrelsDestroyed"
      ],
      "orderBy": "ResourcesGathered",
      "showImage": false,
      "imageURL": ""
    },
    "explosives": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "RocketsLaunched",
        "MLRSFired",
        "ExplosivesThrown"
      ],
      "orderBy": "(RocketsLaunched + ExplosivesThrown)",
      "showImage": false,
      "imageURL": ""
    },
    "events": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "HeliKills",
        "HeliHits",
        "APCKills",
        "APCHits"
      ],
      "orderBy": "(HeliKills + APCKills)",
      "showImage": false,
      "imageURL": ""
    },
    "build": {
      "enabled": true,
      "webhook": "",
      "fields": [
        "StructuresBuilt",
        "StructuresDemolished",
        "ItemsDeployed",
        "EntitiesRepaired",
        "StructuresUpgraded"
      ],
      "orderBy": "StructuresBuilt",
      "showImage": false,
      "imageURL": ""
    },
    "server": {
      "enabled": true,
      "webhook": "",
      "fields": [],
      "orderBy": "",
      "showImage": false,
      "imageURL": ""
    }
  }
}


 


Mohamed Amine Smida's Collection

User Feedback

2m

Downloads

Total number of downloads.

9.3k

Customers

Total customers served.

135.4k

Files Sold

Total number of files sold.

2.8m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.