Enter @p in commandBlock can not be used

I try to enter kill @p,but
how to do

@bunSakurAing
What plugins do you have installed?

Edit: Also, try “/minecraft:kill @p

EssentialCmds,looty,ExplosionGuard,permissionsex,TotalEconomy.
and……
I can use this command when I uninstall sponge (in the commandBlock). :joy:

@bunSakurAing
I believe one of those plugins is overriding the kill command, use “/minecraft:kill” instead of “/kill”

I tried /minecraft:kill and he succeeded.
I try to use this method to transfer the player to a certain coordinate, however…
/essentialcmds:warp xxx @p is also the case

@bunSakurAing
Why not use “/minecraft:tp @p x y z” ?
also, I think you are looking for “/essentialscmds:tppos @p 0 200 0”

Right now, Sponge commands (in most plugins) do not support “@p” properly, that is a registered issue and is being fixed.

Okay, thanks. I understand.:smiley: