Jump to content
Message added by Iftebinjan,

Originally developed by @Yun, now maintained by @Iftebinjan

11 Screenshots

  • 23.5k
  • 657
  • 87.26 kB

About Furnace Upgrades

Upgrades your furnaces, ovens, refinery & etc to beyond.

Addaheading(4).png.becfa224cfea59083e4568bbb593bd0b.png

  • Upgrade each attribute of your furnace;
  • Supports different oven types;
  • It is possible to define default attributes for all ovens on the server;
  • You can set a default value for all base ovens (replacing quicksmelt);
  • You can enable/disable any features you want;
  • Option to keep attributes when removing the furnace;
  • Option to auto split ores;
  • Automatic fuel calc based on the upraded oven attributes;
  • Now BBQ and Campfire can also be improved;
  • Option so that only the furnace owner can upgrade it;
  • Option so that only owner's teammates can upgrade it;
  • A new completely redesigned UI;

Addaheading(7).png.7eca73b5f2a958033c5211c04e32aabb.png

 

Quote

STACKSFIX(1).png.e8077bbdcffa18a1ea8cd63677ef6d22.png

  • If server using any stacks plugin which stacks the furnaces, make sure to set stack sizes for Furnace items to Vanilla, which will fix the stack issues. if you any problem regarding this feel free to reachout to me.
  • List of Item shortname to not stack: 
  1. furnace
  2. furnace.large
  3. electric.furnace
  4. legacyfurnace
  5. campfire
  6. bbq
  7.  small.oil.refinery

Addaheading(6).png.8b5b1997c201823ca3d2863faef7a3b5.png

  • furnaceupgrades.use - This is the unique permission. required for all players to upgrade furnaces

Addaheading(10).png.3acd469a5e8e20bda6603f53c95428c4.png

Quote

{
  "General Settings": {
    "Only the owner can upgrade the furnace": false,
    "Only teammates can upgrade the furnace": true,
    "Keep attributes when removing": true
  },
  "Currency Settings": {
    "Currency type (0 - Scrap | 1 - Economics | 2 - Server Rewards)": 0,
    "Currency item (if the currency type is '0')": {
      "Short name": "scrap",
      "Skin ID": 0
    }
  },
  "Visual Settings": {
    "Use chat messages": true,
    "Notification plugin (0 - None | 1 - Toastify | 2 - Notify)": 1,
    "Toastify notification ID": "success",
    "Notify notification type": 1,
    "Upgrade effect (empty = disabled)": "assets/bundled/prefabs/fx/build/promote_stone.prefab"
  },
  "UI Settings": {
    "Disable status panel": false,
    "Upgrade button": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "400 109.5 480 141.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Upgrade button on electric furnaces": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "492 354.5 572 386.5",
      "Background color": "0.45 0.63 0.19 1",
      "Font size": 13
    },
    "Status panel": {
      "Anchor": "0.5 0 0.5 0",
      "Offset": "193 17 420 103",
      "Background color": "0.969 0.922 0.882 0.035",
      "Font size": 12
    }
  },
  "Features Settings": {
    "Smelting speed multiplier": true,
    "Fuel speed": true,
    "Resource output multiplier": true,
    "Charcoal multiplier": true,
    "Auto split cookables": true,
    "Auto add fuel": true
  },
  "Default Settings": {
    "Smelting speed": 1.0,
    "Fuel speed": 1.0,
    "Resource output multiplier": 1.0,
    "Charcoal multiplier": 1.0
  },
  "Upgrades Settings": {
    "furnace": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "furnace.large": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "electric.furnace": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "legacyfurnace": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "campfire": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "bbq": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    },
    "small.oil.refinery": {
      "Smelting speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        },
        {
          "Cost": 200,
          "Multiplier": 3.0
        }
      ],
      "Fuel speed": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Resource output multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ],
      "Charcoal multiplier": [
        {
          "Cost": 100,
          "Multiplier": 2.0
        }
      ]
    }
  },
  "Version": {
    "Major": 2,
    "Minor": 5,
    "Patch": 0
  }
}

 

Add a heading (11).png

logo-6062235-1280-thumb-png-763f.png.b80aaaa6eaf7935101be086d9a4a6a5f.png

  • Like 3
  • Love 1

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

96.5k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.