Command to remove or give back a mob's soul
Pyrofab opened this issue ยท 1 comments
Currently, there is no way of possessing a mob with a soul with only commands, or of restoring a mob's AI when the vessel gets lost. A command such as /requiem soul (remove|restore) <entity>
could greatly help server owners and datapack makers.
The current /requiem soul
command could be renamed to /requiem vagrant
.
Examples:
requiem soul restore @e[name="My Precious"]
requiem vagrant set true @p
effect give @p requiem:emancipation 15000 false
execute at @p run requiem soul remove @e[limit=1, sort=nearest]
execute as @p at @s run requiem possession start @e[limit=1, sort=nearest]