Bridge between the Minecraft server plugin and une.oenia.eu.
Every route requires the X-Api-Key header.
| Route | Purpose |
|---|---|
POST /mc/verify-link | Complete a website ↔ player link |
GET /mc/whoami | Look up a linked account by UUID |
POST /mc/unlink | Break a link |
POST /mc/heartbeat | Live server stats (online, TPS, version) |
POST /mc/stats | Per-player stat sync (playtime, kills…) |
GET /mc/whitelist | Whitelisted players to enforce in-game |
POST /mc/punishment | Record a ban/mute/kick/warn |
POST /mc/pardon | Lift a punishment |