I entered this command into a command block

summon minecraft:rabbit ~ ~ ~

and nothing happened

I'm on Java edition 1.16.5 with WorldEdit


Solution 1:

My issue is was that I had the command block set to "always active", change it to "impulse" and it should then work when triggered.

Solution 2:

When using ~ ~ ~ inside of a command block, the rabbit will spawn inside of the command block, not on top of it, to fix this, do summon Minecraft:rabbit ~ ~1 ~