i have increased the amout of wood gained each ht but now a tree only takes five hits is there a way to get it back to normal?
GatherManager
Moved
Total Downloads: 59,075 - First Release: Oct 23, 2014 - Last Update: Aug 27, 2017
- 4.93893/5, 131 likes
-
-
Whats the command for cactus?. They are endless.. You can keep hitting it it wont disappear-
-
-
gather.rate dispenser cactusflesh doesnt work
-
Not working on the new update March 16.
Edit... It is ok.. just needed to delete de json fileLast edited by a moderator: Mar 16, 2017 -
Mine isn't working.. I deleted the json file and restarted.. no dice. It's not making a new json file. I'll have to look at the logs.
Edit:>> Had some issue from the game server company.. It was reading plugin configs from the wrong directory.Last edited by a moderator: Mar 17, 2017 -
why dosent it work after the update? :/
-
Where do we find a list of all the different dispenser types we can modify? Google doesn't find anything and I'm trying to increase the amount of High Quality Metal Ore.
-
gather.rate dispenser "High Quality Metal Ore" 4
Use gather.rate <type:dispenser|pickup|quarry|survey> <resource> <multiplier> -
remove the plugin completely
then reinstall it and restart
[DOUBLEPOST=1489840177][/DOUBLEPOST]
dispenser.scale tree 3 -
Hallo Wie bekomme ich die Sammelrate von Sulphur Rich Rock und Metal Rich Rock
Zunahme lg -
Hey guys since i installed this plugin on my server i keep getting this error in my server console ArgumentException: Value does not fall within the expected range.
-
is there any way to x10 the Pump Jack and the in game pump jack only?
-
-
hello guys i need this plugin and a big info anyone have x5 gather config for me for all ressources
? <3
high -
Code:
"Options": { "GatherDispenserModifiers": {}, "GatherResourceModifiers": { "Animal Fat": 5.0, "Bear Meat": 5.0, "Bone Fragments": 5.0, "Cloth": 5.0, "High Quality Metal Ore": 5.0, "Leather": 5.0, "Metal Ore": 5.0, "Pork": 5.0, "Raw Chicken Breast": 5.0, "Raw Human Meat": 5.0, "Raw Wolf Meat": 5.0, "Stones": 5.0, "Sulfur": 5.0, "Sulfur Ore": 5.0, "Wood": 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 } },
-
awesome thanks alot buddy
high -
i want everything 2.5x how do i do it
edit: im fucking blind sorryLast edited by a moderator: Mar 23, 2017 -
private void OnMiningQuarryEnabled(MiningQuarry quarry)
should be:
private void OnQuarryEnabled(MiningQuarry quarry)