MBDrops — Advanced Drops & Player Activity Ranking System
MBDrops is a modern, fully customizable drop & ranking system for Rust servers.
It turns player activity into points, automatically builds a TOP leaderboard, distributes rewards at wipe, and presents everything through a polished, animated UI.
⭐ Key Features
🎁 Customizable Drop System
Create unlimited drops — each with:
Perfect for seasonal competitions and wipe reward systems.
🏆 Player Activity Ranking
Players automatically earn points for various in-game actions:
All point values are fully configurable.
🔄 Automatic Wipe Detection & Reward Distribution
Upon detecting a new wipe, the plugin will:
No manual actions required — the system works on its own.
💬 Discord Webhook Integration
Sends a clean, professionally formatted embed containing:
Great for transparency and community engagement.
🖼 Modern, Stylish UI
🔧 Commands
Player Command
/drops
📦 Configuration
Below is the full configuration structure used by MBDrops.
All values are fully customizable.
{ "NPC Image URL": "https://i.ibb.co/r2Ft9sJQ/MBNPC.png", "Discord Webhook URL": "", "Drops": [ { "Title": "Drop #1", "Item Image URL": "https://site.com/item1.png", "Reward Command": "give {steamid} scrap 500" }, { "Title": "Drop #2", "Item Image URL": "https://site.com/item2.png", "Reward Command": "spawn sedan" }, { "Title": "Drop #3", "Item Image URL": "https://site.com/item3.png", "Reward Command": "oxide.grant user {steamid} some.permission" } ], "Points per barrel destroyed": 0.1, "Points per berry collected": 0.05, "Points per bot kill": 0.2, "Points per Chinook crate opened": 5.0, "Points per full metal ore mined": 0.06, "Points per full stone mined": 0.03, "Points per full sulfur ore mined": 0.05, "Points per Oil Rig crate opened": 5.0, "Points per tank destroyed": 10.0, "Points per tree chopped": 0.05 }
⚙️ Requirements