Minecraft Item?

Dy
3

I'm currently working on a Minecraft project, but I'm missing something: I want to double an item on a quartz column so that others can look at it. I want to set it so that they can't pick it up. Does that work somehow with commands or something?

Hu

Only with plugins, you also need commands to prevent it from despawning after 5 minutes, but you can also hang it in a picture frame

Be

With this command.

/ execute positioned xyz run summon item ~ 0.5 ~ ~ 0.5 {Age: -32768, PickupDelay: 32767, Item: {id: "minecraft: stone", Count: 1b}}

To remove it you have to kill it with / kill @e [type = item, distance = .1] while standing on the same block.

gl

Lol I haven't read from you in a long time xD