A Spigot/Paper plugin that handles scheduled world resets with phase-aware state tracking, an admin GUI, and zero server restarts required.
No more manual restarts, broken worlds, or confused players. ResourceWorldResetter handles it all automatically.
/rwr gui to change worlds, set schedules, manage regions, and force resets — no manual YAML editing required./rwr region addhere and manage them from the GUI or command line./rwr back to return after.PreResetEvent, PostResetEvent, RegionPreResetEvent, and RegionPostResetEvent for full lifecycle hooks.If a reset fails, the exact phase and reason are logged. Use /rwr resume to recover or /rwr resume cancel to clear.
All commands are under /rwr. No more scattered aliases — just one place to learn.
| Command | Description | Permission |
|---|---|---|
| /rwr gui | Open the admin configuration GUI | admin |
| /rwr reload | Reload config from file | admin |
| /rwr reset now | Force an immediate reset | admin |
| /rwr resume [cancel] | Resume or cancel incomplete reset recovery | admin |
| /rwr status | Show current phase, next reset, and failure details | admin |
| /rwr next | Show next reset timestamp and countdown | admin |
| /rwr region <sub> | Manage region-based resets (enable, disable, list, add, remove, addhere) | admin |
| /rwr tp | Open world teleport menu for players | .tp (all) |
| /rwr back | Teleport back to previous location | .back (all) |
| /rwr help | Show complete in-game help with usage examples | all |
Drop the JAR in your plugins folder, restart, and configure through the in-game GUI — no YAML required.
Ensure you have Multiverse-Core 4.3.1+ installed and Java 21+ running on your server. Supports Spigot/Paper 1.21.1+.
Grab the latest RWR-4.0.1.jar from GitHub Releases. Place it in your server's plugins/ directory.
A fresh config.yml is generated automatically. If upgrading from v3, your old config is auto-migrated with a backup created at config.v3.backup.yml.
Run /rwr gui in-game to select your world, set a schedule, and configure preflight gates. Then verify with /rwr status.
Download the latest release and have your first reset scheduled in under 5 minutes.