Closed sejungH closed 6 months ago
use the disguise settings instead of the disguise mechanics https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Mobs/Disguises
use the disguise settings instead of the disguise mechanics https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Mobs/Disguises
I did it at first, but didn't work as well.
use the disguise settings instead of the disguise mechanics https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/Mobs/Disguises
I added this line to the setting and respawned the mob then restarted it.
Disguise: Player Steve setDynamicName true setSkin EVa_98
But result was like below:
Maybe lacking premium, dunno because this is MM support not Libs Disguises
Hi,
I'm trying to create a npc with a playerskin using the libdisguises and mythicmobs, and I below is the yml of the npc I'm adding:
Type: armor_stand Display: 'Test' AITargetSelectors:
Options: AlwaysShowName: true Collidable: false Despawn: persistent MovementSpeed: 0 Interactable: false KnockbackResistance: 1 NoAI: false PreventItemPickup: true PreventOtherDrops: true Silent: true CanMove: false PreventSunburn: true PreventVanillaDamage: true Skills:
It's working when I spawn the mob, but whenever I restart the server, it undisguises until I hit the entity at least once. Please assist me with this issue.