I purchased this mod and am trying to adjust speed and it is changed in the config file and we've restarted the server and it still does not apply changes. I am pasting my config in as well because everything is set right and its not working. Is there a command that needs to be run to grant permissions so this works for default players?
{
"Avaliable entities [shortprefabname - name]": {
"furnace": "Furnace",
"furnace.large": "Large Furnace",
"electricfurnace.deployed": "Electric Furnace",
"refinery_small_deployed": "Refinery",
"campfire": "Campfire",
"bbq.deployed": "Barbeque",
"hobobarrel.deployed": "Hobobarrel",
"fireplace.deployed": "Fireplace"
},
"Oven setup for players [static - for ovens without owner id | don't grant this permission to a player]": {
"setupfurnaces.static": {
"furnace": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"furnace.large": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"electricfurnace.deployed": {
"Quick smelt multiplier": 3.0,
"Output multiplier": 3.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"refinery_small_deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"campfire": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"bbq.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"hobobarrel.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
},
"fireplace.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": false,
"Cook without fuel": false
}
},
"setupfurnaces.default": {
"furnace": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"furnace.large": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"electricfurnace.deployed": {
"Quick smelt multiplier": 3.0,
"Output multiplier": 3.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"refinery_small_deployed": {
"Quick smelt multiplier": 3.0,
"Output multiplier": 3.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"campfire": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"bbq.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
},
"hobobarrel.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"fireplace.deployed": {
"Quick smelt multiplier": 1.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": false
}
},
"setupfurnaces.vip": {
"furnace": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"furnace.large": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"electricfurnace.deployed": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"refinery_small_deployed": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"campfire": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"bbq.deployed": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"hobobarrel.deployed": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
},
"fireplace.deployed": {
"Quick smelt multiplier": 4.0,
"Output multiplier": 1.0,
"Fuel consume multiplier": 1.0,
"Reorganize items": true,
"Cook without fuel": true
}
}
}
}