ok i tried default setting and still same thing. the numbers are lower but still pretty high. what can i do if its my server?
QuickSmelt
Moved
Total Downloads: 57,443 - First Release: May 27, 2015 - Last Update: Jun 13, 2018
- 5/5, 106 likes
-
Wulf Community Admin
-
-
Hi.
Sorry to ask but can you guide me with the config.
If I want everything like vanilla except the speed of smelt to 1.5x instead of 1x how would you set the config up I post below ?
Thx.
Code:{ "ChancePerConsumption": 0.5, "CharcoalChanceModifier": 1.5, "CharcoalProductionModifier": 1.0, "DontOvercookMeat": true, "ProductionModifier": 1.0, "UsePermissions": false }
-
Wulf Community Admin
-
Thx Wulf but I don't agree.
It is said in the overview : The default values in the config offer roughly 2x production
So if I want to make everything like vanilla except the speed ( to be at 1.5x instead of 2x which would be defaut value with this plugin I would have to diminish everything no ? ( based on what you answered me page 11))
"ChancePerConsumption": 0.5, BECOMES 0.25
"CharcoalChanceModifier": 1.5, BECOMES 1.25
"CharcoalProductionModifier": 1.0, BECOMES 0.75
"DontOvercookMeat": true,
"ProductionModifier": 1.0, BECOMES 0.75
"UsePermissions": false
Thanks for help.Last edited by a moderator: Jun 19, 2016 -
hi i was just wondering how to actully make the smelting faster i dont want to change anything what do i change inside the config
-
hey guys just letting u now I just had this come up in panel
(16:54:09) | [Oxide] 16:52 [Warning] Calling 'OnConsumeFuel' on 'QuickSmelt v1.2.0' took 204ms -
Wulf Community Admin
-
so how do I fix it
-
is there any commands to the plugin?
-
Wulf Community Admin
-
Bug: In Every plugin reload turns UsePermissions to false again.
Solution: In line 20 change the code
bool UsePermissions => GetConfig("UsePermission", false);
to
bool UsePermissions => GetConfig("UsePermissions", false); -
Wulf Community Admin
-
ex:
Players with privilege: "You are using quicksmelt in this furnace"
Players withot privilege: "You are not using quicksmelt in this furnace" -
Wulf Community Admin
-
Wulf Community Admin
Wulf updated QuickSmelt with a new update entry:
1.2.1
-
Code:
[07/07/2016 22:01:00] [Oxide] 22:00 [Error] Error while compiling QuickSmelt.cs(100,52): error CS1061: Type `Item' does not contain a definition for `IsBlueprint' and no extension method `IsBlueprint' of type `Item' could be found. Are you missing an assembly reference?
-
-
[07/07/2016 13:22:48] [Oxide] 13:22 [Error] Error while compiling QuickSmelt.cs(100,52): error CS1061: Type `Item' does not contain a definition for `IsBlueprint' and no extension method `IsBlueprint' of type `Item' could be found. Are you missing an assembly reference?
Error Log from XP Update