Guest User

Untitled

a guest
Jul 18th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.24 KB | None | 0 0
  1. {
  2. "Mysql": {
  3. "UseMysql": false,
  4. "MysqlHost": "host",
  5. "MysqlUser": "user",
  6. "MysqlPass": "password",
  7. "MysqlDB": "db"
  8. },
  9. "General": {
  10. "TimedPointsReward": {
  11. "Enabled": true,
  12. "Interval": 10,
  13. "Groups": {
  14. "Default": {
  15. "Amount": 5
  16. },
  17. "vip": {
  18. "Amount": 10
  19. }
  20. }
  21. },
  22. "ItemsPerPage": 15,
  23. "ShopDisplayTime": 15.0,
  24. "ShopTextSize": 1.3,
  25. "DbPathOverride": "",
  26. "DefaultKit": "starter"
  27. },
  28. "Kits": {
  29. "vip": {
  30. "DefaultAmount": 1,
  31. "Description": "5x Heavies and 1500 ammo",
  32. "Price": 200,
  33. "Permissions": "Admins,vip",
  34. "OnlyFromSpawn": false,
  35. "Items": [
  36. {
  37. "Amount": 5,
  38. "Quality": 0,
  39. "ForceBlueprint": false,
  40. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/AutoTurretHeavy/PrimalItemStructure_AutoTurret_Heavy.PrimalItemStructure_AutoTurret_Heavy'"
  41. },
  42. {
  43. "Amount": 1500,
  44. "Quality": 0,
  45. "ForceBlueprint": false,
  46. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedRifleBullet.PrimalItemAmmo_AdvancedRifleBullet'"
  47. }
  48. ]
  49. }
  50.  
  51. },
  52.  
  53. "skiny_armor": {
  54. "Type": "item",
  55. "Description": "Armor Skins",
  56. "Price": 10,
  57. "Permissions": "Admins,VIP",
  58. "Items": [{
  59. "Amount": 1,
  60. "Quality": 0,
  61. "ForceBlueprint": false,
  62. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreHelmet.PrimalItemSkin_ManticoreHelmet'"
  63. },
  64. {
  65. "Amount": 1,
  66. "Quality": 0,
  67. "ForceBlueprint": false,
  68. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreShirt.PrimalItemSkin_ManticoreShirt'"
  69. },
  70. {
  71. "Amount": 1,
  72. "Quality": 0,
  73. "ForceBlueprint": false,
  74. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreGloves.PrimalItemSkin_ManticoreGloves'"
  75. },
  76. {
  77. "Amount": 1,
  78. "Quality": 0,
  79. "ForceBlueprint": false,
  80. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticorePants.PrimalItemSkin_ManticorePants'"
  81. },
  82. {
  83. "Amount": 1,
  84. "Quality": 0,
  85. "ForceBlueprint": false,
  86. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Skin/PrimalItemSkin_ManticoreBoots.PrimalItemSkin_ManticoreBoots'"
  87. },
  88. {
  89. "Amount": 1,
  90. "Quality": 0,
  91. "ForceBlueprint": false,
  92. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemSkin_BirthdayShirt.PrimalItemSkin_BirthdayShirt'"
  93. },
  94. {
  95. "Amount": 1,
  96. "Quality": 0,
  97. "ForceBlueprint": false,
  98. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Leather/PrimalItemSkin_BirthdayPants.PrimalItemSkin_BirthdayPants'"
  99. }
  100. ]
  101. },
  102. "boneskins": {
  103. "Type": "item",
  104. "Description": "Bone skins to dinos",
  105. "Price": 50,
  106. "Permissions": "Admins,VIP",
  107. "Items": [{
  108. "Amount": 1,
  109. "Quality": 0,
  110. "ForceBlueprint": false,
  111. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneRex.PrimalItemCostume_BoneRex'"
  112. },
  113. {
  114. "Amount": 1,
  115. "Quality": 0,
  116. "ForceBlueprint": false,
  117. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneWyvern.PrimalItemCostume_BoneWyvern'"
  118. },
  119. {
  120. "Amount": 1,
  121. "Quality": 0,
  122. "ForceBlueprint": false,
  123. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneRaptor.PrimalItemCostume_BoneRaptor'"
  124. },
  125. {
  126. "Amount": 1,
  127. "Quality": 0,
  128. "ForceBlueprint": false,
  129. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_bonegigant.primalitemcostume_bonegigant'"
  130. },
  131. {
  132. "Amount": 1,
  133. "Quality": 0,
  134. "ForceBlueprint": false,
  135. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneSauro.PrimalItemCostume_BoneSauro'"
  136. },
  137. {
  138. "Amount": 1,
  139. "Quality": 0,
  140. "ForceBlueprint": false,
  141. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneCarno.PrimalItemCostume_BoneCarno'"
  142. },
  143. {
  144. "Amount": 1,
  145. "Quality": 0,
  146. "ForceBlueprint": false,
  147. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Saddles/PrimalItemCostume_BoneTrike.PrimalItemCostume_BoneTrike'"
  148. }
  149. ]
  150. },
  151. "Base": {
  152. "DefaultAmount": 1,
  153. "MinLevel": 1,
  154. "MaxLevel": 100,
  155. "Description": "Material for basic base",
  156. "Items": [
  157. {
  158. "Amount": 2,
  159. "Quality": 0,
  160. "ForceBlueprint": false,
  161. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/Bed/PrimalItemStructure_BedPlus.PrimalItemStructure_BedPlus'"
  162. },
  163. {
  164. "Amount": 1,
  165. "Quality": 0,
  166. "ForceBlueprint": false,
  167. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Doorframes_Double/Wood/PrimalItemStructure_DoubleDoorframe_WoodSP.PrimalItemStructure_DoubleDoorframe_WoodSP'"
  168. },
  169.  
  170. {
  171. "Amount": 40,
  172. "Quality": 0,
  173. "ForceBlueprint": false,
  174. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Walls/Wood/PrimalItemStructure_Wall_Wood.PrimalItemStructure_Wall_Wood'"
  175. },
  176. {
  177. "Amount": 1,
  178. "Quality": 0,
  179. "ForceBlueprint": false,
  180. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Doors/Doors_Double/Stone/PrimalItemStructure_DoubleDoor_StoneSP.PrimalItemStructure_DoubleDoor_StoneSP'"
  181. },
  182. {
  183. "Amount": 5,
  184. "Quality": 0,
  185. "ForceBlueprint": false,
  186. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/StorageLarge/PrimalItemStructure_StorageLarge.PrimalItemStructure_StorageLarge'"
  187.  
  188. },
  189. {
  190. "Amount": 10,
  191. "Quality": 0,
  192. "ForceBlueprint": false,
  193. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Stone/PrimalItemStructure_Foundation_Stone.PrimalItemStructure_Foundation_Stone'"
  194.  
  195. },
  196. {
  197. "Amount": 10,
  198. "Quality": 0,
  199. "ForceBlueprint": false,
  200. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/SlopedWalls/Left/Stone/PrimalItemStructure_SlopedWall_Stone_Left.PrimalItemStructure_SlopedWall_Stone_Left'"
  201.  
  202. },
  203. {
  204. "Amount": 4,
  205. "Quality": 0,
  206. "ForceBlueprint": false,
  207. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/SlopedWalls/Right/Stone/PrimalItemStructure_SlopedWall_Stone_Right.PrimalItemStructure_SlopedWall_Stone_Right'"
  208.  
  209. },
  210. {
  211. "Amount": 4,
  212. "Quality": 0,
  213. "ForceBlueprint": false,
  214. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Structures/Roofs/Stone/PrimalItemStructure_StoneRoof.PrimalItemStructure_StoneRoof'"
  215.  
  216. },
  217. {
  218. "Amount": 1,
  219. "Quality": 0,
  220. "ForceBlueprint": false,
  221. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Misc/Converter/PrimalItemStructure_Converter.PrimalItemStructure_Converter'"
  222. }
  223. ]
  224. },
  225. "ShopItems": {
  226. "tranq": {
  227. "Type": "item",
  228. "Description": "Tranquilized arrows (100x)",
  229. "Price": 30,
  230. "Items": [{
  231. "Quality": 0,
  232. "ForceBlueprint": false,
  233. "Amount": 100,
  234. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_ArrowTranq.PrimalItemAmmo_ArrowTranq'"
  235. }]
  236. },
  237. "metaltools": {
  238. "Type": "item",
  239. "Description": "Metal pick and hatchet",
  240. "Price": 5,
  241. "Items": [{
  242. "Quality": 0,
  243. "ForceBlueprint": false,
  244. "Amount": 1,
  245. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  246. },
  247. {
  248. "Quality": 0,
  249. "ForceBlueprint": false,
  250. "Amount": 1,
  251. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  252. }
  253. ]
  254. },
  255. "para": {
  256. "Type": "dino",
  257. "Description": "Parasaurus",
  258. "Level": 100,
  259. "Price": 40,
  260. "MinLevel": 10,
  261. "MaxLevel": 15,
  262. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  263. },
  264. "carno": {
  265. "Type": "dino",
  266. "Description": "Carnotaurus lvl 70 neutered ",
  267. "Level": 70,
  268. "Price": 60,
  269. "Neutered": true,
  270. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  271. },
  272. "direwolf": {
  273. "Type": "dino",
  274. "Description": "Direwolf lvl 80 neutered",
  275. "Level": 80,
  276. "Price": 50,
  277. "Neutered": true,
  278. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Direwolf/Direwolf_Character_BP.Direwolf_Character_BP'"
  279. },
  280. "rexn": {
  281. "Type": "dino",
  282. "Description": "Rex lvl 150 neutered",
  283. "Level": 150,
  284. "Price": 150,
  285. "Neutered": true,
  286. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'"
  287. },
  288. "rex": {
  289. "Type": "dino",
  290. "Description": "Rex lvl 150 breedable",
  291. "Level": 150,
  292. "Price": 200,
  293. "Neutered": false,
  294. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP'"
  295. },
  296. "Therizino": {
  297. "Type": "dino",
  298. "Description": "Therizino lvl 150 breedable",
  299. "Level": 150,
  300. "Price": 180,
  301. "Neutered": false,
  302. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Therizino/Therizino_Character_BP.Therizino_Character_BP'"
  303. },
  304. "Triken": {
  305. "Type": "dino",
  306. "Description": "Trike lvl 180 neutered",
  307. "Level": 180,
  308. "Price": 120,
  309. "Neutered": true,
  310. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP'"
  311. },
  312. "Trike": {
  313. "Type": "dino",
  314. "Description": "Trike lvl 180 breedable",
  315. "Level": 180,
  316. "Price": 150,
  317. "Neutered": false,
  318. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP'"
  319. },
  320. "Ptera": {
  321. "Type": "dino",
  322. "Description": "Ptera lvl 200 breedable",
  323. "Level": 200,
  324. "Price": 100,
  325. "Neutered": false,
  326. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  327. },
  328. "Argentavis": {
  329. "Type": "dino",
  330. "Description": "Argentavis lvl 200 breedable",
  331. "Level": 200,
  332. "Price": 180,
  333. "Neutered": false,
  334. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP'"
  335. },
  336. "crate25": {
  337. "Type": "beacon",
  338. "Description": "SupplyCrate Lvl 25",
  339. "Price": 100,
  340. "ClassName": "SupplyCrate_Level25_Double_C"
  341. },
  342. "pack": {
  343. "Type": "beacon",
  344. "Description": "Artifact of pack (crate)",
  345. "Price": 200,
  346. "ClassName": "ArtifactCrate_2_C"
  347. },
  348. "brute": {
  349. "Type": "beacon",
  350. "Description": "Artifact of the brute (crate)",
  351. "Price": 200,
  352. "ClassName": "ArtifactCrate_11_C"
  353. },
  354. "clever": {
  355. "Type": "beacon",
  356. "Description": "Artifact of the clever (crate)",
  357. "Price": 200,
  358. "ClassName": "ArtifactCrate_5_C"
  359. },
  360. "cunning": {
  361. "Type": "beacon",
  362. "Description": "Artifact of the cunning (crate)",
  363. "Price": 200,
  364. "ClassName": "ArtifactCrate_10_C"
  365. },
  366. "devourer": {
  367. "Type": "beacon",
  368. "Description": "Artifact of devourer (crate)",
  369. "Price": 200,
  370. "ClassName": "ArtifactCrate_7_C"
  371. },
  372. "hunter": {
  373. "Type": "beacon",
  374. "Description": "Artifact of the hunter (crate)",
  375. "Price": 200,
  376. "ClassName": "ArtifactCrate_1_C"
  377. },
  378. "immune": {
  379. "Type": "beacon",
  380. "Description": "Artifact of the immune (crate)",
  381. "Price": 200,
  382. "ClassName": "ArtifactCrate_8_C"
  383. },
  384. "massive": {
  385. "Type": "beacon",
  386. "Description": "Artifact of the massive (crate)",
  387. "Price": 200,
  388. "ClassName": "ArtifactCrate_3_C"
  389. },
  390. "skylord": {
  391. "Type": "beacon",
  392. "Description": "Artifact of the skylord (crate)",
  393. "Price": 200,
  394. "ClassName": "ArtifactCrate_6_C"
  395. },
  396. "strong": {
  397. "Type": "beacon",
  398. "Description": "Artifact of the strong (crate)",
  399. "Price": 200,
  400. "ClassName": "ArtifactCrate_9_C"
  401. },
  402. "exp1000": {
  403. "Type": "experience",
  404. "Description": "1000 points of experience",
  405. "GiveToDino": true,
  406. "Price": 55,
  407. "Amount": 1000.0
  408. },
  409. "kibble": {
  410. "Type": "item",
  411. "Description": "Extraordinary kibble (10x)",
  412. "Price": 1000,
  413. "Items": [{
  414. "Quality": 0,
  415. "ForceBlueprint": false,
  416. "Amount": 10,
  417. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Consumables/PrimalItemConsumable_Kibble_Base_Special.PrimalItemConsumable_Kibble_Base_Special'"
  418. }]
  419. }
  420. },
  421. "SellItems": {
  422. "stone": {
  423. "Type": "item",
  424. "Description": "100x stone",
  425. "Price": 10,
  426. "Amount": 1000,
  427. "Blueprint": "Blueprint'/Game/Mods/Stack50/Resources/PrimalItemResource_Stone_Child.PrimalItemResource_Stone_Child'"
  428. }
  429. },
  430. "Messages": {
  431. "Sender": "ArkShop",
  432. "BoughtItem": "<RichColor Color=\"0, 1, 0, 1\">Buy successfully!</>",
  433. "BoughtDino": "<RichColor Color=\"0, 1, 0, 1\">Buy successfully!</>",
  434. "BoughtBeacon": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  435. "BoughtExp": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  436. "ReceivedPoints": "<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (amount: {1})</>",
  437. "HavePoints": "You have {0} points",
  438. "NoPoints": "<RichColor Color=\"1, 0, 0, 1\">Not enough points</>",
  439. "WrongId": "<RichColor Color=\"1, 0, 0, 1\">Bad ID, use /buy </>",
  440. "NoPermissionsKit": "<RichColor Color=\"1, 0, 0, 1\">You need to be VIP in order to use that kit</>",
  441. "CantBuyKit": "<RichColor Color=\"1, 0, 0, 1\">You cant buy this kit</>",
  442. "BoughtKit": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  443. "AvailableKits": "Dostupne kity:",
  444. "NoKits": "You dont have any kits",
  445. "KitsLeft": "Kit: {1}, remaining: {0}",
  446. "NoKitsLeft": "You dont have kit {0}",
  447. "CantGivePoints": "<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  448. "RidingDino": "<RichColor Color=\"1, 0, 0, 1\">You must to dismount in order to buy something</>",
  449. "SentPoints": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  450. "GotPoints": "You have received {0} points from {1}",
  451. "NoPlayer": "<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  452. "FoundMorePlayers": "<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  453. "BuyUsage": "Usage: /buy id amount",
  454. "ShopUsage": "Usage: /shop page",
  455. "KitUsage": "Usage: /kit KitName",
  456. "BuyKitUsage": "Usage: /BuyKit KitName amount",
  457. "TradeUsage": "Usage: /trade 'Player Name' amount",
  458. "PointsCmd": "/points",
  459. "TradeCmd": "/trade",
  460. "BuyCmd": "/buy",
  461. "ShopCmd": "/shop",
  462. "KitCmd": "/kit",
  463. "BuyKitCmd": "/buykit",
  464. "SellCmd": "/sell",
  465. "ShopSellCmd": "/shopsell",
  466. "SellUsage": "Usage: /sell id amount",
  467. "NotEnoughItems": "<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  468. "SoldItems": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  469. "BadLevel": "<RichColor Color=\"1, 0, 0, 1\">Required level> {0} - {1}</>",
  470. "KitsListPrice": "Price: {0}",
  471. "KitsListFormat": "\"{0}\" - {1}. {2} left. {3}\n",
  472. "StoreListDino": "{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  473. "StoreListItem": "{0}) {1}. Id: {2}. Price: {3}\n",
  474. "StoreListFormat": "{0}",
  475. "OnlyOnSpawnKit": "This is starter kit and you cant buy it again",
  476. "HelpCmd": "/shophelp",
  477. "ShopMessage": "Use: /buy id amount",
  478. "HelpMessage": "This is shop help message"
  479. }
  480. }
Add Comment
Please, Sign In to add comment