Protecting your server's builds, player inventories, and spawn areas from griefers, stealers, and TNT destruction is essential to running a healthy community. Without proper anti-griefing protection, a single rogue player can destroy months of player progress in minutes.
This comprehensive guide covers the best anti-grief plugins (including GriefDefender, GriefPrevention, WorldGuard, and CoreProtect) and how to set them up on your Cubes Hosting server.
1. Land Claiming Plugins (Player Self-Protection)
Land claiming plugins allow players to claim their own land so only trusted friends can build, open chests, or modify blocks within their boundaries.
Option A: GriefDefender (Modern Flag-Based Claims)
GriefDefender is a powerful modern claim plugin with granular flag controls and GUI menus.
- How it works: Players claim land using claim blocks or visual GUI tools.
- Key Features: Supports fine-grained permissions for chest access, entity interactions, claim rentals, and custom flags.
- Basic Commands:
/claim– Opens the claim creation interface./trust <player>– Grants a friend building and container access inside your claim./untrust <player>– Revokes access.
Option B: GriefPrevention (Classic Golden Shovel Claims)
GriefPrevention is the classic, beginner-friendly claim plugin used by thousands of survival SMPs.
- How it works: Players get a Golden Shovel and right-click two diagonal corners to claim an area.
- Key Commands:
- Right-click with Golden Shovel to set claim corners.
/trust <player>– Allows a friend to build and open chests in your claim./containertrust <player>– Allows opening chests and furnaces without building access./abandonclaim– Deletes your current claim.
2. Block Logging & Instant Rollbacks (CoreProtect)
No matter how well you protect your server, griefing can still occasionally happen. CoreProtect logs every single block placement, block break, chest transaction, lava bucket, and TNT explosion—allowing you to undo damage with a single command!
Essential CoreProtect Commands:
- Enable Inspector Mode:
/co inspect
(Or/co i). Left-click any block or container to see exactly who placed, broke, or stole items from it, complete with timestamps! - Roll Back Griefing in a Specific Area:
/co rollback p:<griefer_name> t:1h r:20
(Rolls back all actions bygriefer_nameperformed in the last 1 hour within a 20-block radius). - Roll Back Explosions Server-Wide:
/co rollback t:24h #tnt
(Restores all terrain damaged by TNT explosions over the past 24 hours).
3. Protecting Spawn & Hubs (WorldGuard + WorldEdit)
To protect your central spawn town, shop warps, and server hubs from all player modifications:
- Install WorldEdit (or FastAsyncWorldEdit) and WorldGuard via Tools > Plugin & Mod Installer.
- Select your spawn region using the wooden wand (
//wand). - Define the region name:
/rg define spawn - Block building, chest opening, and PvP inside spawn:
/rg flag spawn pvp deny /rg flag spawn tnt deny /rg flag spawn creeper-explosion deny
4. Vanilla Anti-Grief Gamerules
You can also use built-in Minecraft gamerules to stop destructive mob behavior without installing plugins:
- Disable Creeper & Enderman Terrain Damage:
/gamerule mobGriefing false - Disable Fire Spreading:
/gamerule doFireTick false
Conclusion
Combining GriefDefender or GriefPrevention for player land claims with CoreProtect for instant rollbacks and WorldGuard for spawn protection creates an impenetrable anti-grief defense. Install these plugins via Tools > Plugin Installer, and keep your server safe 24/7!
