Advertisement
Guest User

Untitled

a guest
Mar 6th, 2018
409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. {
  2. "General":{
  3. "TimedPointsReward":{
  4. "Enabled":true,
  5. "Interval":5,
  6. "Groups":{
  7. "Default":{
  8. "Amount":20
  9. },
  10. "Premiums":{
  11. "Amount":40
  12. }
  13. }
  14. },
  15. "ItemsPerPage":15,
  16. "ShopDisplayTime":15.0,
  17. "ShopTextSize":1.3,
  18. "DbPathOverride":""
  19. },
  20. "Kits":{
  21. "starter":{
  22. "DefaultAmount":5,
  23. "Price":150,
  24. "Description":"Starter kit",
  25. "Items":[
  26. {
  27. "Amount":1,
  28. "Quality":10,
  29. "ForceBlueprint":false,
  30. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemArmor_PteroSaddle.PrimalItemArmor_PteroSaddle'"
  31. },
  32. {
  33. "Amount":1,
  34. "Quality":0,
  35. "ForceBlueprint":false,
  36. "Blueprint":"Blueprint'/Game/PrimalEarth/Test/PrimalItem_WeaponSpyglass.PrimalItem_WeaponSpyglass'"
  37. },
  38. {
  39. "Amount":1,
  40. "Quality":10,
  41. "ForceBlueprint":false,
  42. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponCrossbow.PrimalItem_WeaponCrossbow'"
  43. },
  44. {
  45. "Amount":1,
  46. "Quality":10,
  47. "ForceBlueprint":false,
  48. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponOneShotRifle.PrimalItem_WeaponOneShotRifle'"
  49. },
  50. {
  51. "Amount":100,
  52. "Quality":1,
  53. "ForceBlueprint":false,
  54. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedSniperBullet.PrimalItemAmmo_AdvancedSniperBullet'"
  55. },
  56. {
  57. "Amount":100,
  58. "Quality":1,
  59. "ForceBlueprint":false,
  60. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_RefinedTranqDart.PrimalItemAmmo_RefinedTranqDart'"
  61. },
  62. {
  63. "Amount":100,
  64. "Quality":1,
  65. "ForceBlueprint":false,
  66. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowTranq.PrimalItemAmmo_ArrowTranq'"
  67. },
  68. {
  69. "Amount":100,
  70. "Quality":1,
  71. "ForceBlueprint":false,
  72. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_SimpleRifleBullet.PrimalItemAmmo_SimpleRifleBullet'"
  73. },
  74. {
  75. "Amount":100,
  76. "Quality":1,
  77. "ForceBlueprint":false,
  78. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_GrapplingHook.PrimalItemAmmo_GrapplingHook'"
  79. },
  80.  
  81. "Dinos":[
  82. {
  83. "Level":225,
  84. "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  85. }
  86. ]
  87. ],
  88. "vip":{
  89. "DefaultAmount":1,
  90. "Description":"Vip kit for premiums (ptero)",
  91. "Permissions":"Admins,Premiums",
  92. "Dinos":[
  93. {
  94. "Level":20,
  95. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  96. }
  97. ]
  98. },
  99. "tools":{
  100. "DefaultAmount":3,
  101. "Price":50,
  102. "Description":"Tools kit (pike and club)",
  103. "Items":[
  104. {
  105. "Amount":1,
  106. "Quality":0,
  107. "ForceBlueprint":false,
  108. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponPike.PrimalItem_WeaponPike'"
  109. },
  110. {
  111. "Amount":1,
  112. "Quality":0,
  113. "ForceBlueprint":false,
  114. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponStoneClub.PrimalItem_WeaponStoneClub'"
  115. }
  116. ]
  117. }
  118. },
  119. "ShopItems":{
  120. "ingots100":{
  121. "Type":"item",
  122. "Description":"Metal Ingot (5000x)",
  123. "Price":100,
  124. "Items":[
  125. {
  126. "Quality":0,
  127. "ForceBlueprint":false,
  128. "Amount":5000,
  129. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  130. }
  131. ]
  132. },
  133. "tools":{
  134. "Type":"item",
  135. "Description":"Tools (Metal Hatchet, Metal Pick)",
  136. "Price":5,
  137. "Items":[
  138. {
  139. "Quality":10,
  140. "ForceBlueprint":false,
  141. "Amount":1,
  142. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  143. },
  144. {
  145. "Quality":10,
  146. "ForceBlueprint":false,
  147. "Amount":1,
  148. "Blueprint":"Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  149. }
  150. ]
  151. },
  152. "para":{
  153. "Type":"dino",
  154. "Description":"Parasaurolophus",
  155. "Level":225,
  156. "Price":200,
  157. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  158. },
  159. "RockDrake":{
  160. "Type":"dino",
  161. "Description":"RockDrake",
  162. "Level":225,
  163. "Price":200,
  164. "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP'"
  165. },
  166. "Tape":{
  167. "Type":"dino",
  168. "Description":"Tapejara",
  169. "Level":225,
  170. "Price":200,
  171. "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Tapejara/Tapejara_Character_BP.Tapejara_Character_BP'"
  172. },
  173. "Quetz":{
  174. "Type":"dino",
  175. "Description":"Quetz",
  176. "Level":225,
  177. "Price":200,
  178. "Blueprint":"Blueprint'/Game/Mods/ClassicFlyers/Dinos/Quetz/Quetz_Character_BP.Quetz_Character_BP'"
  179. },
  180. "Reaper":{
  181. "Type":"dino",
  182. "Description":"Reaper",
  183. "Level":225,
  184. "Price":400,
  185. "Blueprint":"Blueprint'/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male.Xenomorph_Character_BP_Male'"
  186. },
  187. "Megatherium":{
  188. "Type":"dino",
  189. "Description":"Megatherium",
  190. "Level":225,
  191. "Price":200,
  192. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Megatherium/Megatherium_Character_BP.Megatherium_Character_BP'"
  193. },
  194. "Mantis":{
  195. "Type":"dino",
  196. "Description":"Mantis",
  197. "Level":225,
  198. "Price":200,
  199. "Blueprint":"Blueprint'/Game/ScorchedEarth/Dinos/Mantis/Mantis_Character_BP.Mantis_Character_BP'"
  200. },
  201. "PolyEater":{
  202. "Type":"dino",
  203. "Description":"PolyEater",
  204. "Level":225,
  205. "Price":200,
  206. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP'"
  207. },
  208. "DinoShark":{
  209. "Type":"dino",
  210. "Description":"DinoShark",
  211. "Level":225,
  212. "Price":200,
  213. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP'"
  214. },
  215. "TurretFarmer":{
  216. "Type":"dino",
  217. "Description":"TurretFarmer",
  218. "Level":225,
  219. "Price":200,
  220. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP.Angler_Character_BP'"
  221. },
  222. "Rock Golem":{
  223. "Type":"dino",
  224. "Description":"Rock Elemental",
  225. "Level":225,
  226. "Price":1000,
  227. "Blueprint":"Blueprint'/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP'"
  228. },
  229. "Theri":{
  230. "Type":"dino",
  231. "Description":"Theri",
  232. "Level":225,
  233. "Price":200,
  234. "Blueprint":"Blueprint'/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP'"
  235. },
  236. "Basilisk":{
  237. "Type":"dino",
  238. "Description":"Basilisk",
  239. "Level":225,
  240. "Price":200,
  241. "Blueprint":"Blueprint'/Game/Aberration/Dinos/Basilisk/Basilisk_Character_BP.Basilisk_Character_BP'"
  242. }
  243.  
  244. },
  245. "SellItems":{
  246. "metal":{
  247.  
  248. }
  249. },
  250. "Messages":{
  251. "Sender":"ArkShop",
  252. "BoughtItem":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  253. "BoughtDino":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  254. "BoughtBeacon":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  255. "BoughtExp":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  256. "ReceivedPoints":"<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  257. "HavePoints":"You have {0} points",
  258. "NoPoints":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  259. "WrongId":"<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  260. "NoPermissionsKit":"<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  261. "CantBuyKit":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  262. "BoughtKit":"<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  263. "AvailableKits":"Available kits for you:",
  264. "NoKits":"No available kits",
  265. "KitsLeft":"You have {0} {1} kits left",
  266. "NoKitsLeft":"You don't have {0} kits left",
  267. "CantGivePoints":"<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  268. "RidingDino":"<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  269. "SentPoints":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  270. "GotPoints":"You have received {0} points from {1}",
  271. "NoPlayer":"<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  272. "FoundMorePlayers":"<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  273. "BuyUsage":"Usage: /buy id amount",
  274. "ShopUsage":"Usage: /shop page",
  275. "KitUsage":"Usage: /kit KitName",
  276. "BuyKitUsage":"Usage: /BuyKit KitName amount",
  277. "TradeUsage":"Usage: /trade 'Player Name' amount",
  278. "PointsCmd":"/points",
  279. "TradeCmd":"/trade",
  280. "BuyCmd":"/buy",
  281. "ShopCmd":"/shop",
  282. "KitCmd":"/kit",
  283. "BuyKitCmd":"/buykit",
  284. "SellCmd":"/sell",
  285. "ShopSellCmd":"/shopsell",
  286. "SellUsage":"Usage: /sell id amount",
  287. "NotEnoughItems":"<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  288. "SoldItems":"<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>"
  289. }
  290. }
  291. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement