How To Read This Page

  • /container is the normal player command.
  • /vcontainer commands are for administrators.
  • <required> values must be provided; [optional] values can be skipped.
  • Backup and migration commands can affect stored items, so run them carefully.

Command List

CommandPermissionDescription
/containervcontainer.useOpens your own virtual container.
/vcontainervcontainer.adminShows admin help.
/vcontainer reloadvcontainer.adminReloads config, messages, menus, holograms, and hopper timing.
/vcontainer open <player>vcontainer.adminOpens another online player's container.
/vcontainer clear <player>vcontainer.admin.clearClears another online player's container.
/vcontainer give <source> <item> [player] [amount]vcontainer.admin.giveAdds vanilla, Oraxen, MythicMobs, or ItemsAdder items to a virtual container.
/vcontainer setvcontainer.admin.blocksCreates a global storage block from the block you are looking at.
/vcontainer give-block [player] [amount] -svcontainer.admin.blocksGives personal storage block items.
/vcontainer blocks list/info/tp/remove/owner/membersvcontainer.admin.blocksManages registered global and personal storage blocks.
/vcontainer backup export [name]vcontainer.admin.backupCreates a zip backup.
/vcontainer backup import <file.zip>vcontainer.admin.backupImports a backup and locks VContainer until restart.
/vcontainer migrate dry-run <LOCAL|MYSQL|MARIADB|H2>vcontainer.admin.migrateValidates a migration target without writing data.
/vcontainer migrate <LOCAL|MYSQL|MARIADB|H2>vcontainer.admin.migrateCopies loaded data to an empty target backend.
/vcontainer repair scan/export [current|local|sql]vcontainer.admin.repairChecks or exports corrupt storage entries.

Common Setup

  • Give players vcontainer.use so they can open their own storage.
  • Keep backup, migration, and repair permissions limited to trusted administrators.
  • Use migrate dry-run before a real migration.
  • Backup imports intentionally lock VContainer until restart so imported data cannot be overwritten by live cached data.

Examples

/container
/vcontainer open Steve
/vcontainer give VANILLA DIAMOND Steve 16
/vcontainer backup export before-maintenance
/vcontainer migrate dry-run MYSQL