Player Skin Command
Posted: April 1st, 2020, 3:07 am
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?:
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:
Just don't feel like logging out? Here:
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
Demo Preview: https://streamable.com/1qxdp
Here's the full usage:
Here's the haste link for the script: https://one.denizenscript.com/haste/68949
Here's the script embedded right here:
Feel free to
Also, thanks to Mergu for basically doing all of the work writing the
My To-Do for this script in the future:
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 Skeppy
!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://streamable.com/1qxdp
Here's the full usage:
/Skin Reset
| Resets your skin to your default /Skin Save PlayerName
| Saves a skin by the PlayerName's Skin/Skin Save MySkinName URL (slim)
| Saves a skin by the URL pasted - optionally making it Slim if specified/Skin Set MySkinName
| 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 List
| Lists the skins you've saved/Skin Delete MySkinName
| Deletes a skin by the name you savedHere's the haste link for the script: https://one.denizenscript.com/haste/68949
Here's the script embedded right here:
Spoiler!
@
me in the Denizen Script and Citizens Discord if you have any specific related questions or have an issue to report, I respond to @Behr#5305
.Also, thanks to Mergu for basically doing all of the work writing the
webget
task used from his script.My To-Do for this script in the future:
- A chest-GUI for saved skins with controls for each command
- A script that separates the sub-commands to their own respective command - just incase people want one or the other
- Sharing the skins in the form of the skin's head, so you can gift outfits to your less creative friends!