How can i change the Skin with Skript?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
Hello, I have an question.

How can i change my Skin with Skript?

- Thank's for every answer :emoji_slight_smile:

Skellett
code_language.skript:
[skellett] [[Libs]Disguises] disguise [of] %entities%[[']s] [(to|from) player %player%]
[skellett] [[Libs]Disguises] %entities%'s disguise [(to|from) player %player%]

command /disg:
    trigger:
        set {_d} to new disguise with type ZOMBIE
        set disguise of player to {_d}
 
Skellett
code_language.skript:
[skellett] [[Libs]Disguises] disguise [of] %entities%[[']s] [(to|from) player %player%]
[skellett] [[Libs]Disguises] %entities%'s disguise [(to|from) player %player%]

command /disg:
    trigger:
        set {_d} to new disguise with type ZOMBIE
        set disguise of player to {_d}

Can i disguise me to a player?
 
Is Skript 2.2 requiert for Skellette (Sorry for my bad English)
Yes, it's. You can get it looking at the wiki.

@YoshYz is that a problem? You shouldn't be worried for the amount of addons that you have, you can see how I do it anyways, if it's only for change the skin, you'll only need MundoSK & ProtocolLib, the other addons are for other stuff.
 
Yes, it's. You can get it looking at the wiki.

@YoshYz is that a problem? You shouldn't be worried for the amount of addons that you have, you can see how I do it anyways, if it's only for change the skin, you'll only need MundoSK & ProtocolLib, the other addons are for other stuff.
Can u send me a link?
 
Status
Not open for further replies.