Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. {
  2. "Mysql": {
  3. "UseMysql": false,
  4. "MysqlHost": "localhost",
  5. "MysqlUser": "apitest",
  6. "MysqlPass": "12345",
  7. "MysqlDB": "apitest"
  8. },
  9. "General": {
  10. "TimedPointsReward": {
  11. "Enabled": true,
  12. "Interval": 5,
  13. "Groups": {
  14. "Default": {
  15. "Amount": 20
  16. },
  17. "Premiums": {
  18. "Amount": 15
  19. }
  20. }
  21. },
  22. "ItemsPerPage": 15,
  23. "ShopDisplayTime": 15,
  24. "ShopTextSize": 1.3,
  25. "DbPathOverride": "",
  26. "DefaultKit": "vip,starter"
  27. },
  28. "Kits": {
  29. "starter": {
  30. "DefaultAmount": 2,
  31. "Price": 300,
  32. "Description": "Starter kit (Flak+Base)",
  33. "OnlyFromSpawn": false,
  34. "Items": [{
  35. "Amount": 1,
  36. "Quality": 35,
  37. "ForceBlueprint": false,
  38. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalHelmet.PrimalItemArmor_MetalHelmet'"
  39. },
  40. {
  41. "Amount": 1,
  42. "Quality": 35,
  43. "ForceBlueprint": false,
  44. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalShirt.PrimalItemArmor_MetalShirt'"
  45. },
  46. {
  47. "Amount": 1,
  48. "Quality": 12,
  49. "ForceBlueprint": false,
  50. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalPants.PrimalItemArmor_MetalPants'"
  51. },
  52. {
  53. "Amount": 1,
  54. "Quality": 35,
  55. "ForceBlueprint": false,
  56. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalBoots.PrimalItemArmor_MetalBoots'"
  57. },
  58. {
  59. "Amount": 1,
  60. "Quality": 35,
  61. "ForceBlueprint": false,
  62. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Items/Armor/Metal/PrimalItemArmor_MetalGloves.PrimalItemArmor_MetalGloves'"
  63. },
  64. {
  65. "Amount": 12,
  66. "Quality": 0,
  67. "ForceBlueprint": false,
  68. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Walls_L/Glass/PrimalItemStructure_LargeWall_Glass.PrimalItemStructure_LargeWall_Glass'"
  69. },
  70. {
  71. "Amount": 2,
  72. "Quality": 0,
  73. "ForceBlueprint": false,
  74. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Doorframes/Metal/PrimalItemStructure_Doorframe_Metal.PrimalItemStructure_Doorframe_Metal'"
  75. },
  76. {
  77. "Amount": 2,
  78. "Quality": 0,
  79. "ForceBlueprint": false,
  80. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Doors/Doors/Glass/PrimalItemStructure_Door_Glass.PrimalItemStructure_Door_Glass'"
  81. },
  82. {
  83. "Amount": 12,
  84. "Quality": 0,
  85. "ForceBlueprint": false,
  86. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Foundations/Square/Metal/PrimalItemStructure_Foundation_Metal.PrimalItemStructure_Foundation_Metal'"
  87. },
  88. {
  89. "Amount": 4,
  90. "Quality": 0,
  91. "ForceBlueprint": false,
  92. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Walls/Glass/PrimalItemStructure_Wall_Glass.PrimalItemStructure_Wall_Glass'"
  93. },
  94. {
  95. "Amount": 12,
  96. "Quality": 0,
  97. "ForceBlueprint": false,
  98. "Blueprint": "Blueprint'/Game/Mods/StructuresPlusMod/Structures/Ceilings/Square/Glass/PrimalItemStructure_Ceiling_Glass.PrimalItemStructure_Ceiling_Glass'"
  99. }
  100. ],
  101. "Dinos": [{
  102. "Level": 150,
  103. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  104. }]
  105. },
  106. "vip": {
  107. "DefaultAmount": 1,
  108. "Description": "Vip kit for premiums (ptero)",
  109. "Permissions": "Admins,Premiums",
  110. "Dinos": [{
  111. "Level": 20,
  112. "Neutered": true,
  113. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP'"
  114. }]
  115. },
  116. "fabby": {
  117. "DefaultAmount": 3,
  118. "Price": 200,
  119. "MinLevel": 1,
  120. "MaxLevel": 20,
  121. "Description": "Weapons kit (Fabby and sword)",
  122. "Items": [{
  123. "Amount": 1,
  124. "Quality": 50,
  125. "ForceBlueprint": false,
  126. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMachinedSniper.PrimalItem_WeaponMachinedSniper'"
  127. },
  128. {
  129. "Amount": 1,
  130. "Quality": 60,
  131. "ForceBlueprint": false,
  132. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponSword.PrimalItem_WeaponSword'"
  133. },
  134. {
  135. "Amount": 100,
  136. "Quality": 1,
  137. "ForceBlueprint": false,
  138. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedSniperBullet.PrimalItemAmmo_AdvancedSniperBullet'"
  139. }
  140. ]
  141. }
  142. },
  143. "ShopItems": {
  144. "ingots10000": {
  145. "Type": "item",
  146. "Description": "Metal Ingot (10000x)",
  147. "Price": 40,
  148. "Items": [{
  149. "Quality": 0,
  150. "ForceBlueprint": false,
  151. "Amount": 10000,
  152. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_MetalIngot.PrimalItemResource_MetalIngot'"
  153. }]
  154. },
  155. "tools": {
  156. "Type": "item",
  157. "Description": "Tools (Metal Hatchet, Metal Pick)",
  158. "Price": 5,
  159. "Items": [{
  160. "Quality": 0,
  161. "ForceBlueprint": false,
  162. "Amount": 1,
  163. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalHatchet.PrimalItem_WeaponMetalHatchet'"
  164. },
  165. {
  166. "Quality": 0,
  167. "ForceBlueprint": false,
  168. "Amount": 1,
  169. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItem_WeaponMetalPick.PrimalItem_WeaponMetalPick'"
  170. }
  171. ]
  172. },
  173. "para": {
  174. "Type": "dino",
  175. "Description": "Parasaurolophus",
  176. "Level": 10,
  177. "Price": 20,
  178. "MinLevel": 10,
  179. "MaxLevel": 15,
  180. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP'"
  181. },
  182. "carno": {
  183. "Type": "dino",
  184. "Description": "Carnotaurus",
  185. "Level": 15,
  186. "Price": 50,
  187. "Neutered": true,
  188. "Blueprint": "Blueprint'/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP'"
  189. },
  190. "crate25": {
  191. "Type": "beacon",
  192. "Description": "SupplyCrate Lvl 25",
  193. "Price": 100,
  194. "ClassName": "SupplyCrate_Level25_Double_C"
  195. },
  196. "crate2": {
  197. "Type": "beacon",
  198. "Description": "Artifact Crate 2",
  199. "Price": 100,
  200. "ClassName": "ArtifactCrate_2_C"
  201. },
  202. "exp1000": {
  203. "Type": "experience",
  204. "Description": "1000 points of experience",
  205. "GiveToDino": false,
  206. "Price": 55,
  207. "Amount": 1000
  208. }
  209. },
  210. "SellItems": {
  211. "metal": {
  212. "Type": "item",
  213. "Description": "100x metal",
  214. "Price": 10,
  215. "Amount": 100,
  216. "Blueprint": "Blueprint'/Game/PrimalEarth/CoreBlueprints/Resources/PrimalItemResource_Metal.PrimalItemResource_Metal'"
  217. }
  218. },
  219. "Messages": {
  220. "Sender": "ArkShop",
  221. "BoughtItem": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  222. "BoughtDino": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  223. "BoughtBeacon": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon< />",
  224. "BoughtExp": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  225. "ReceivedPoints": "<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  226. "HavePoints": "You have {0} points",
  227. "NoPoints": "<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  228. "WrongId": "<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  229. "NoPermissionsKit": "<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  230. "CantBuyKit": "<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  231. "BoughtKit": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  232. "AvailableKits": "Available kits for you:",
  233. "NoKits": "No available kits",
  234. "KitsLeft": "You have {0} {1} kits left",
  235. "NoKitsLeft": "You don't have {0} kits left",
  236. "CantGivePoints": "<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  237. "RidingDino": "<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  238. "SentPoints": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  239. "GotPoints": "You have received {0} points from {1}",
  240. "NoPlayer": "<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  241. "FoundMorePlayers": "<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  242. "BuyUsage": "Usage: /buy id amount",
  243. "ShopUsage": "Usage: /shop page",
  244. "KitUsage": "Usage: /kit KitName",
  245. "BuyKitUsage": "Usage: /BuyKit KitName amount",
  246. "TradeUsage": "Usage: /trade 'Player Name' amount",
  247. "PointsCmd": "/points",
  248. "TradeCmd": "/trade",
  249. "BuyCmd": "/buy",
  250. "ShopCmd": "/shop",
  251. "KitCmd": "/kit",
  252. "BuyKitCmd": "/buykit",
  253. "SellCmd": "/sell",
  254. "ShopSellCmd": "/shopsell",
  255. "SellUsage": "Usage: /sell id amount",
  256. "NotEnoughItems": "<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  257. "SoldItems": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  258. "BadLevel": "<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  259. "KitsListPrice": "Price: {0}",
  260. "KitsListFormat": "\"{0}\" - {1}. {2} left. {3}\n",
  261. "StoreListDino": "{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  262. "StoreListItem": "{0}) {1}. Id: {2}. Price: {3}\n",
  263. "StoreListFormat": "{0}",
  264. "OnlyOnSpawnKit": "This kit can be used only on spawn"
  265. }
  266. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement