libraryaddict / LibsDisguises

Minecraft disguise plugin
https://www.spigotmc.org/resources/libs-disguises.32453/
Other
256 stars 130 forks source link

Dinnerbone/Grumm upside-down disguise doesn't work #740

Closed TheJoshue closed 8 months ago

TheJoshue commented 8 months ago

Hello there is an example here https://www.spigotmc.org/wiki/lib-s-disguises-using-the-commands/ That goes

Upside-down player disguise with Notch's skin
/disguise player Dinnerbone setSkin Notch

however, when you try this, it simply does not flip player upside down image

Running latest paper-1.12.2 Running LibsDisguises 10.0.40

libraryaddict commented 8 months ago

Use /disguise player Notch setupsidedown

TheJoshue commented 8 months ago

Use /disguise player Notch setupsidedown

Thank you very much is it possible to not touch username displayed above head at all? to leave it to server, but to set skin to specific username

TheJoshue commented 8 months ago

i tried /disguise player setSkin Notch setupsidedown but this returns "Nameless Player" above player character

libraryaddict commented 8 months ago

Try /disguise player "" or /disguise player Notch setNameVisible false

TheJoshue commented 8 months ago

/disguise player Notch setNameVisible false

This seems to hide it fully,

i managed to do this by using /disguise player "[Admin] TheJoshua" setSkin Notch

I also wanted to suggest (let me know if i should open this as new issue just to be more concize) to think about adding papi support for this command, especially for the part that comes after player, because this could be useful for like /disguise player "%luckperms_prefix% TheJoshua" setSkin Notch (as you can see here papi placeholder is used)

TheJoshue commented 8 months ago

@libraryaddict this would be my last sub-question here

How to execute this command as console or other player, targeting another player

so i want to apply disguise to my player "Test"

libraryaddict commented 8 months ago

Use /disguiseplayer or /disguiseuuid

TheJoshue commented 7 months ago

@libraryaddict is it possible to disguise while letting TAB plugin handle the nametag?