- 支持旧版CopyPaste的护甲槽位的可穿戴设备
- 支持墙壁和天花板壁纸(带旋转功能)
- 命令方块支持
- DLC/皮肤过滤功能,带有新的配置选项和命令覆盖
新配置选项(默认值)
"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)": []
示例配置 – 块所有DLC/部署物 + 付费皮肤
"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,
新的 `/paste` 和 `/pasteback` 重写
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
示例:
/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
更新者:PaperPlate