Перейти к содержимому
Mineforgian

Borukva Inventory Backup

This server mod create backup mechanic for players inventory. Support MySQL or file H2.

Загрузки
794
Подписчики
6
Обновлён
4 декабря 2025 г.
Лицензия
LGPL-3.0-only

Опубликован 20 февраля 2025 г.

Static Badge

Borukva Inventory Backup is a Minecraft mod that adds a mechanic for restoring a player's inventory. The mod interacts with an SQL database (H2, MySQL), where it records information about the player's inventory at specific time intervals. The data is saved in cases of player death, server login, server logout, and inventory restoration (for better control).

Stored Data

The mod saves the following data:

  • Player inventory (including armor and off-hand items)
  • Experience level
  • Date
  • Ender chest inventory
  • World
  • Cause of death

Commands

To open the menu for viewing and restoring a player's inventory, use the command:

/binvbackup <player_name>

The mod supports the permissions system, for example LuckPerms mod, permission:

borukva.rollback

Configuration

The mod includes a config file in the configs

folder, where you can choose the database type (H2 or MySQL).

  • H2 – A local file-based database that stores its data files in the server's folder.
  • MySQL - a server database that works regardless of the mod.

It may and will be VERY broken. It can broke your items, your world and your dog. You have been warned.

Центр версий

9 версий
  • Релиз11.6 МБ
  • Релиз11.6 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ
  • Альфа9.8 МБ

Ченджлог

0.3.0+1.21.10Релиз1.21.9, 1.21.10 · 4 декабря 2025 г.

Update to 1.21.10

0.2.1+1.21.8Релиз1.21.8 · 4 декабря 2025 г.
  • Make database name configurable
  • Transfer to json for configs; Migrate your configs after update!
0.1.12a(1.21.8)Альфа1.21.8 · 14 сентября 2025 г.
  1. Fixed a bug where the incorrect number of items was restored
  2. Fixed a bug with armour removal for offline players
  3. Fixed a bug where items in the Ender Chest were loaded together with the inventory, which slowed down performance
  4. Changed database url connection, see mod configs
0.1.11a(1.21.8)Альфа1.21.8 · 9 сентября 2025 г.

(Bug fix)0.1.11a(1.21.8) Fixed bug with date type in ORMLite entity

0.1.10a(1.21.8)Альфа1.21.8 · 10 августа 2025 г.

Refactor code and change license to LGPLv3

0.1.9aАльфа1.21.5 · 26 апреля 2025 г.

New version and new features(1.21.5)

  • Now you can put the player's items in a shulker(chest) that will be given to the operator who performed the action
0.1.9aАльфа1.21 · 25 апреля 2025 г.

New version and new features(1.21)

  • Now you can put the player's items in a shulker(chest) that will be given to the operator who performed the action
0.1.9aАльфа1.21.4 · 25 апреля 2025 г.

New version and new features

  • Now you can put the player's items in a shulker(chest) that will be given to the operator who performed the action

Комментарии

Загружаем…