C
ClearView News

How to look in other people’s inventory minecraft

Author

Christopher Ramos

Published Mar 29, 2026

How to look in other people’s inventory minecraft

In Minecraft Vanilla 1.12.2 you can’t look up other player’s inventories, you can only test if a certain item is in it. But in 1.13 (and already in the snapshots) you can use /data get entity to get all data of a player. If you add Inventory to it, it only shows the inventory. Share.

There are other answers below:

Commands:/data get entity PlayerName Inventory/replaceitem entity PlayerName inventory.0 minecraft:airRemember to Like, Subscribe, and tell me what I should …

However, the Owner is able to look into other Owner Inventories and also to interact, the Owner also receives a Message if someone tries to look into his Inventory. The Commands for this Plugin are very simple and understandable. Commands: /see : [this Command is for the normal Inventory.]

/openinv oi, inv, open Opens a specified player’s inventory. /openender oe Opens a specified player’s ender chest /searchinv [minAmount] si Lists all players that have a certain item in their inventory. /searchender [minAmount] se Lists all players that have a certain item in their ender chest.

To get the name of an item in a player’s inventory, you can use the index of the inventory (starting from zero), followed by a dot operator and the name of the NBT property (what I mean by NBT property will make sense if you use the command I gave above to look at your inventory), like this: /data get entity @p Inventory[0].id

A Minecraft datapack that allows you to see player’s inventory via shulker boxes Commands – Enable /trigger shortcuts: /execute as [ player] run function yaiv:enable Disable /trigger shortcuts: /execute as [ player] run function yaiv:disable See inventory of nearest player: /trigger invsee See ender chest of nearest player: /trigger endsee

Using the command ‘/trigger openinv’ you can look inside someone’s inventory, and edit it. when you first trigger the command it will summon a chest minecart, this is where you can see/edit the player’s inventory. watch the video for more info! Create an account or sign in to comment. 1 7 months ago ephf

How to view other player’s inventory in bedrock edition. Help. So some time ago, I made a server with my friends so we can play together. Recently, a player from France somehow found our server, stole our valuables, killed our dogs and broke our machines. So we need a command to look at his/her inventory and take our stuff back.

/execute as run replaceitem entity @s enderchest.0 minecraft:stone to change the contents of someone’s enderchest, but that doesn’t really show you the contents of their ender chest. I also think that you can use /data modify to copy the contents of someone’s ender chest into a normal chest where you can view it there, but I’m not too familiar with /data modify.

Each Minecraft account has its own profile which consists of various information about specific Minecraft player, including UUID, Username, Skin, and Cape. UUID is unique and permanent, each Minecraft UUID is tied to one specific Minecraft username, while username can be changed, UUID can only be changed by purchasing another Minecraft account …

How to see other players inventory in Minecraft?

Provided you are using a multiplayer server, the common (and useful) Essentials plugin comes with an in-build command to view a player’s inventory. You can use the /invsee command to achieve this. You can also modify a users inventory using this command. In Minecraft Vanilla 1.12.2 you can’t look up other player’s inventories, …

How do you get inventory from a chest in Minecraft?

To look a player inventory: /data get entity @p Inventory. To look a chest inventory: /data get block 0 0 0 Items. To set a player inventory in a chest and clean his inventory (command block): execute at @p run data modify block 762 70 1565 Items set from entity @p Inventory clear @p. Share.

How to find out if a player has an item?

If you want to find if a player has an item, you can use the /execute command and test for player NBT: /execute if entity @p [nbt = {Inventory: [ {id: “minecraft:iron_sword”}]}] run say Hi (Says hi only if the player has the selected item somewhere in their inventory)

How do I view a player’s inventory in essentials?

Provided you are using a multiplayer server, the common (and useful) Essentialsplugin comes with an in-build command to view a player’s inventory. You can use the /invsee command to achieve this. You can also modify a users inventory using this command.