Player Skin Command

Verified High Quality Player Skin Command 1.4.1

This script was verified by the Denizen team to be a particularly high quality example of how scripts are written.
Denizen Version
1.2.1-b1749+
Tired of having to organize your skins?
Or do you happen to get this error often when you change your skin and try to relog real quick?:
Invalid session (Try restarting your game)

Well, now you don't even have to log out to change your skin, AND they can be organized by name!

With the /skin command, you can save, set, and rename your skins by name!

Want that famous youtuber's skin without having to skin-grab and apply it? Just do this:
/skin set Dream!
Just don't feel like logging out? Here:
/skin save BehrsFancyBlueSuit https://i.imgur.com/6OBXbhH.png - bam, you saved one of my snazzy suits, and you can always just reload it again later with this:
/skin set BehrsFancyBlueSuit!
Oh, and don't worry, if you forgot what you named it, it's built to help you with some dense error-checking, a tab-complete to include existing skin save names, and even a list sub-command to tell you ALL the skins you've saved with /skin list!

Demo Preview: https://cdn.discordapp.com/attachments/843302108001468446/898531556988166144/2021-10-15_07-04-07.mp4
Here's the full usage:
/skin help | Shows this list in-game
/skin set name | Sets a skin by the name you saved - if it doesn't exist, you'll get whatever that player's name's skin is!
/skin reset | Resets your skin to your default skin
/skin rename old_name new_name | Renames a skin from old_name to the new_name specified
/skin save player_name | Saves a skin by the player_name's skin
/skin save name url (slim) | Saves a skin by the URL pasted - optionally making it slim if specified
/skin list | Lists the skins you've saved
/skin delete name | Deletes a skin by the name you saved

Feel free to @ me in the Denizen Script and Citizens Discord if you have any specific related questions or have an issue to report, I respond to @Hydra Melody.

Also, thanks to Mergu for the web request snippet of the script from his, and mcmonkey for updating it further.
  • Wow
Reactions: MinecraftJohn
Author
Hydra
Downloads
856
Views
1,616
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Hydra

Share this resource

Latest updates

  1. debug removal

    Tiny quick update - removes console debugging
  2. Player Skin Command

    Fixes a few logic borks and some more modernized script usage updates