Thanks to the many people who reported this to me. I didn't account for a second dupe bug which can be replicated in the following steps:
- Place items in a crafting table
- Go far away to unload the chunks that the table is in
- Restart server (with /stop or /reload)
- Go back to the table
- Break table/remove items
- The items will still appear there
It is urgent that you update! In order to delete the old floating items, you can use the kill command while standing close to them
For 1.8-1.10:
Code (Text):
/kill @e[type=ArmorStand,r=2]
For 1.11+:
Code (Text):
/kill @e[type=Armor_Stand,r=2]