1. Sorry for my poorly language, but i dont't speak english really good, i need to know

    It's possible do fastest furnaces?

    If it's possible can you explain me how?

    Thanks a lot for your help
     
  2. Hi is there any way of speeding up melting times in furnaces.
     
  3. FROM: Hunt RPG Plugin
    • Blacksmith - Increases the melting rate, every time a furnace fuel is consumed your furnace got a chance to produce X more result (Ex: metal frag). The x depends on skill level as well as the chance %.
     
  4. Have a configurable option to how many resources can be smelted at once.

    The reason this is needed is because for one the furnaces are lag factories and two when you have the gather rate increased, then it would be nice to smelt all of that ore a little bit quicker as well

    I haven't seen this request in a long time, and I feel the desperate need for this to happen. I am aware there is a plugin called HuntRPG that has a feature that utilizes this concept although our server is heavy on PVP and also has a instacraft plugin as well as gather rate modifier plugin installed which makes everything else in HuntRPG plugin redundant. Also everybody hates it when a bolt action rifle to the head is dodged, and there is no way around that with HuntRPG.
     
  5. CHR

    CHR

    That would be an awesome shit. U are talking about the factor that's need to produce.

    On iron ore we got 5 wood each ore and on sulfur we got 2.5 wood each ore.
    [DOUBLEPOST=1431245404][/DOUBLEPOST]Reduce this by 50 % means faster furnances. Surly this does reduce lags cuz they can't use so much furnances
    [DOUBLEPOST=1431250712][/DOUBLEPOST]I forgot this dosnt Change anything ... maths broken!
     
  6. When you use ItemConfig try out following:
    find item_name_metal_ore :

    Code:
         "displayName": {
            "english": "Metal Ore",
            "token": "item_name_metal_ore",
            "translated": "Metal Ore"
          },
          "itemid": -1057903190.0,
          "modules": [
            {
              "amountOfBecome": 1.0,
              "becomeOnCooked": {
                "itemid": -351194901.0,
                "shortname": "metal_fragments"
              },
              "cookTime": 10.0,      // Change this value lower if you want cooking faster! When u put it to 5 it will cook double fastness.
              "highTemp": 1200.0,
              "lowTemp": 800.0,
              "setCookingFlag": false,
              "type": "ItemModCookable"
            }
          ],
          "rarity": "None",
          "shortname": "metal_ore",
          "stackable": 100000.0
        },
        {
          "category": "Attire",
          "condition": {
            "enabled": false,
            "max": 0.0,
            "repairable": false
     
  7. Is there a way to make my furnaces go faster? They are very slow and i have alot of people complainging about how long it takes for 1 meatal fragment.
     
  8. I need a plugin make Furnace fast , not use Blacksmith of plugin Hunt RPG

    Need help ?
     
  9. How to use it ?
     
  10. The Overview says.. I never used this plugin.