Docs
Backups
With storage.type: json, PulsePrison copies the main player data without stopping the server.
Commands
| Command | Permission | Does |
|---|---|---|
/prison backup | pulseprison.admin | Copies players, pickaxes and clans to data/backups/<date>/ |
/prison backup <player> | pulseprison.admin | Copies one player's data to data/backups/<date>_<player>/ |
/prison restore <name> <player> | pulseprison.admin | Restores one player |
/prison restore <name> | pulseprison.admin | Shows what will be overwritten |
/prison restore <name> confirm | pulseprison.admin | Restores the whole backup |
A full restore overwrites current data and needs a server restart.
What it includes
/prison backup copies data/players/, data/pickaxes/ and data/clans/: internal economy, ranks, pickaxes, enchants and clans.
It does not include profiles (profile currencies, levels and progression systems), private mines, backpacks, pets or robots. For a full backup, copy the whole plugins/PulsePrison/ folder with the server stopped or with your usual backup tool.
With sqlite or mysql, back up the database with its own tools (for example mysqldump) and copy the plugin folder for the file based data. See Storage.