Minecraft – How to make floating objects

minecraft-commandsminecraft-java-edition

I would like to know how to make a floating item in Minecraft.

Here is a great example made on the Hypixel server:

Best Answer

There is a nice Bukkit plugin names ShowCaseStandalone that allows what you want.

Otherwise, there is a second solution. As explained by Skylinerw on minecraftforum.net,

You can summon the item entity riding an invisible armor stand that has NoGravity set to 1:

/summon Item ~ ~5 ~ {Item:{id:minecraft:stone,Count:1},Riding:{id:ArmorStand,Marker:1,Invisible:1,NoGravity:1}}