Skip to content

Commands

Kamil edited this page Oct 30, 2023 · 1 revision

There are a few commands that might become helpful in critical situations


  • Access Command

Allows the player to access backpack inventory that is either on another player's back or placed somewhere in the world.

/tb access (PlayerName)

/tb access (CoordinatesOfBackpack)


  • Clear Command

Clears the contents of the backpack that is currently on the player's back.

/tb clear (PlayerName)


  • Remove Command

Removes the backpack that is currently on the player's back.

/tb remove (PlayerName)


  • Restore Command

Allows to restore lost backpack. Every time the player dies with the backpack equipped, a unique file with backpack data is created in the backpack folder, which is located in the world folder. The UUID of the file is printed to the console.

/tb restore (PlayerName) (BackpackUUID)


  • Unpack Command

Drops all contents of selected backpack on the ground.

/tb unpack (PlayerName)
/tb unpack (CoordinatesOfBackpack)