Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
REST API + Anti-Grief System for Paper/Spigot

Monitor your server remotely • Protect against rogue staff • Zero external dependencies
WardenxCheck is a dual-purpose plugin that combines a powerful REST API for remote server monitoring with an intelligent anti-grief system designed to catch rogue staff members — while leaving normal players completely unrestricted.
Access real-time server data via HTTP (default port 8080). All endpoints return clean JSON — perfect for dashboards, Discord bots, or monitoring systems.
| GET | /api/tps | Server TPS & MSPT |
| GET | /api/players | Online players list |
| GET | /api/player/{name} | Detailed player info |
| GET | /api/status | Server health status |
| GET | /api/server | Full server information |
| GET | /api/worlds | Loaded worlds |
| GET | /api/plugins | Installed plugins |
| GET | /api/performance | Performance metrics |
| GET | /api/memory | JVM memory usage |
| GET | /api/entities | Entity counts per world |
| GET | /api/chunks | Loaded chunk information |
X-API-Key header or ?key= parameter.Unlike other anti-grief plugins, WardenxCheck only monitors players with specific permissions (staff, admins, etc.). Normal players can use TNT, End Crystals, and PvP freely without restrictions.
/fill with dangerous blocks or excessive volume./summon of dangerous entities (Warden, Wither, TNT, etc.)./setblock and /clone abuse./execute with nested dangerous commands./kill @e mass entity killing./give massive quantities of dangerous items.//set and //replace abuse.Envíe alertas instantáneas cuando los jugadores estén congelados usando la carga útil JSON:
{
"event": "player_frozen",
"timestamp": "2025-01-15T14:30:22",
"player": {
"name": "RogueAdmin",
"uuid": "abc-123...",
"ip": "192.168.1.50",
"location": "world (100, 64, -200)"
},
"details": {
"reason": "Fill with dangerous block: tnt",
"command": "/fill ~ ~ ~ ~50 ~50 ~50 tnt"
}
}Alias: /wxc, /warden
# WardenxCheck Configuration
api:
port: 8080
enabled: true
security:
monitor_staff: true
freeze_on_detect: true
# Add your full config here...Instalare:
.jar./plugins carpeta.config.yml a tus necesidades./wardenxcheck genkey para generar claves API.¿Preguntas? ¿Problemas? ¿Sugerencias?
Deja un comentario o abre un problema — ¡todos los comentarios son bienvenidos!
Gratis | Hecho para la comunidad de Minecraft por Adfay