Guest User

Untitled

a guest
Oct 23rd, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. {
  2. "Messages": {
  3. "Dispensers": "Resource Dispensers",
  4. "HelpText": "/gather - Shows you detailed gather information.",
  5. "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>",
  6. "HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
  7. "HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
  8. "HelpTextPlayerDefault": "Default values.",
  9. "HelpTextPlayerGains": "Resources gained from {0}:",
  10. "InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
  11. "InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
  12. "InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
  13. "InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
  14. "InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
  15. "InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
  16. "InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.",
  17. "MiningQuarries": "Mining Quarries",
  18. "ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}",
  19. "ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
  20. "ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
  21. "ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
  22. "NotAllowed": "You don't have permission to use this command.",
  23. "Pickups": "pickups",
  24. "SurveyCharges": "Survey Charges"
  25. },
  26. "Options": {
  27. "GatherDispenserModifiers": {},
  28. "GatherResourceModifiers": {},
  29. "MiningQuarryResourceTickRate": 5.0,
  30. "PickupResourceModifiers": {},
  31. "QuarryResourceModifiers": {},
  32. "SurveyResourceModifiers": {}
  33. },
  34. "Settings": {
  35. "ChatPrefix": "Gather Manager",
  36. "ChatPrefixColor": "#008000ff"
  37. }
  38. }
Add Comment
Please, Sign In to add comment