Hi on my server this Permission 'quicksmelt.use' doesn't exist idk why but all plugins update and oxide too cant you help me please
Permission 'quicksmelt.use' doesn't existSolved
Check your oxide.logs for errors. That error would generally imply that the plugin is not loaded.
04:06 [Info] Loaded plugin Quick Smelt v5.1.2 by Iv Misticos
04:06 [Info] Permission 'quicksmelt.use' doesn't exist
04:06 [Info] Permission 'quicksmelt.use' doesn't exist
Did you change the permission name in your configuration file?
No i change nothing on .cs
WeedomanNrv
No i change nothing on .cs
I'm referring to the configuration file, not the .cs file. Could you show me your configuration file for the plugin?
{
"Permission": "quicksmelt.use",
"Use Permission": false,
"Speed Multipliers": {
"furnace": 2.0,
"furnace.large": 2.0,
"refinery_small_deployed": 2.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Speed Multipliers": {
"furnace": 2.0,
"furnace.large": 2.0,
"refinery_small_deployed": 2.0,
"campfire": 1.0,
"skull_fire_pit": 1.0,
"fireplace.deployed": 1.0,
"bbq.deployed": 1.0
},
"Fuel Usage Multipliers": {
"furnace": 1,
"furnace.large": 1,
"refinery_small_deployed": 1,
"campfire": 1,
"skull_fire_pit": 1,
"fireplace.deployed": 1,
"bbq.deployed": 1
},
"Output Multipliers": {
"furnace": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"furnace.large": {
"metal.fragments": 1.0,
"sulfur": 1.0,
"metal.refined": 1.0,
"charcoal": 1.0
},
"refinery_small_deployed": {
"lowgradefuel": 1.0,
"charcoal": 1.0
},
"campfire": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"skull_fire_pit": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"fireplace.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
},
"bbq.deployed": {
"bearmeat.cooked": 1.0,
"chicken.cooked": 1.0,
"deermeat.cooked": 1.0,
"fish.cooked": 1.0,
"horsemeat.cooked": 1.0,
"humanmeat.cooked": 1.0,
"meat.pork.cooked": 1.0,
"wolfmeat.cooked": 1.0,
"charcoal": 1.0
}
},
"Whitelist": {
"furnace": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"furnace.large": [
"metal.ore",
"sulfur.ore",
"hq.metal.ore",
"can.tuna.empty",
"can.beans.empty"
],
"small.oil.refinery": [
"crude.oil"
],
"campfire": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"skull_fire_pit": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"fireplace.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
],
"bbq.deployed": [
"bearmeat",
"chicken.raw",
"deermeat.raw",
"fish.raw",
"horsemeat.raw",
"humanmeat.raw",
"meat.boar",
"wolfmeat.raw",
"can.tuna.empty",
"can.beans.empty"
]
},
"Blacklist": {
"global": [
"bearmeat.cooked",
"chicken.cooked",
"deermeat.cooked",
"fish.cooked",
"horsemeat.cooked",
"humanmeat.cooked",
"meat.pork.cooked",
"wolfmeat.cooked"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1
},
"Debug": false
} Set "Use Permission" to true and reload the plugin.
Same
05:06 [Info] Loaded plugin Quick Smelt v5.1.2 by Iv Misticos
05:06 [Info] Permission 'quicksmelt.use' doesn't exist
05:06 [Info] Loaded plugin Quick Smelt v5.1.2 by Iv Misticos
05:06 [Info] Permission 'quicksmelt.use' doesn't exist
Does it exist after you do a server restart?
oxide.reload QuickSmelt
Right, but have you checked the permission after a server restart, not with hotloading?
On server.cfg file oxide.grant group default quicksmelt.use
Ahh, don't do that... the permission commands should not be granted each server start, and those will be ran before the permission is registered.
Just run the command ONCE in your server console or RCON and save with "save"; done.
Just run the command ONCE in your server console or RCON and save with "save"; done.
Thx a lot its working
Locked automatically