The only settings I'm trying to change are as follows and nothing is working. The oddest things I get are 0 errors but it doesn't do anything https://gyazo.com/9bf15456adbd5f9faafb2794ba5f7940
Not workingNot An Issue
uh? you are changing the plugin code and not actually adjusting the config like you should be. also not very clear what you are trying to do actually
I am trying to change the smelting rate the last lines of code you see is what I'm trying to change but it's not working.
You should be changing the configuration under /oxide/config, not the .cs file - never ever change these unless you know what you are doing.
got it thank you
helo im have this configuration no work :(
{
"Use Permission" : false ,
"Speed Multipliers" : {
"global" : 1.0 ,
"furnace.large" : 10.0 ,
"furnace" : 5.0 ,
"small.oil.refinery" : 50.0 ,
"campfire" : 1.0
} ,
"Multiplicadores de velocidade de uso de combustível" : {
"global" : 10.0 ,
"furnace.shortname" : 1.0
} ,
"Multiplicadores de uso de combustível" : {
"global" : 1,
"fornace.shortname" : 1
} ,
"Multiplicadores de saída" : {
"global" : {
"global" : 1.0
} ,
"fornace.shortname" : {
"item.shortname" : 1.0
}
} ,
"Lista de permissões" : {
"global" : [
"item.shortname"
] ,
"fornace.shortname" : [
"item.shortname"
]
} ,
"Blacklist" : {
"global" : [
"campfire"
] ,
"furnace.shortname" : [
"item.shortname"
]
} ,
"Frequências de fundição (Itens de fundição a cada N tiques de fundição)" : {
"global" : 1 ,
"furnace.shortname" : 1
} ,
" Depurar" : false well if you translate half the configuration it wont work
Locked automatically