
InvBackup is a plugin for Minecraft server administrators that offers a comprehensive solution for backing up and restoring player inventory. Its features allow for both manual and automatic backups, ensuring that players' items are always protected.
InvBackup is a Minecraft plugin that provides robust inventory backup and recovery functionality for server administrators. The plugin features an intuitive graphical interface (GUI) for easy interaction, allowing administrators to manage and restore player inventories, configure automatic backups, and apply world-specific settings. This ensures seamless protection of player progress, even in the event of server crashes or other issues.
Вот обновлённая таблица команд с добавлением команды для открытия интерфейса меню:
The InvBackup plugin offers several commands for managing and controlling player inventory backups and opening menus:
| Command | Description | Usage | Aliases |
|---|---|---|---|
| /invbackup save | Manually save the inventory of a specified player. | /invbackup save <player> |
/ib save |
| /invbackup restore | Restore the specified player's inventory from a backup copy. (if no version is specified, the latest save is loaded) | /invbackup restore <player> <version> |
/ib restore |
| /invbackup toggleworldcheck | Toggle the world check feature to restrict inventory backups/restores by world. | /invbackup toggleworldcheck |
/ib toggleworldcheck |
| /invbackup setworld | Set the world for inventory backup operations. | /invbackup setworld <world> |
/ib setworld |
| /invbackup setinterval | Set an automatic backup interval in seconds. | /invbackup setinterval <time> |
/ib setinterval |
| /invbackup reload | Reload the plugin’s configuration settings. | /invbackup reload |
/ib reload |
| /invbackup saveall | Manually save the inventories of all online players. | /invbackup saveall |
/ib saveall |
| /invbackup menu | Opens the main InvBackup menu interface where admins can navigate various options such as settings, player inventories, and more. | /invbackup menu |
/ib menu |
The plugin uses a straightforward permission system that controls access to various features, both in the GUI and via commands.
| Permission | Description | Default |
|---|---|---|
invbackup.admin |
Full access to all backup and restore features, including GUI settings. | OP |
invbackup.admin: This permission grants full control over the plugin, allowing players with this role to manage inventories, backups, restores, and settings through both commands and the GUI.The InvBackup plugin generates a configuration file (config.yml), allowing server administrators to customize key settings such as backup intervals and world checks. Changes can be made directly in the file or through the GUI.
Example configuration:
save-interval: 600
check-world: true
world-name: world
max-versions: 100
save-interval: Defines how often (in seconds) automatic backups are made. Default is 600 seconds (10 minutes). Can be changed with /invbackup setinterval <time>.check-world: Enables or disables world-specific checks for inventory backups and restores. Default is true. Can be toggled using /invbackup toggleworldcheck.world-name: Sets the name of the world where inventory backups and restores are allowed. Default is world. Can be changed with /invbackup setworld <world>.max-versions: The maximum number of backup versions to store for each player. Once this limit is reached, the oldest versions are deleted. Default is 100.Admins can modify these values either directly in the configuration file or through the corresponding commands. After making changes to the configuration, use
/invbackup reloadto apply them.
Main Menu:
/invbackup menu, providing links to player inventories, settings, and the option to save all players inventories.Settings Menu:
Player Inventory Menu:
Inventory Versions:
Restore Menu:
Install the Plugin: Download the .jar file and place it in your server's plugins folder.
Start or Restart the Server: Restart or restart the server to activate the plugin.
Set Backup Intervals: Use /invbackup setinterval <time> or /invbackup menu to configure backup settings to determine how often inventories are automatically saved.
Backup and restore: Save inventories manually with /invbackup save <player> or wait for automatic backup and restore them with /invbackup restore <player>.
Customize World Behavior: Toggle world-specific checks as needed with /invbackup toggleworldcheck.