EnragedPvP

Untitled

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