SapnuPuas
alow players with Permission to use furnaces and oil refineries without the need of wood

Supported Games
GameServerKingsGameServerKings

Features

  • Now you have the ability to create as many permissons/groups in the config as you like
  • Now you have the ability to add or remove base oves for each group in the config
  • Each permission / group can have differnt smelting speeds or the option of using no wood/fuel
  • Not really a feature but a player can only have 1 Permission granted to them at a time , this will change in the future

Config options explained

  • If you are creating a new group in the config the name MUST start with NoVood. and then the name after the .

  • so as an example NoVood.test woud create a premission group called NoVood.test

  • Uses no fuel , if set to true the base oven will have the ability to process raw resource without the need of fuel/wood

  • Require raw resources to start when using no fuel ?": if set to true the base ovens will need raw resource before it will start. if false the ovens will be able to turn on without anything inside, but only if the the use no fuel option is also true

  • Quicksmelt speed (1 is default speed)": the higher you set this the faster the ovens will process

Configuration

"Permissions": {
    "NoVood.vip": {
      "base oven short prefab name and settings": {
        "furnace": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 3
        },
        "furnace.large": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 3
        },
        "refinery_small_deployed": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 3
        }
      }
    },
    "NoVood.vip  ": {
      "base oven short prefab name and settings": {
        "furnace": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 5
        },
        "furnace.large": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 5
        },
        "refinery_small_deployed": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 5
        },
        "bbq.deployed": {
          "Uses no fuel ?": false,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 5
        }
      }
    },
    "NoVood.vip    ": {
      "base oven short prefab name and settings": {
        "furnace": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 10
        },
        "furnace.large": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 10
        },
        "refinery_small_deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 10
        },
        "bbq.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": true,
          "Quicksmelt speed (1 is default speed)": 10
        },
        "carvable.pumpkin": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "chineselantern.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "jackolantern.angry": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "jackolantern.happy": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "lantern.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "tunalight.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "campfire": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "fireplace.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "hobobarrel.deployed": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        },
        "skull_fire_pit": {
          "Uses no fuel ?": true,
          "Require raw resources to start when using no fuel ?": false,
          "Quicksmelt speed (1 is default speed)": 1
        }
      }
    }
  },
  "Allowed Resources (Item Shortnames) items must be in this list to use without wood": [
    "metal.ore",
    "hq.metal.ore",
    "sulfur.ore",
    "crude.oil",
    "bearmeat",
    "chicken.raw",
    "horsemeat.raw",
    "meat.boar",
    "wolfmeat.raw",
    "deermeat.raw",
    "fish.raw",
    "humanmeat.raw"
  ]
MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.