Advertisement
Guest User

json

a guest
Mar 19th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.75 KB | None | 0 0
  1. {
  2. "Mysql":{
  3. "UseMysql":false,
  4. "MysqlHost":"localhost",
  5. "MysqlUser":"root",
  6. "MysqlPass":"1234",
  7. "MysqlDB":"arkdb"
  8. },
  9. "General": {
  10. "TimedPointsReward": {
  11. "Enabled": true,
  12. "Interval": 15,
  13. "Groups": {
  14. "Default": {
  15. "Amount": 5
  16. },
  17. "Premiums": {
  18. "Amount": 60
  19. }
  20. }
  21. },
  22. "ItemsPerPage": 25,
  23. "ShopDisplayTime": 15,
  24. "ShopTextSize": 1,
  25. "DbPathOverride": "",
  26. "DefaultKit": ""
  27. },
  28. "Kits": {
  29. },
  30. "ShopItems": {
  31. "DinoTracker":{
  32. "Type": "item",
  33. "Description": "DinoTracker",
  34. "Price": 1,
  35. "Amount": 1,
  36. "Blueprint": "Blueprint\\'/Game/Mods/DinoMobile/PrimalItemArmor_DinoMobile.PrimalItemArmor_DinoMobile\\'"
  37. },
  38. "DinoTracker2":{
  39. "Type": "item",
  40. "Description": "DinoTracker2",
  41. "Price": 1,
  42. "Amount": 1,
  43. "Blueprint": "Blueprint\'/Game/Mods/DinoMobile/PrimalItem_DinoTracker.PrimalItem_DinoTracker\'"
  44. },
  45. "ReUsableGrapple":{
  46. "Type": "item",
  47. "Description": "ReUsableGrappleHook",
  48. "Price": 3,
  49. "Amount": 1,
  50. "Blueprint": "Blueprint'/Game/Mods/LethalReusable/GrapplingBow_LR.GrapplingBow_LR'"
  51. },
  52. "ReUsableBola":{
  53. "Type": "item",
  54. "Description": "ReUsableBola",
  55. "Price": 2,
  56. "Amount": 1,
  57. "Blueprint": "Blueprint'/Game/Mods/LethalReusable/Bola_LR.Bola_LR'"
  58. },
  59. "ReUsableMindWipe":{
  60. "Type": "item",
  61. "Description": "ReUsableMindWipe",
  62. "Price": 150,
  63. "Amount": 1,
  64. "Blueprint": "Blueprint'/Game/Mods/LethalReusable/MindWipe_LR.MindWipe_LR'"
  65. },
  66. "ReUsableNightVision":{
  67. "Type": "item",
  68. "Description": "ReUsableNightVision",
  69. "Price": 50,
  70. "Amount": 1,
  71. "Blueprint": "Blueprint'/Game/Mods/LethalReusable/NightVisionGoggles_LR.NightVisionGoggles_LR'"
  72. },
  73. "ReUsableTorch":{
  74. "Type": "item",
  75. "Description": "ReUsableTorch",
  76. "Price": 1000,
  77. "Amount": 1,
  78. "Blueprint": "Blueprint'/Game/Mods/LethalReusable/Torch_LR.Torch_LR'"
  79. },
  80. "RedGemsx100":{
  81. "Type": "item",
  82. "Description": "RedGemsx100",
  83. "Price": 60,
  84. "Amount": 100,
  85. "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Element.PrimalItemResource_Gem_Element'"
  86. },
  87. "BlueGemx100":{
  88. "Type": "item",
  89. "Description": "BlueGemx100",
  90. "Price": 50,
  91. "Amount": 100,
  92. "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_BioLum.PrimalItemResource_Gem_BioLum'"
  93. },
  94. "GreenGemx100":{
  95. "Type": "item",
  96. "Description": "GreenGemx100",
  97. "Price": 40,
  98. "Amount": 100,
  99. "Blueprint": "Blueprint'/Game/Aberration/CoreBlueprints/Resources/PrimalItemResource_Gem_Fertile.PrimalItemResource_Gem_Fertile'"
  100. },
  101. "HealingStewx100":{
  102. "Type": "item",
  103. "Description": "HealingStewx100",
  104. "Price": 25,
  105. "Amount": 100,
  106. "Blueprint": "Blueprint'/Game/Mods/Primal_Fear/Weapons/Potions/Health/Stew/PrimalItemConsumable_StewHealth.PrimalItemConsumable_StewHealth'"
  107. }
  108. },
  109. "SellItems": {
  110. },
  111. "Messages": {
  112. "Sender": "Shop",
  113. "BoughtItem": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought item</>",
  114. "BoughtDino": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought dino</>",
  115. "BoughtBeacon": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought beacon</>",
  116. "BoughtExp": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought experience</>",
  117. "ReceivedPoints": "<RichColor Color=\"1, 1, 0, 1\">You have received {0} points! (total: {1})</>",
  118. "HavePoints": "You have {0} points",
  119. "NoPoints": "<RichColor Color=\"1, 0, 0, 1\">You don't have enough points</>",
  120. "WrongId": "<RichColor Color=\"1, 0, 0, 1\">Wrong id</>",
  121. "NoPermissionsKit": "<RichColor Color=\"1, 0, 0, 1\">You don't have permission to use this kit</>",
  122. "CantBuyKit": "<RichColor Color=\"1, 0, 0, 1\">You can't buy this kit</>",
  123. "BoughtKit": "<RichColor Color=\"0, 1, 0, 1\">You have successfully bought {0} kit</>",
  124. "AvailableKits": "Available kits for you:",
  125. "NoKits": "No available kits",
  126. "KitsLeft": "You have {0} {1} kits left",
  127. "NoKitsLeft": "You don't have {0} kits left",
  128. "CantGivePoints": "<RichColor Color=\"1, 0, 0, 1\">You can't give points to yourself</>",
  129. "RidingDino": "<RichColor Color=\"1, 0, 0, 1\">You can't buy this item while riding a dino</>",
  130. "SentPoints": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sent {0} points to {1}</>",
  131. "GotPoints": "You have received {0} points from {1}",
  132. "NoPlayer": "<RichColor Color=\"1, 0, 0, 1\">Player doesn't exist</>",
  133. "FoundMorePlayers": "<RichColor Color=\"1, 0, 0, 1\">Found more than one player with the given name</>",
  134. "BuyUsage": "Usage: /buy id amount",
  135. "ShopUsage": "Usage: /shop page -- /shopsell page",
  136. "KitUsage": "Usage: /kit KitName",
  137. "BuyKitUsage": "Usage: /BuyKit KitName amount",
  138. "TradeUsage": "Usage: /trade 'Player Name' amount",
  139. "PointsCmd": "/points",
  140. "TradeCmd": "/trade",
  141. "BuyCmd": "/buy",
  142. "ShopCmd": "/shop",
  143. "KitCmd": "/kit",
  144. "BuyKitCmd": "/buykit",
  145. "SellCmd": "/sell",
  146. "ShopSellCmd": "/shopsell",
  147. "SellUsage": "Usage: /sell id amount",
  148. "NotEnoughItems": "<RichColor Color=\"1, 0, 0, 1\">You don't have enough items ({0}/{1})</>",
  149. "SoldItems": "<RichColor Color=\"0, 1, 0, 1\">You have successfully sold items</>",
  150. "BadLevel": "<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>",
  151. "KitsListPrice": "Price: {0}",
  152. "KitsListFormat": "\"{0}\" - {1}. {2} left. {3}\n",
  153. "StoreListDino": "{0}) {1}. Level: {2}. Id: {3}. Price: {4}\n",
  154. "StoreListItem": "{0}) {1}. Id: {2}. Price: {3}\n",
  155. "StoreListFormat": "{0}",
  156. "OnlyOnSpawnKit": "This kit can be used only on spawn",
  157. "HelpCmd": "/shophelp",
  158. "ShopMessage": "Usage: /buy id amount",
  159. "HelpMessage": ""
  160. }
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement