Advertisement
Guest User

Untitled

a guest
May 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.28 KB | None | 0 0
  1. {
  2.   "General":{
  3.     "TimedPointsReward":{
  4.       "Enabled":true,
  5.       "Interval":5,
  6.       "Groups":{
  7.         "Default":{
  8.           "Amount":5
  9.         },
  10.         "Premiums":{
  11.           "Amount":15
  12.         }
  13.       }
  14.     },
  15.     "ItemsPerPage":15,
  16.     "ShopDisplayTime":15.0,
  17.     "ShopTextSize":1.3,
  18.     "DbPathOverride":"",
  19.     "DefaultKit":"vip,starter"
  20.   },
  21.   "ShopItems":{
  22.     "A1":{
  23.       "Type":"dino",
  24.       "Description":"Carnotaurus",
  25.       "Level":15,
  26.       "Price":50,
  27.       "Neutered":true,
  28.       "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  29.     },
  30.   },
  31.   "Messages":{
  32.     "Sender":"ArkShop",
  33.     "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">你已经成功购买该物品</>",
  34.     "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">大佬,你已经成功买下了这只恐龙!</>",
  35.     "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  36.     "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">你已经成功购买了EXP</>",
  37.     "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">你已经收到 {0} 金额 (total: {1})</>",
  38.     "HavePoints":"You have {0} points",
  39.     "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">你没有足够的钱</>",
  40.     "WrongId":"<RichColor Color=\"1, 0, 0, 1\">错误id</>",
  41.     "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">你没有使用这个工具包的许可</>",
  42.     "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">你不能买这个工具包</>",
  43.     "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">牛逼!你已经成功买了 {0} kit</>",
  44.     "AvailableKits":"为您提供工具包:",
  45.     "NoKits":"没有可用的工具包",
  46.     "KitsLeft":"You have {0} {1} kits left",
  47.     "NoKitsLeft":"You don't have {0} kits left",
  48.     "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">你不能给自己金额</>",
  49.     "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">你不能在骑恐龙的时候买这个东西</>",
  50.     "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">您已成功发送 {0} 金额至 {1}</>",
  51.     "GotPoints":"你已经收到 {0} 来自 {1}",
  52.     "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">玩家不存在</>",
  53.     "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">玩家名不能为空</>",
  54.     "BuyUsage":"Usage: /购买数量",
  55.     "ShopUsage":"Usage: /商店用法",
  56.     "KitUsage":"Usage: /工具包名称",
  57.     "BuyKitUsage":"Usage: /购买工具 名称 金额",
  58.     "TradeUsage":"Usage: /查询余额 '游戏名' 数量",
  59.     "PointsCmd":"/余额",
  60.     "TradeCmd":"/trade",
  61.     "BuyCmd":"/购买",
  62.     "ShopCmd":"/商店",
  63.     "KitCmd":"/kit",
  64.     "BuyKitCmd":"/购买工具包",
  65.     "SellCmd":"/卖",
  66.     "ShopSellCmd":"/玩家销售",
  67.     "SellUsage":"Usage: /卖出 id 金额",
  68.     "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">你没有足够的物品 ({0}/{1})</>",
  69.     "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">你已经成功地销售了项目</>",
  70.     "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">等级需求: {0} - {1}</>",
  71.     "KitsListPrice":"价格表: {0}",
  72.     "KitsListFormat":"\"{0}\" - {1}. {2} 左. {3}\n",
  73.     "StoreListDino":"{0}) {1}. 等级: {2}. Id: {3}. 价格: {4}\n",
  74.     "StoreListItem":"{0}) {1}. Id: {2}. 价格: {3}\n",
  75.     "StoreListFormat":"{0}",
  76.     "OnlyOnSpawnKit":"这个礼盒只能产龙"
  77.   }
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement