Symptoms: Restoring after a grief, recovering from corruption, accidental deletion

Possible Causes

  • Griefing / vandalism
  • World corruption
  • Accidental deletion
  • A failed update

Step-by-Step Fix

Step 1

Stop the server

bash
stop

Step 2

Back up the current world (even if it is corrupted)

bash
cp -r world/ world-corrupt-backup/

Step 3

Restore the backup files

bash
cp -r backups/world-2024-01-01/ world/

Step 4

Roll back a specific area with CoreProtect

bash
/co rollback u:<oyuncu> t:1h r:20

Step 5

Start the server

bash
java -jar server.jar nogui