Spawn Eggs question
Sikatsu opened this issue ยท 2 comments
Hey,
I'm using CustomGUi for my shops to sell spawneggs for players. The command I used on 1.9 was:
- '[ConsoleCommand] give %player% spawn_egg 1 {EntityTag:{id:"Pig"} }'
But it seems not to be working anymore since the latest spawnegg changes, how can I sell my spawneggs now? lol :)
What is CustomGUI? How is it related to EssentialsX?
Edit: The placeholder for player name in kit commands is {player}
not %player
.
Just use spawn_egg:90, it's exactly the same as in previous versions.