NPC Skin Save/Load

mcmonkey

Administrator
Staff member
Helper
REPLACED BY RESOURCE: https://forum.denizenscript.com/resources/npc-skin-save-load.8/


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))

Hastebin: https://paste.denizenscript.com/View/83420 <-- Most users, just click here and click "Download the script"

GitHub current version: 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"
 
Last edited: