
No Fuel Requirements
Allows you to choose which deployables do not use fuel
Total Downloads: 6,429 - First Release: Jun 26, 2015 - Last Update: Dec 16, 2017
- 5/5, 13 likes
-
Any chance to get this integrated into ZoneManager? IE one zone consumes fuel for a specific item while another zone doesn't?
-
Please update permissions page with the following correction:
nofuelrequirements.lantern - (04:09:09) | Permission 'nofuelrequirements.lantern' doesn't exist
nofuelrequirements.lanterns - (04:09:28) | Group 'admin' granted permission 'nofuelrequirements.lanterns' -
Is this Plugin Still working? It seems no matter what I've tried for values in the .json file I am not having any luck. (Attempting to only allow TunaLight and CeilingLights, and Fireplace for Everyone.)
Code:{ "Entities that ignore fuel consumption": { "Campfire": false, "CandleHat": false, "CeilingLight": true, "Firepit": false, "Fireplace": true, "Furnace": false, "Lanterns": true, "LargeFurnace": false, "MinersHat": false, "OilRefinery": false, "Quarry": false, "TunaLight": true, "Searchlight": false }, "Require permission to ignore fuel consumption": false, "Version": { "Major": 1, "Minor": 3, "Patch": 6 } }
Any help would be greatly appreciated! Thanks! -
-
... the Permissions not longer (well) working:
What are the permissions of this plugin for a sense, even if users without permissions to use the features?
Example: i add permission to admin
oxide.grant group admin nofuelrequirements.largefurnace,
but all user can use itsame problem with ALL permissions !
-
Please add the Chainsaw.
-
Hello, plugin is broken, possible to get a fix please?
-
-
-
-
no permission and fuel is used.. i can't set permission
Code:oxide.grant group admin nofuelrequirements.campfire Permission 'nofuelrequirements.campfire' doesn't exist
-
-
BUG: oxide.grant group owner nofuelrequirements.lantern not working !
Message: Permission 'nofuelrequirements.lantern' doesn't exist -
-
-
Hey guys! Give this a shot! I got mine working with this, So the only thing you need to change if you want stuff changed is in the Config folder >NoFuelrequirements.json file!
Just set UsePermissions = true to whatever you want to not eat Fuel and give the groups the corresponding permissions. I have laid out the permissions below for your convenience.
Permissions:
Campfires - nofuelrequirements.campfire
CandleHat - nofuelrequirements.candlehat
CeilingLight - nofuelrequirements.ceilinglight
Furnace - nofuelrequirements.furnace
Lanterns - nofuelrequirements.lanterns
LargeFurnace - nofuelrequirements.largefurnace
MinersHat - nofuelrequirements.minershat
OilRefinery - nofuelrequirements.oilrefinery
Quarry - nofuelrequirements.quarry
Searchlight - nofuelrequirements.searchlight
TunaLight - nofuelrequirements.tunalight
BBQ - nofuelrequirements.bbq
Example Console Command:
oxide.grant group admin nofuelrequirements.minershat (would allow Admins to use just 1 low grade fuel for miners hats).
o.grant group default nofuelrequirements.tunalight (Would allow default group to use just 1 low grade fuel for all inside tuna light lamps)
So whatever you have set to True in your Config, just make sure you also give the set permissions as well and you should be good! Feel free to reply/message me if you have other questions!Last edited by a moderator: Mar 6, 2018 -
... why u make this update / work ?
the plugin is working well, it has only in permissions - description a mistake:
WRONG: Lanterns - nofuelrequirements.lantern
RIGHT: Lanterns - nofuelrequirements.lanterns
and u make in your permissions - description same mistake
and u forget BBQ - nofuelrequirements.bbq
thats all, but thanks a lotLast edited by a moderator: Mar 6, 2018 -
Oops just updated my comment ^
-