EssentialsX

EssentialsX

2M Downloads

Command "/give @p player_head{skullowner:USERNAME}" doesn't work

GreenBulldog22 opened this issue ยท 2 comments

commented

Hey there,
whenever I try to use the /give @p minecraft:player_head{skullowner:USERNAME} command, the command block output says "Unknown item name" which doesn't happen without EssentialsX.
Version: 1.14.4

2019-08-10_01 56 31

commented

/give is overridden in EssentialsX. If you want to use the vanilla /give syntax, you have two options:

You can also use the Essentials syntax for giving skulls: /give @p player_head 1 owner:GreenBulldog22, but you might need to install a plugin like PsudoCommands before command selectors work.

commented

its got to be /give @p minecraft:player_head{SkullOwner:"GreenBulldog22"}