Docs

Backups

With storage.type: json, PulsePrison copies the main player data without stopping the server.

Commands

CommandPermissionDoes
/prison backuppulseprison.adminCopies players, pickaxes and clans to data/backups/<date>/
/prison backup <player>pulseprison.adminCopies one player's data to data/backups/<date>_<player>/
/prison restore <name> <player>pulseprison.adminRestores one player
/prison restore <name>pulseprison.adminShows what will be overwritten
/prison restore <name> confirmpulseprison.adminRestores 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.

Backups | PulsePrison Core Docs