Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.27 KB | None | 0 0
  1. {
  2. "Messages": {
  3. "Dispensers": "Resource Dispensers",
  4. "Excavators": "Excavators",
  5. "HelpText": "/gather - Shows you detailed gather information.",
  6. "HelpTextAdmin": "To change the resources gained by gathering use the command:\r\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\r\nTo change the amount of resources in a dispenser type use the command:\r\ndispenser.scale <dispenser:tree|ore|corpse> <multiplier>\r\nTo change the time between Mining Quarry gathers:\r\nquarry.tickrate <seconds>",
  7. "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
  8. "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
  9. "HelpTextPlayerDefault": "Default values.",
  10. "HelpTextPlayerGains": "Resources gained from {0}:",
  11. "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
  12. "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
  13. "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
  14. "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
  15. "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
  16. "InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
  17. "InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.",
  18. "MiningQuarries": "Mining Quarries",
  19. "ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}",
  20. "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
  21. "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
  22. "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
  23. "NotAllowed": "You don't have permission to use this command.",
  24. "Pickups": "pickups",
  25. "SurveyCharges": "Survey Charges"
  26. },
  27. "Options": {
  28. "ExcavatorBeltSpeedMax": 0.1,
  29. "ExcavatorResourceModifiers": {
  30. "High Quality Metal Ore": 240000.0,
  31. "Metal Fragments": 240000.0,
  32. "Metal Ore": 240000.0,
  33. "Stones": 240000.0,
  34. "Sulfur Ore": 240000.0
  35. },
  36. "ExcavatorResourceTickRate": 3.0,
  37. "ExcavatorTimeForFullResources": 120.0,
  38. "GatherDispenserModifiers": {
  39. "Flesh": 0.0,
  40. "Ore": 1.0,
  41. "Tree": 1.0
  42. },
  43. "GatherResourceModifiers": {
  44. "Animal Fat": 24000.0,
  45. "Bone Fragments": 24000.0,
  46. "Burnt Dear Meat": 1.0,
  47. "Burnt Human Meat": 1.0,
  48. "Burnt Pork": 1.0,
  49. "Charcoal": 24000.0,
  50. "Cloth": 24000.0,
  51. "Cooked Dear Meat": 1.0,
  52. "Cooked Human Meat": 1.0,
  53. "Cooked Pork": 1.0,
  54. "Cooked Wolf Meat": 1.0,
  55. "High Quality Metal Ore": 1000000.0,
  56. "Human Skull": 1.0,
  57. "Leather": 24000.0,
  58. "Metal Fragments": 10000.0,
  59. "Metal Ore": 20000.0,
  60. "Raw Bear Meat": 1.0,
  61. "Raw Human Meat": 1.0,
  62. "Raw Pork": 1.0,
  63. "Raw Wolf Meat": 1.0,
  64. "Spoiled Dear Meat": 1.0,
  65. "Spoiled Wolf Meat": 1.0,
  66. "Stones": 1334.0,
  67. "Sulfur Ore": 5000.0,
  68. "Wolf Skull": 1.0,
  69. "Wood": 4000.0
  70. },
  71. "MiningQuarryResourceTickRate": 30.0,
  72. "PickupResourceModifiers": {
  73. "Cloth": 10000.0,
  74. "Corn": 10.0,
  75. "Corn Clone": 10.0,
  76. "Corn Seed": 1.0,
  77. "Hemp Clone": 10.0,
  78. "Hemp Seed": 1.0,
  79. "Metal Ore": 2000.0,
  80. "Mushroom": 10.0,
  81. "Pumpkin": 10.0,
  82. "Pumpkin Plant Clone": 10.0,
  83. "Pumpkin Seed": 1.0,
  84. "Stones": 2000.0,
  85. "Sulfur Ore": 2000.0,
  86. "Wood": 2000.0
  87. },
  88. "QuarryResourceModifiers": {
  89. "High Quality Metal Ore": 240000.0,
  90. "Metal Fragments": 240000.0,
  91. "Metal Ore": 240000.0,
  92. "Stones": 240000.0,
  93. "Sulfur Ore": 240000.0
  94. },
  95. "SurveyResourceModifiers": {
  96. "High Quality Metal Ore": 1.0,
  97. "Metal Fragments": 1.0,
  98. "Metal Ore": 1.0,
  99. "Stones": 1.0,
  100. "Sulfur Ore": 1.0
  101. }
  102. },
  103. "Settings": {
  104. "ChatPrefix": "Gather Manager",
  105. "ChatPrefixColor": "#008000ff"
  106. }
  107. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement