Mob Spawning Issues
Tomographix opened this issue ยท 5 comments
EssentialsX Version: 2.0.1-b322
SpawnMob Command fails to work.
/give {name} minecraft:spawn_egg 1 0 {EntityTag:{id:"EntityHorse"}} gives the response of Error: null
Running the Minecraft give command though works fine.
/minecraft:give {name} minecraft:spawn_egg 1 0 {EntityTag:{id:"EntityHorse"}}
Was originally working fine in the Essentialsx version that is currently on spigot.
Doing /iteminfo on a horse egg or other mob egg gives you an ID like: 383#5k
Thanks
We have the same issue as above and are not able to use the "give" command with the latest build (322).
When using a much older build (269) it still works fine with the new EntityTag.
when using it as a "give" command in a config the following is working for me:
commands:
- 'op:minecraft:give {player} spawn_egg 2 0 {EntityTag:{id:"Wolf"}}'
You can replace op: for console:
Still not ideal as it leaves a message in chat now which we dont really want.
dutchy are you having issues with item ID's changing for things? As i've got lots of people using chestshop and the item ID's for things such as armour and mob eggs are changing without the server even being restarted.
We only had an issue with the "give" command executed from the config for spawn-eggs. The method I mentioned above fixed it for us.