Description
GriefAlert
Server-side anti-grief monitoring for Hytale. Automatically detects when players break blocks placed by others and flags suspicious activity with severity scoring.
Requires CoreProtect (MySQL and SQLite supported).

Key Features
- Real-time detection - Flags block breaks with automatic LOW / MEDIUM / HIGH severity scoring
- Alert dashboard (
/ga) - Browse, filter, and review alerts with block icons and one-click teleport - Search by suspect, victim, or block type - Find exactly what you're looking for
- Friends system - Whitelist player pairs (clanmates, allies) to suppress false positives

- Historical scanning - Backfill alerts from CoreProtect history with
/ga scan [days]or through GUI

- In-game config - Adjust all settings from the Config tab, no file editing needed

Commands
| Command | Description |
|---|---|
/ga |
Open the alert dashboard |
/ga scan [days] |
Scan CoreProtect history (default: 7 days) |
/ga reload |
Reload config from disk |
Permissions
| Permission | Description |
|---|---|
makapar.griefalert.admin |
Access to /ga and all commands |
makapar.griefalert.bypass |
Exclude player from detection |
Configuration
All settings can be changed in-game from the Config tab, or edited in <universe>/GriefAlert/config.json and applied with /ga reload.
| Setting | Default | Description |
|---|---|---|
enabled |
true |
Enable/disable all detection |
batchIntervalSeconds |
30 |
How often severity scores are recalculated |
severityMediumThreshold |
4 |
Alerts become MEDIUM at this many broken blocks |
severityHighThreshold |
10 |
Alerts become HIGH at this many broken blocks |
ignoreCreativeMode |
true |
Skip detection for creative mode players |
alertsPerPage |
50 |
Number of alerts per page in the GUI |
Installation
- Drop the
.jarinto your server'smodsfolder - Make sure CoreProtect is also installed
- Restart the server -- config is created automatically
Links
- Website - Join our server, Discord, rules & more


