promotional bannermobile promotional banner
premium banner
A Hytale server mod that enables administrators to quickly and reliably roll back players' inventories to a previous state.

Description

InventoryRollBack is a comprehensive Hytale server mod that enables server administrators to create, manage, and restore complete player inventory snapshots. The mod provides both automatic and manual backup functionality with an intuitive GUI system for easy management.

Configuration Options:

  • Enable: Set to true for MySQL, false for SQLite
  • SaveOnJoin: Automatically create backup when player joins the server
  • SaveOnDeath: Automatically create backup when player dies
  • MySQL settings are only used when Enable is true

Commands

Primary Command: /inventoryrollback (alias: /ir)

Subcommands:

  • /inventoryrollback or /ir Opens the main GUI help interface for the executing player.

  • /inventoryrollback restore Opens the interactive GUI showing all available backups for the executing player with restore options.

  • /inventoryrollback restore <player> Opens the backup selection GUI for the specified player (admin only).

  • /inventoryrollback forcebackup Creates an immediate backup of your current inventory.

  • /inventoryrollback forcebackup <player> Creates an immediate backup of the specified player's inventory (admin only).

Inventory Preview:

  • Inventory Section: Main player inventory slots
  • Hotbar Section: Quick access hotbar items
  • Backpack Section: Extended storage items
  • Armor Section: Equipped armor pieces
  • Utility Section: Special utility items

Action Buttons:

  • Restore All: Completely restores the selected backup to the player
  • Teleport To: Teleports the player to the location where the backup was created

Core Permissions:

  • inventoryrollback.use - Access to basic commands and GUI
  • inventoryrollback.restore - Permission to restore inventories
  • inventoryrollback.forcebackup - Permission to create manual backups

Admin Permissions:

  • inventoryrollback.restore.other - Restore other players' inventories
  • inventoryrollback.forcebackup.other - Create backups for other players