Raid Alerts
AvailableDetects explosive damage on player-built structures and posts a raid alert — map grid and the base's authorised owners — to a private Discord channel the moment the first wall is hit.
Details →Rust plugin + PHP backend
Tracks kills, deaths, playtime and farming on your server and pushes a leaderboard to your own site on a timer — plus a full snapshot at the end of every wipe.

What it does
It is the ranking behind rustportugalia.pt. The plugin records the stats; a small PHP receiver on your web host accepts the upload only with the shared secret and writes the JSON your page reads.
Anti-farm logic is included because it was needed: kills of the same player inside a time window don't count, teammates don't count, and a minimum playtime keeps one-off visitors off the board.
Features
Commands & permissions
| Command / permission | What it does |
|---|---|
| /rank · /stats · /top · /farm | Player chat commands (can be turned off). |
| ranking.push · ranking.reenviar | Console: push the leaderboard now / resend. |
| ranking.snapshot · ranking.estado | Console: end-of-wipe snapshot / status. |
Requirements
FAQ
No. The receiver writes JSON files your page reads.
That's what the anti-farm window and the team check are for.
Related
Detects explosive damage on player-built structures and posts a raid alert — map grid and the base's authorised owners — to a private Discord channel the moment the first wall is hit.
Details →One console/RCON command that reads every monument on the currently loaded map and returns its name and position as JSON — for labelling your own live map, whatever you build it in.
Details →Players buy a companion with scrap and it behaves like a real teammate: it walks, it farms, it runs your base chores, and it can die. No teleports, no flying, no AI service — every decision is plain code running on your server.
Details →