Version 1.4.5
50 downloads
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:
Title
Custom image (URL)
Reward command executed for the winner after wipe
Perfect for seasonal competitions and wipe reward systems.
Player Activity Ranking
Players automatically earn points for various in-game actions:
Mining resources (stone, metal ore, sulfur, wood)
Collecting berries
Destroying barrels
Looting Oil Rig / Chinook crates
Killing NPCs
Destroying the Bradley APC
…and more
All point values are fully configurable.
Automatic Wipe Detection & Reward Distribution
Upon detecting a new wipe, the plugin will:
Automatically reward the TOP players
Send a detailed Discord webhook embed
Reset all points and begin a new season
No manual actions required — the system works on its own.
Discord Webhook Integration
Sends a clean, professionally formatted embed containing:
Player names
Points
Placement
Reward title
Drop item image (URL)
Great for transparency and community engagement.
🖼 Modern, Stylish UI
Player avatar display
Drop list (scrollable)
TOP leaderboard (scrollable)
Smooth layout & animation
Local image caching for faster loading
Multi-language support
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
ImageLibrary