I have bought a server off of gameserverkings.com I am trying to use the quick smelt but it is not working! I have legit tried everything I can think of for this plugin to work. Please help!
Can't get plugin to work
What is your configuration? How does it not work?
Make sure you give permissions to everyone.
o.grant group default quicksmelt.use
o.grant group default quicksmelt.use
I have granted permission to everyone and it still is not working.
This is what the first set looks like.
[JsonProperty(PropertyName = "Use Permission")]
public bool UsePermission = false;
[JsonProperty(PropertyName = "Speed Multipliers", ObjectCreationHandling = ObjectCreationHandling.Replace)]
public Dictionary<string, float> SpeedMultipliers = new Dictionary<string, float>
{
{"global", 10.0f},
{"furnace", 10.0f}
Don't edit .cs
Merged post
Configuration is in /config not /plugins folder :P
Merged post
Configuration is in /config not /plugins folder :P
Wow... I am a fucking idiot... Thanks!!
Merged post
So I am doing it from the config file and still nothing...
Merged post
So I am doing it from the config file and still nothing...
Did you install it again ? ( because you messed up the first)
Did you reload the plugin after editing the config file ? o.reload QuickSmelt ( Make sure use caps where needed)
Make sure to install a rcon tool like Rustadmin, it's free and it give you a error chatfile in log so you can see what's wrong.
Did you reload the plugin after editing the config file ? o.reload QuickSmelt ( Make sure use caps where needed)
Make sure to install a rcon tool like Rustadmin, it's free and it give you a error chatfile in log so you can see what's wrong.
I seem to be running into the same issue. Have deleted the config and plugin files, reinstalled and changed multipliers and no changes seen in game for me. When I check my oxide log it gives me :
Failed to load config file (is the config file corrupt?) (Invalid character after parsing property name. Expected ':' but got: m. Path '['Output Multipliers'].furnace', line 20, position 7.)
I deleted both files, reinstalled, only changed one modifier to make furnace x10 for a test and still got the same error message in the Oxide log
Send the configuration file, I do not see it yet.