Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Tags
Creators
Details
Licensed GPL-3.0-only
Published last month
Overview
GP Reset resets worlds while preserving all active protected land. Before every reset, the current world is automatically backed up.
Supports
- GriefPrevention โ optional
- WorldGuard โ optional
Permissions
To run a reset, a player must either be OP or have the permission node:
gpreset.admin
Backups
Each reset saves the current world to a backups/ folder in the server root. Once the backup count reaches the configured limit, older backups are automatically pruned.
Commands
/gpreset reset <world>
Resets the specified world, preserving all GriefPrevention claims / WorldGuard regions and creating a backup beforehand.

/gpreset help
Lists all available commands and usage info.

/gpreset audit <world>
Detailed Audit on Plugin and World state.

Configuration (config.yml)
| Option | Description |
|---|---|
backup-limit |
Max number of backups to keep before pruning old ones |
timeout |
Seconds a player has to confirm a reset (safety timer) |
world.blacklist |
List of worlds where the reset command is disabled |
world.ignore-global-region |
Whether to ignore WorldGuard's global flag during resets |



