NPC Skin Save/Load

Verified High Quality NPC Skin Save/Load 1.0

This script was verified by the Denizen team to be a particularly high quality example of how scripts are written.
Denizen Version
REL-1736
A drop-in script that lets you save/load NPC skins, so you can reuse them (eg copy a skin from one NPC to another, or spawn a bunch of NPCs with one skin, ...).

(Updated from my old repo script (old))

GitHub: https://github.com/mcmonkeyprojects/DenizenSampleScripts/blob/master/skin_save_load.dsc

NOTE TO USERS COMING FROM CITIZENS:
This is a Denizen script! Denizen is a scripting engine that functions as a plugin for Spigot, and deeply integrates into Citizens to add a lot of extra features to your NPCs. Download Denizen here: https://ci.citizensnpcs.co/job/Denizen/ or learn more about Denizen here: https://guide.denizenscript.com/guides/background/what-is-denizen.html


# Installation:
# Just put the script in your scripts folder and reload.
#
# Usage:
# Select an NPC and use command "/saveskin" or "/loadskin"
# You can do:
# /saveskin [name] - Saves the NPC's skin to the name you specify.
# /loadskin [name] - Gives the NPC the skin saved for the name you used.
#
# Uses permission "denizen.saveskin"
Author
mcmonkey
Downloads
625
Views
1,832
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from mcmonkey

Share this resource