SuperSmelter
Super charge your furnaces to produce more ingots, use less fuel, and more!

Smelt Ingots and other items more efficiently so you double your output!

SuperSmelter allows for up to three different smelters, below are the default recipes (2.1 will allow the recipes to be changed) to craft them, and their default use. All smelters can have their name's and settings changed to whatever you want.
Production Furnace

This burns fuel twice as fast, which isn't good for most items, but in trade it doubles the output of stone, iron and gold Ingots.
Charcoal Oven

This smelter burns fuel slower, making all fuel last twice as long, perfect for converting logs to charcoal, or general furnace use.
Power Furnace

This smelter burns fuel at the normal speed, but doubles the output of iron and gold ingots.
Settings in the config.yml
The names of the smelters, displayed as the description of a smelter, under the name SuperSmelter.
Name: SMELTER1: Production Furnace SMELTER2: Charcoal Oven SMELTER3: Power Furnace
The amount of extra fuel burned (wood, coal, charcoal, etc.) is called the Fuel Multiplier, so if it is set to 2, then the item being used will burn twice as fast, meaning it only lasts half as long as normal. Set it to .5 and the fuel will burn at 1/2 the burn speed, this works well if you just want to create more efficient furnaces.
Fuel: MULTIPLIER1: 2.0 MULTIPLIER2: 0.5 MULTIPLIER3: 1.0
If you want the SuperSmelter to double your output of smelted items from your Smelt List then set the Output Double Setting to true.
Output: DOUBLE1: true DOUBLE2: false DOUBLE3: true
The items you want to be smelted are listed in the Smelt List, the defaults are IRON_INGOT, GOLD_INGOT, and STONE. Any item that can be cooked in a furnace will be cooked in a SuperSmelter but If you place an item that can be smelted in a SuperSmelter and it's not in the Smelt List, it will not produce extra items even if the output double is set, but it will burn the fuel as set in the Fuel Multiplier. In the future this will work with other settings to restrict and control smelters even more than the current version.
Smelt1: IRON_INGOT GOLD_INGOT STONE Smelt2: CHARCOAL Smelt3: IRON_INGOT GOLD_INGOT
The optional economy allows for frame shops. Here are the default prices for each smelter type, so change them if you will be using frame shops. For more information about frame shops and economy support please read the section below called "Optional Economy"
Price: SMELTER1: 1 SMELTER2: 1 SMELTER3: 1
Installing SuperSmelter
1) Add SuperSmelter to your plugins folder, start your server or /reload your plugins
2) Edit the config.yml file in the SuperSmelter Folder.
3) Reload or restart again for your changes to take effect.
Commands
SuperSmelter currently has one command, the Give Command.
Usage: /ss give {player} {type #}
Example: /ss give AxelDios 2
This would give AxelDios a Type 2 (Charcoal Oven) SuperSmelter.
Permissions
supersmelter.1.craft:
description: Craft Type I SuperSmelters
default: op
supersmelter.1.place:
description: Place Type I SuperSmelters
default: false
supersmelter.1.use:
description: Use Type I SuperSmelters
default: false
supersmelter.1.buy:
description: Buy Type I SuperSmelters
default: false
supersmelter.2.craft:
description: Craft Type II SuperSmelters
default: op
supersmelter.2.place:
description: Place Type II SuperSmelters
default: false
supersmelter.2.use:
description: Use Type II SuperSmelters
default: false
supersmelter.2.buy:
description: Buy Type II SuperSmelters
default: false
supersmelter.3.craft:
description: Craft Type III SuperSmelters
default: op
supersmelter.3.place:
description: Place Type III SuperSmelters
default: false
supersmelter.3.use:
description: Use Type III SuperSmelters
default: false
supersmelter.3.buy:
description: Buy Type III SuperSmelters
default: false
supersmelter.give:
description: Give Command
default: op
supersmelter.sell:
description: Ability to setup frame shops
default: op
Optional Economy
SuperSmelter can work with Vault and a supported economy plugin.
Visit the Vault Webpage to see the current list of supported economy plugins
To create a SuperSmelter Frame Shop all you need is the supersmelter.sell permission, a frame, and the smelter you want to sell.
1) Place a frame 2) Right Click the frame with the smelter you want to sell.
All shops are admin type shops, money is deducted from the players but isn't deposited else where.
To buy from a shop all a player needs to do is right click on the Frame Shop and have the buy permission for the type of smelter being sold and the money to buy it.
All types are set to a default price of one dollar, so configure the prices in the config.yml.
Configuration
No configuration is necessary but you may change all the settings listed above in the config.yml section.
Old Documentation
For information for 1.x versions of SuperSmelter please go here.

-
View User Profile
-
Send Message
Posted Oct 25, 2013@AxelDios
There were many complaints about not having permissions nor an ability to craft the smelters and have unique names. As far as automation, there is no problem with automating the new furnaces, both their burn and smelt events are block events that don't support any direct way for player permissions.
I won't have any time for a few days to make any changes, but here is my idea.
Either a separate plugin or I'll add a configuration option to behave like the old version, but with "Power Blocks" behind.
I'm leaning toward a separate plugin to keep the plugin lite, fast, and less complicated for admins.
-
View User Profile
-
Send Message
Posted Oct 25, 2013@diannetea
Did you follow the upgrade notes?
To update do the following:
-
View User Profile
-
Send Message
Posted Oct 25, 2013From an admin standpoint: adding permissions for crafting a furnace doesn't stop non-permissioned players from acquiring them or using them via permissioned players. Another plugin would be required to blacklist non-permissioned players from looting them, but as far as actually using the special furnaces, not sure this is possible. It literally would require a new block and thus Spigot/Spout (which I know not a lot of people are fond of) to properly deny crafting, ownership and usage.
As it stands now, many people automate smelting by dumping ores into a chest and letting hoppers and minecarts finish the job. Putting the powerblock on the back of the furnace solves the named furnace idea, letting all players have this capability. Changing the powerblocks to creative/admin blocks, such as cobweb, sponge, etc. is a solution to the permissions problem. (Whitelist blocks to certain groups, and provide a shop that sells these blocks.)
My suggestion: Go back to using the powerblock idea.
Please consider this solution rather than having named furnaces.
-
View User Profile
-
Send Message
Posted Oct 25, 2013:(
http://pastebin.com/JXTjwSBT
-
View User Profile
-
Send Message
Posted Oct 25, 2013@AxelDios
Uploaded SuperSmelter 2.0a...
There was a bug in SuperSmelter with regular furnaces (fixed).
And an entry was incorrect in the default settings for the Charcoal Furnace, the smelt list should have said CHARCOAL and not LOG (fixed).
Strange effect of using the Charcoal Oven, if you set it to double output of CHARCOAL you get two pieces of COAL instead, not sure why at the moment.
Changed the crafting permission for all three smelter types to "op" from false.
And the last addition came from lots and lots of in game use...
The smelters now show the type of smelter as the name, so in the Furnace GUI it will show in red the type (i.e. "Production Furnace" vs. the old "SuperSmelter"), and the description line when holding the smelter in your inventory will show as "SuperSmelter".
This should make it a lot easier, but to make this change I had to redo all the code.
To update do the following:
Sorry for the inconvenience of removing the smelters and the config file.
-
View User Profile
-
Send Message
Posted Oct 24, 2013@diannetea
There's a missing check for data, I'll be able to fix it with my update in about 12 hours.
Thank you
-
View User Profile
-
Send Message
Posted Oct 24, 2013@AxelDios
I am using Spigot 1.6.4 build 1134
This is happening with vanilla furnaces. There are actually separate errors for placement and usage. Crafting didn't seem to throw any errors for me.
placement: http://pastebin.com/STzm7GxQ
usage: http://pastebin.com/tdhJ7d4c
-
View User Profile
-
Send Message
Posted Oct 23, 2013@Nuinethir
I've had people argue both for ops and not for ops perms, some admins want plugins fully locked down.
I'll think about allowing all the perms or at least crafting to ops by default.
Each smelter has a different lore line so can see in hand or while crafting, I'm thinking about changing the names in the GUI to SuperSmelter 1 2, or 3 so you can see them when placed.
-
View User Profile
-
Send Message
Posted Oct 23, 2013@diannetea
Please post the exact version number of CraftBukkit you are running, also, when is this error happening, server start up, crafting, etc.
Appears to be during a player crafting a smelter, which one are they crafting and what perms does the player have?
-
View User Profile
-
Send Message
Posted Oct 23, 2013@CommodoreAlpha
I wasn't sure but I still wanted to ask. However, you didn't describe how to differentiate between the different types of smelters. How is a player/admin to know what furnace is which?
Just tested this: OPs shouldn't need permission to craft smelters.
-
View User Profile
-
Send Message
Posted Oct 23, 2013@Nuinethir
Changing texture isn't possible without a client mod, nor is setting the furnace to a different ID. Utilising damage values might be problematic, because it's already utilised via different orientations, and furnaces and burning furnaces are two different IDs entirely.
-
View User Profile
-
Send Message
Posted Oct 23, 2013I will be testing this later tonight. How do you tell the difference between smelters (I was thinking they could have top textures changed to iron/gold/redstone blocks)? Do they have different IDs/damage values? Thanks!
-
View User Profile
-
Send Message
Posted Oct 23, 2013http://pastebin.com/vKmsQjKP
-
View User Profile
-
Send Message
Posted Oct 22, 2013SuperSmelter 2.0 has been uploaded and is awaiting the Bukkit Team's Approval.
Documentation is above.
-
View User Profile
-
Send Message
Posted Oct 21, 2013@Nuinethir
There isn't a speed setting in the Bukkit API, so I can't change the output speed of of the smelters.
-
View User Profile
-
Send Message
Posted Oct 21, 2013@TWSSYesterday
2.0 has permissions for all three types of smelters, and each one has a craft, place, and use permission.
-
View User Profile
-
Send Message
Posted Oct 21, 2013@woodzykiler
2.0 will not have power blocks, so they won't interfere with hoppers.
-
View User Profile
-
Send Message
Posted Oct 21, 2013@diannetea
You can set the multiplier to 1, and that would burn all items at the normal speed, and just add the items you want to duplicate in the smelt list.
-
View User Profile
-
Send Message
Posted Oct 21, 2013SuperSmelter 2.0 is in testing now and will be released sometime this week.
No more power blocks, the smelters are now crafted (A future release will allow custom recipes).
There will be 3 types of smelters...
permissions: supersmelter.1.craft: description: Craft Type I SuperSmelters default: false supersmelter.1.place: description: Place Type I SuperSmelters default: false supersmelter.1.use: description: Use Type I SuperSmelters default: false supersmelter.2.craft: description: Craft Type II SuperSmelters default: false supersmelter.2.place: description: Place Type II SuperSmelters default: false supersmelter.2.use: description: Use Type II SuperSmelters default: false supersmelter.3.craft: description: Craft Type III SuperSmelters default: false supersmelter.3.place: description: Place Type III SuperSmelters default: false supersmelter.3.use: description: Use Type III SuperSmelters default: false config.yml: Name: SMELTER1: Production Furnace SMELTER2: Charcoal Oven SMELTER3: Power Furnace Fuel: MULTIPLIER1: 2.0 MULTIPLIER2: 0.5 MULTIPLIER3: 1.0 Output: DOUBLE1: true DOUBLE2: false DOUBLE3: true Smelt1: IRON_INGOT GOLD_INGOT STONE Smelt2: LOG Smelt3: IRON_INGOT GOLD_INGOT-
View User Profile
-
Send Message
Posted Sep 19, 2013can u also allow the POWER BLOCK to be behind the furnace, so players can keep useing the Hoppers to have Auto furances? hopper top-side-bottom. see the issue ? :P