QuickSmelt

Moved

Total Downloads: 57,443 - First Release: May 27, 2015 - Last Update: Jun 13, 2018

5/5, 106 likes
  1. 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?
     
  2. Wulf

    Wulf Community Admin

    What are your server's specs?
     
  3. i purchased it from gameservers.com.
     
  4. 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
    }
     
  5. Wulf

    Wulf Community Admin

    Set ProductionModifier to 1.5 I believe.
     
  6. 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
  7. 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
     
  8. 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
     
  9. Wulf

    Wulf Community Admin

    That is caused by server performance, not the plugin.
     
  10. so how do I fix it
     
  11. is there any commands to the plugin?
     
  12. Wulf

    Wulf Community Admin

    Either ignore it else figure out why the server is performing slowly. It is just a warning that meant it took longer than expected.

    Everything the plugin has is listed on the Overview.
     
  13. 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);
     
  14. Wulf

    Wulf Community Admin

    Thanks, fixed locally. :)
     
  15. I would to put a chat message when a player has privileges and turn furnace on! Could help?

    ex:
    Players with privilege: "You are using quicksmelt in this furnace"
    Players withot privilege: "You are not using quicksmelt in this furnace"
     
  16. Wulf

    Wulf Community Admin

    That may be possible.
     
  17. Wulf

    Wulf Community Admin

    Wulf updated QuickSmelt with a new update entry:

    1.2.1

     
  18. 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?
     
  19. Use new version ^
     
  20. [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