SpicyFish
RT,想在服务器使用VirtualChest添加时装工坊的时装,以供玩家兑换,不知道该如何实现?


SpicyFish
没有人解答嘛都一年了。。

yyeerai
  1. Item {
  2.   ItemType = "armourers_workshop:item.skin"
  3.   Count = 1
  4.   UnsafeDamage = 0
  5.   DisplayName = "xxxxxxx"
  6.   UnsafeData = {
  7.     armourersWorkshop:{
  8.       identifier:{
  9.         skinType = "armourers:head"
  10.         globalId = 0
  11.         loalId = -1661165192
  12.       }
  13.     }
  14.   }
  15. }
复制代码