Are there any plans on letting you decrease the resources gained? I am looking to do that on my server and am not sure the way to do it?
GatherManager
Moved
Total Downloads: 59,074 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
Ok i looked through all 102 pages and cannot find a way to increase amount of oil from pumpjacks.
Am i missing something ?
Also it mentions chat commands in description but does not list the command to show what gather is set to. -
[DOUBLEPOST=1506617831][/DOUBLEPOST]
They are not chat commands, they are console commands.
There's no command to check what your server rates are, however you can check them in the plugins config file. -
No Command refers to oil. i just went over the Overview again and nothing.
As to comment (" There's no command to check what your server rates are, however you can check them in the plugins config file.")
The Overview states " Besides the console command there is a single chat command that allows for players to see all the current settings and will also show the admins which commands are available.".
Does not say what that command is.
I have my server gather rates all set, i just lack oil and can find no way to set it.
Nothing in the config file and nothing in console commands for oil. -
As to the chat command, I was mistaken. You can use /gather in-game. -
I would check it but latest update broke Oxide.
-
-
nothing i can do till the server owners update the links for oxide updates.
-
How would i change how much cloth i get per hemp plant?
-
Alright so i downloaded the mod put it in my plugins and everything, works like a dream. But question: Is there any command or way to mass make everything x5 or times whatever or do i have to individually command every resource dispenser to x5?
Edit: I read a bit more on the mod page and i'm pretty sure doing the 4 dispenser.rate's will make everything i need x5, if there is something i'm missing tell me please.
Edit2: So I read even more and ya boi big retard saw the red text, even though that's what i should have read first. -
Im trying to get my code to work so i have the ore yielding thingy set to ten but it doesnt work, i reloaded and restarted the server but nothin
-
[DOUBLEPOST=1506897589][/DOUBLEPOST]
[DOUBLEPOST=1506897607][/DOUBLEPOST]
[DOUBLEPOST=1506897621][/DOUBLEPOST] -
I cannot get this to work for the life of me, Whenever i hit trees with anything other then a rock i always get mixed numbers can anyone help me with setting this up for my server?
-
Im having problems myself with adding the rates. Both "invalid modifier supplied" The new modifier always needs to be bigger than 0" it says in console ingame. ..
-
-
Hello forum people, I got problem with high quality metal ore rates, on settings it is set as x5 but you only get 2 hqm. Triple checked my settings, dont know whats happened. Ideas ?
-
-
-
Code:
{ "Messages": { "Dispensers": "Resource Dispensers", "HelpText": "/gather - Shows you detailed gather information.", "HelpTextAdmin": "To change the resources gained by gathering use the command:\ngather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier>\nTo change the amount of resources in a dispenser type use the command:\ndispenser.scale <dispenser:tree|ore|corpse> <multiplier>\nTo change the time between Mining Quarry gathers:\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": { "GatherDispenserModifiers": {}, "GatherResourceModifiers": { "Wood": 5.0, "Stones": 5.0, "Metal Ore": 5.0, "Sulfur Ore": 5.0, "High Quality Metal Ore": 5.0, "Cloth": 5.0, "Leather": 5.0, "Bone Fragments": 5.0, "Animal Fat": 5.0 }, "MiningQuarryResourceTickRate": 5.0, "PickupResourceModifiers": { "Cloth": 5.0, "Metal Ore": 5.0, "Stones": 5.0, "Sulfur Ore": 5.0, "Wood": 5.0 }, "QuarryResourceModifiers": { "High Quality Metal Ore": 5.0, "Metal Fragments": 5.0, "Metal Ore": 5.0, "Stones": 5.0, "Sulfur Ore": 5.0 }, "SurveyResourceModifiers": { "High Quality Metal Ore": 5.0, "Metal Fragments": 5.0, "Metal Ore": 5.0, "Stones": 5.0, "Sulfur Ore": 5.0 } }, "Settings": { "ChatPrefix": "Gather Manager", "ChatPrefixColor": "#008000ff" } }