Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.85 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. "Kits":{
  22. "starter":{
  23. "DefaultAmount":2,
  24. "Price":90,
  25. "Description":"Starter kit (carno with saddle)",
  26. "OnlyFromSpawn":true,
  27. "Items":[
  28. {
  29. "Amount":1,
  30. "Quality":0,
  31. "ForceBlueprint":false,
  32. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_CarnoSaddle.PrimalItemArmor_CarnoSaddle'"
  33. }
  34. ],
  35. "Dinos":[
  36. {
  37. "Level":10,
  38. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  39. }
  40. ]
  41. },
  42. "vip":{
  43. "DefaultAmount":1,
  44. "Description":"Vip kit for premiums (ptero)",
  45. "Permissions":"Admins,Premiums",
  46. "Dinos":[
  47. {
  48. "Level":20,
  49. "Neutered":true,
  50. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  51. }
  52. ]
  53. },
  54. "tools":{
  55. "DefaultAmount":3,
  56. "Price":50,
  57. "MinLevel":1,
  58. "MaxLevel":20,
  59. "Description":"Tools kit (pike and club)",
  60. "Items":[
  61. {
  62. "Amount":1,
  63. "Quality":0,
  64. "ForceBlueprint":false,
  65. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  66. },
  67. {
  68. "Amount":1,
  69. "Quality":0,
  70. "ForceBlueprint":false,
  71. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
  72. }
  73. ]
  74. }
  75. },
  76. "ShopItems":{
  77. "ingots100":{
  78. "Type":"item",
  79. "Description":"Metal Ingot (100x)",
  80. "Price":15,
  81. "Items":[
  82. {
  83. "Quality":0,
  84. "ForceBlueprint":false,
  85. "Amount":100,
  86. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  87. }
  88. ]
  89. },
  90. "tools":{
  91. "Type":"item",
  92. "Description":"Tools (Metal Hatchet, Metal Pick)",
  93. "Price":5,
  94. "Items":[
  95. {
  96. "Quality":0,
  97. "ForceBlueprint":false,
  98. "Amount":1,
  99. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  100. },
  101. {
  102. "Quality":0,
  103. "ForceBlueprint":false,
  104. "Amount":1,
  105. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  106. }
  107. ]
  108. },
  109. "para":{
  110. "Type":"dino",
  111. "Description":"Parasaurolophus",
  112. "Level":10,
  113. "Price":20,
  114. "MinLevel":10,
  115. "MaxLevel":15,
  116. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  117. },
  118. "carno":{
  119. "Type":"dino",
  120. "Description":"Carnotaurus",
  121. "Level":15,
  122. "Price":50,
  123. "Neutered":true,
  124. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  125. },
  126. "crate25":{
  127. "Type":"beacon",
  128. "Description":"SupplyCrate Lvl 25",
  129. "Price":100,
  130. "ClassName":"SupplyCrate_Level25_Double_C"
  131. },
  132. "crate2":{
  133. "Type":"beacon",
  134. "Description":"Artifact Crate 2",
  135. "Price":100,
  136. "ClassName":"ArtifactCrate_2_C"
  137. },
  138. "exp1000":{
  139. "Type":"experience",
  140. "Description":"1000 points of experience",
  141. "GiveToDino":false,
  142. "Price":55,
  143. "Amount":1000.0
  144. }
  145. },
  146. "SellItems":{
  147. "metal":{
  148. "Type":"item",
  149. "Description":"100x metal",
  150. "Price":10,
  151. "Amount":100,
  152. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Metal.PrimalItemResource_Metal'"
  153. }
  154. },
  155. "Messages":{
  156. "Sender":"ArkShop",
  157. "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  158. "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  159. "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  160. "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  161. "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  162. "HavePoints":"You have {0} points",
  163. "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  164. "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  165. "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  166. "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  167. "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  168. "AvailableKits":"Available kits for you:",
  169. "NoKits":"No available kits",
  170. "KitsLeft":"You have {0} {1} kits left",
  171. "NoKitsLeft":"You don't have {0} kits left",
  172. "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  173. "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  174. "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  175. "GotPoints":"You have received {0} points from {1}",
  176. "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  177. "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  178. "BuyUsage":"Usage: /buy id amount",
  179. "ShopUsage":"Usage: /shop page",
  180. "KitUsage":"Usage: /kit KitName",
  181. "BuyKitUsage":"Usage: /BuyKit KitName amount",
  182. "TradeUsage":"Usage: /trade 'Player Name' amount",
  183. "PointsCmd":"/points",
  184. "TradeCmd":"/trade",
  185. "BuyCmd":"/buy",
  186. "ShopCmd":"/shop",
  187. "KitCmd":"/kit",
  188. "BuyKitCmd":"/buykit",
  189. "SellCmd":"/sell",
  190. "ShopSellCmd":"/shopsell",
  191. "SellUsage":"Usage: /sell id amount",
  192. "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  193. "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  194. "BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  195. "KitsListPrice":"Price: {0}",
  196. "KitsListFormat":"\"{0}\" - {1}. {2} left. {3}\n",
  197. "StoreListDino":"{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  198. "StoreListItem":"{0}) {1}. Id: {2}. Price: {3}\n",
  199. "StoreListFormat":"{0}",
  200. "OnlyOnSpawnKit":"This kit can be used only on spawn"
  201. }
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement