Request: Disguise command

  • 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 community!

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

JamesTheFlash

Member
Jul 1, 2025
1
0
1
Hi, can anyone help me? I want to make a skript that allows players to change their name (nametag, tab, autocomplete, basically their whole gameprofile) and skin.
 
Code:
command /disguise <text>:

    permission: disguise.use

    permission message: &cYou do not have permission to use this command.

    trigger:

        set player's display name to arg-1

        set player's tab list name to arg-1

it's not possible to make their skin
for the tab completions you need to do smth custom there is no syntax for it