Help with Customname + username in mythicmobs
I am using some plugins to integrate an interactive live on tiktok (using tikfinity), for viewers to summon mobs within the game, currently i am using mythicmobs + sudo, within a PaperMC server, the question is, can i currently summon common mobs with the custom name of the viewer, using for example:
execute at run summon minecraft:skeleton {CustomName:"{"text":"{username}"}",CustomNameVisible:1b}
and when using mythicmobs I use the command in the server prompt: sudo /spawnmob SkeletonKing
however, in the case of mythicmobs mobs I don't know where to add "{CustomName:""{username}""}" so that it works as desired, can someone help me?
and yes, I already tried to use sudo /spawnmob SkeletonKing {CustomName:""{username}""} and it didn't work, it invokes the mob but the name remains as "Skeleton King"
what I need is simply to display the name of the person who performed a certain action in my live, and I can do this using common minecraft mobs without using mythicmobs, however: how to do this with mythicmobs mobs?
to anyone who can help, I really appreciate it, because this is the last thing my server needs, thank you!