Minecraft: Java: 1.14.3: Has the / clear command changed?

Da
4

As I've started experimenting with Command Blocks lately, there are always new questions that have changed. One of them would be the / clear (e.g.) diamond_sword 0 1. My problem is that with this command, the Command Block issues an item instead of deleting it. My question is now, has this command really changed, or am I just unable to do it? And if so - are there any tips I should change?

Lo

Is not the @p missing?
and try it without 0

Da

I have even met both points, on the server is: / clear @p minecraft: name_tag 1 and still there's a nametag instead of one to delete: /

Ma

According to syntax, it should work like this:

/ clear @s minecraft: chiseled_sandstone 5

https://minecraft-de.gamepedia.com/...fehl/clear

Da

Okey, thanks, try it