Borukva Inventory Backup
The Borukva Inventory Backup mod provides functionality for backing up and restoring player inventories. All data is stored in an SQL database (supporting H2 and MySQL variants) with automatic snapshots of backpack contents created at specified intervals.
What is stored in backups
The system automatically records the following information for each player:
- Complete contents of the main inventory (including armor slots and off-hand items)
- Current experience level
- Precise date and time of snapshot creation
- Entire contents of the ender chest
- Name of the world where the character was located
- Cause of character death (if applicable)
Managing backups
To access the inventory viewing and restoration interface, use the command:
/binvbackup <player_name>
The mod integrates with permission systems such as LuckPerms. Using the functionality requires the permission:
borukva.rollback
Database connection configuration
The configuration file is located in the configs directory and allows selecting the type of database to use:
- H2 - standalone file storage, all data is saved locally in the server folder
- MySQL - support for an external server database operating independently of the modification
Please note that the system is in active development. Use may lead to undesirable outcomes with saved items or game data. Thoroughly test the functionality before installing on a production server.