Mob Captains

Mob Captains

10.1k Downloads

Spawn a captain manually

Cosmeak opened this issue · 2 comments

commented

I add to the loot table an item and want to test it, but can't find any command to summon a captain, did the datapack have one ?

And i accidentally transform myself has a captain and can't remove it, did you have any idea on how to remove on myself ?

PS: your datapack is so cool, everyone on our server love it. Thank you for it

commented

Hey!

You can’t directly spawn them, you rather convert a mob to a captain. To convert a zombie into a legendary mob captain, run the following command while standing next to it:

execute as @e[type=zombie,limit=1,sort=nearest] run function ps-mob:convert/legendary

You can change the type and rarity to your needs

In this issue are commands to un-MobCaptainify yourself

Thank you! Glad you and your friends are enjoying the pack :D

commented

Thank you so much for your quick answer, that exactly what we wanted!