Support for wearables with armor slots from older CopyPaste versions
- Floor and ceiling wallpaper support (with rotation)
- Command Block support
- DLC/skin filtering for pastes with new config options and command overrides
New Config Options (defaults)
"DLC items and deployables (true/false)": true,
"Skins (0=no skins, 1=all, 2=no paid skins, 3=allow specified only, 4=block specified only)": 1,
"Specified Skins (skin ID, like 2601577757, or item shortname for redirected skins, like hazmatsuit.spacesuit)": []
Example config – block all DLC/deployables + paid skins
"DLC items and deployables (true/false)": false,
"Skins (0=no skins, 1=all, 2=no paid skins, 3=allow specified only, 4=block specified only)": 2,
New `/paste` and `/pasteback` overrides
dlc <true/false> - false to exclude DLC items and deployables
skins <0-4> - 0=no skins, 1=all, 2=no paid skins, 3=allow specified only, 4=block specified only
Examples:
/paste filename dlc false - exclude DLC/deployables
/paste filename skins 0 - exclude all skins
/paste filename dlc false skins 2 - exclude DLC/deployables + paid skins
Update by: PaperPlate