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
  1. How do I make it to where only admins have no fuel consumption?
     
  2. Any chance to get this integrated into ZoneManager? IE one zone consumes fuel for a specific item while another zone doesn't?
     
  3. 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'
     
  4. 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
      }
    }
    Here is what I have that doesn't seem to be working. I have also tried a reload.
    Any help would be greatly appreciated! Thanks!
     
  5. Update: I got it working.
     
  6. ... 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 it;) same problem with ALL permissions !
     
  7. Please add the Chainsaw.
     
  8. Hello, plugin is broken, possible to get a fix please?
     
  9. ...this will be great and Fix the Permissions please, because all Player without Permissions can use it ;)
     
  10. not for me...
     
  11. ... what is NOT FOR YOU ?
     
  12. no permission and fuel is used.. i can't set permission
    Code:
    oxide.grant group admin nofuelrequirements.campfire
    Permission 'nofuelrequirements.campfire' doesn't exist
     
  13. How did you get it to work? I got this exclusively for the Search Light and it doesn't seem to work at all.
     
  14. BUG: oxide.grant group owner nofuelrequirements.lantern not working !
    Message: Permission 'nofuelrequirements.lantern' doesn't exist
     
  15. Altered it quite a bit. I can send it but will be a few days before I have access to my server to send!
     
  16. I would appreciate that very much if you were able to help out even if it took a few days. :)
     
  17. Sure thing! No problem!

    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
  18. ... 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 lot :)
     
    Last edited by a moderator: Mar 6, 2018
  19. Did you get it working!? :) Oops just updated my comment ^
     
  20. ... it works well, with normal version and ure works ;)