Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Bukkit
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published last year
Updated 2 weeks ago
A plugin to save exportable backups from players inventories in shulkers (customizable)
This plugin is inspired by Inventory Rollback Plus, (no code was taken from it)
What is AxInventoryRestore?
- This plugin is a tool for server admins that logs player's inventories and lets staff restore it with 1 click or export it as a shulker. An inventory backup is made when a player dies, joins, quits, changes world, a backup is also taken every few minutes, (customizeable) and even manually.
Features:
- Support for databases (SQLite, H2, MySQL, PostgreSQL)
- Multi server support (when using MySQL or PostgreSQL)
- Efficient (databases are handled async when possible)
- Developer API (create your own save categories)
- Customizeable (you can translate every message)
- Easy to use (there is only 1 command and a few subcommands)
- 1 click restore
- Export as shulker option
- Automatic cleanup (delete data after X days have passed)
Commands:
- /axir <player> - Check backups
- /axir save * - Create a manual backup for all players
- /axir save <player> - Create a manual backup a player
- /axir reload - Reload plugin
- /axir cleanup - Delete old data manually (based on config.yml)
Permission:
- axir.admin or axir.* - Gives permission to everything
- axir.view - Access to viewing backups
- axir.modify - Ability to take items from backups
- axir.teleport - Access to teleport to backup location
- axir.restore - Access to use the quick restore feature
- axir.export - Access to export items in a shulker box
- axir.reload - Permission to use /axir reload
- axir.manualbackup - Permission to use /axir save <player> or /axir save *
- axir.cleanup - Permission to use /axir cleanup
Need help? Join our Discord! https://dc.artillex-studios.com/
Source code: https://github.com/Artillex-Studios/AxInventoryRestore/