Hi, I'm sure this has been asked before but I can't find anything.
How do you adjust the speed of rad query, like HQM mine?
How do you adjust the speed of rad query, like HQM mine?
{
"Messages":{
"Dispensers":"Resource Dispensers",
"Excavators":"Excavators",
"HelpText":"/gather - Shows you detailed gather information.",
"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>",
"HelpTextMiningQuarrySpeed":"Time between Mining Quarry gathers: {0} second(s).",
"HelpTextPlayer":"Resources gained from gathering have been scaled to the following:",
"HelpTextPlayerDefault":"Default values.",
"HelpTextPlayerGains":"Resources gained from {0}:",
"InvalidArgumentsDispenserType":"Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
"InvalidArgumentsGather":"Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
"InvalidArgumentsMiningQuarrySpeed":"Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
"InvalidDispenser":"{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
"InvalidMiningQuarrySpeed":"You can't set the speed lower than 1 second!",
"InvalidModifier":"Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
"InvalidResource":"{0} is not a valid resource. Check gather.resources for a list of available options.",
"MiningQuarries":"Mining Quarries",
"ModifyDispenser":"You have set the resource amount for {0} dispensers to x{1}",
"ModifyMiningQuarrySpeed":"The Mining Quarry will now provide resources every {0} seconds.",
"ModifyResource":"You have set the gather rate for {0} to x{1} from {2}.",
"ModifyResourceRemove":"You have reset the gather rate for {0} from {1}.",
"NotAllowed":"You don't have permission to use this command.",
"Pickups":"pickups",
"SurveyCharges":"Survey Charges"
},
"Options":{
"ExcavatorBeltSpeedMax":0.1,
"ExcavatorResourceModifiers":{
"High Quality Metal Ore":2.0,
"Metal Ore":2.0,
"Stones":2.0,
"Sulfur Ore":1.6
},
"ExcavatorResourceTickRate":3.0,
"ExcavatorTimeForFullResources":120.0,
"GatherDispenserModifiers":{
},
"GatherResourceModifiers":{
"High Quality Metal Ore":2.0,
"Metal Ore":2.0,
"Stones":2.0,
"Sulfur Ore":2.0,
"Wood":2.0,
"Human Skull":1.0,
"Mushroom":2.0
},
"MiningQuarryResourceTickRate":5.0,
"PickupResourceModifiers":{
"*":2.0
},
"QuarryResourceModifiers":{
"*":2.0
},
"SurveyResourceModifiers":{
"*":2.0
}
},
"Settings":{
"ChatPrefix":"Gather Manager",
"ChatPrefixColor":"#008000ff"
}
} It doesn't change from Vanilla as reported by several players of mine. I have everything set correctly in configuration.
{
"Messages": {
"Dispensers": "Resource Dispensers",
"Excavators": "Excavators",
"HelpText": "/gather - Shows you detailed gather information.",
"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>",
"HelpTextMiningQuarrySpeed": "Time between Mining Quarry gathers: {0} second(s).",
"HelpTextPlayer": "Resources gained from gathering have been scaled to the following:",
"HelpTextPlayerDefault": "Default values.",
"HelpTextPlayerGains": "Resources gained from {0}:",
"InvalidArgumentsDispenserType": "Invalid arguments supplied! Use dispenser.scale <dispenser:tree|ore|corpse> <multiplier>",
"InvalidArgumentsGather": "Invalid arguments supplied! Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>",
"InvalidArgumentsMiningQuarrySpeed": "Invalid arguments supplied! Use quarry.rate <time between gathers in seconds>",
"InvalidDispenser": "{0} is not a valid dispenser. Check gather.dispensers for a list of available options.",
"InvalidMiningQuarrySpeed": "You can't set the speed lower than 1 second!",
"InvalidModifier": "Invalid modifier supplied! The new modifier always needs to be bigger than 0!",
"InvalidResource": "{0} is not a valid resource. Check gather.resources for a list of available options.",
"MiningQuarries": "Mining Quarries",
"ModifyDispenser": "You have set the resource amount for {0} dispensers to x{1}",
"ModifyMiningQuarrySpeed": "The Mining Quarry will now provide resources every {0} seconds.",
"ModifyResource": "You have set the gather rate for {0} to x{1} from {2}.",
"ModifyResourceRemove": "You have reset the gather rate for {0} from {1}.",
"NotAllowed": "You don't have permission to use this command.",
"Pickups": "pickups",
"SurveyCharges": "Survey Charges"
},
"Options": {
"ExcavatorBeltSpeedMax": 0.1,
"ExcavatorResourceModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
},
"ExcavatorResourceTickRate": 3.0,
"ExcavatorTimeForFullResources": 120.0,
"GatherDispenserModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
},
"GatherResourceModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
},
"MiningQuarryResourceTickRate": 5.0,
"PickupResourceModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
},
"QuarryResourceModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
},
"SurveyResourceModifiers": {
"*": 10.0,
"Sulfur Ore": 5.0
}
},
"Settings": {
"ChatPrefix": "Gather Manager",
"ChatPrefixColor": "#008000ff"
}
}