so that's why it didnt work on first try.. hahahahaha i thought that's a multiplier lmao
GatherControl
Moved
Total Downloads: 4,770 - First Release: May 20, 2017 - Last Update: Feb 24, 2018
- 5/5, 26 likes
-
does this plugin actually do anything - take a look at my config and compare it when i show stats
Code:{ "BannerColor": "Blue", "DayRateMultCropGather": 1.0, "DayRateMultPickup": 1.0, "DayRateMultQuarry": 1.0, "DayRateMultResource": 1.0, "DayRateMultResourceBonus": 1.0, "DayRateMultResourceHQM": 1.0, "DayRateMultStaticQuarry": 1.0, "NightRateMultCropGather": 3.0, "NightRateMultPickup": 3.0, "NightRateMultQuarry": 3.0, "NightRateMultResource": 3.0, "NightRateMultResourceBonus": 3.0, "NightRateMultResourceHQM": 3.0, "NightRateMultStaticQuarry": 3.0, "Sunrise": 6.0, "Sunset": 20.0, "TextColor": "Yellow", "UseGUIAnnouncements": true, "UseMessageBroadcast": false, "UseZeroIndexForDefaultGroup": true }
yet it shows as 2 for day and 3 for night
Ive already done oxide.reload GatherControl
> oxide.reload GatherControl
Unloaded plugin GatherControl v1.5.1 by CaseMan
Loaded plugin GatherControl v1.5.1 by CaseManAttached Files:
-
-
-
that works
-
when it comes to setting permissions i have no clue .
Does anyone have a config that has a couple of different groups in it so i can config my Default or Vips to have different Gather rates.
Code:{ "PermissionsGroups": { "0": { "DayRateMultQuarry": 1.0, "DayRateMultPickup": 1.0, "DayRateMultResource": 1.0, "DayRateMultResourceBonus": 1.0, "DayRateMultResourceHQM": 1.0, "DayRateMultCropGather": 1.0, "NightRateMultQuarry": 3.0, "NightRateMultPickup": 3.0, "NightRateMultResource": 3.0, "NightRateMultResourceBonus": 3.0, "NightRateMultResourceHQM": 3.0, "NightRateMultCropGather": 3.0, "CustomRateMultQuarry": {}, "CustomRateMultPickup": {}, "CustomRateMultResource": {}, "CustomRateMultResourceBonus": {}, "CustomRateMultCropGather": {}, "PermGroup": "gathercontrol.default" } } }
-
Code:
{ "PermissionsGroups": { "0": { "DayRateMultQuarry": 5.0, "DayRateMultPickup": 5.0, "DayRateMultResource": 5.0, "DayRateMultResourceBonus": 5.0, "DayRateMultResourceHQM": 5.0, "DayRateMultCropGather": 5.0, "NightRateMultQuarry": 10.0, "NightRateMultPickup": 10.0, "NightRateMultResource": 10.0, "NightRateMultResourceBonus": 10.0, "NightRateMultResourceHQM": 10.0, "NightRateMultCropGather": 10.0, "CustomRateMultQuarry": {}, "CustomRateMultPickup": { "seed.hemp": "1/1", "seed.pumpkin": "1/1", "seed.corn": "1/1" }, "CustomRateMultResource": {}, "CustomRateMultResourceBonus": {}, "CustomRateMultCropGather": {}, "PermGroup": "gathercontrol.default" }, "1": { "DayRateMultQuarry": 6.0, "DayRateMultPickup": 6.0, "DayRateMultResource": 6.0, "DayRateMultResourceBonus": 6.0, "DayRateMultResourceHQM": 6.0, "DayRateMultCropGather": 6.0, "NightRateMultQuarry": 12.0, "NightRateMultPickup": 12.0, "NightRateMultResource": 12.0, "NightRateMultResourceBonus": 12.0, "NightRateMultResourceHQM": 12.0, "NightRateMultCropGather": 12.0, "CustomRateMultQuarry": {}, "CustomRateMultPickup": { "seed.hemp": "1/1", "seed.pumpkin": "1/1", "seed.corn": "1/1" }, "CustomRateMultResource": {}, "CustomRateMultResourceBonus": {}, "CustomRateMultCropGather": {}, "PermGroup": "gathercontrol.vip" } } }
-
thanks prymary
-
@CaseMan If I want to force just one Skull from a player would I set this in data:
Code:"CustomRateMultResource": { "skull.human": "1/1" },
-
-
OK so which custom rate would I set that in?
Code:"CustomRateMultPickup": { <---- This one "seed.hemp": "1/1", "seed.pumpkin": "1/1", "seed.corn": "1/1" }, "CustomRateMultResource": { <---- Or this one "skull.human": "1/1" },
-
-
Yeah you get them with a bone knife or axe etc.. Thank you bro, much appreciated.
-
CaseMan updated Gather Control with a new update entry:
1.5.2
-
How can i change the rate of dropping scrap from barrels and recycler?
-
-
Trying to up the output of the HQM Quarry, I set the rate in the config file but that boosts the sulfur and stone quarries as well. Am I missing something? as far as the quarry setting in the data file, since the quarries are now stationary on the maps how does it know who to bump up production for?
-
I'm trying to up the output on the HQM quarry only, when I set the config setting up to the output I want for it, it is also upping the output of the stone and sulfur quarries as well which I don't want