Quick Smelt5.1.5
Change smelting speed and output multipliers easily!
Permissions
This plugin uses the permission system. To assign a permission, use oxide.grant user or group name or steam id permission. To remove a permission, use oxide.revoke user or group name or steam id permission.
- quicksmelt.use -- Apply configuration to this player's furnaces.
Configuration
The settings and options can be configured in the QuickSmelt file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors.
Default Configuration
{
"Use Permission": true,
"Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Speed Multipliers": {
"global": 1.0,
"furnace.shortname": 1.0
},
"Fuel Usage Multipliers": {
"global": 1,
"furnace.shortname": 1
},
"Output Multipliers": {
"global": {
"global": 1.0
},
"furnace.shortname": {
"item.shortname": 1.0
}
},
"Whitelist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Blacklist": {
"global": [
"item.shortname"
],
"furnace.shortname": [
"item.shortname"
]
},
"Smelting Frequencies (Smelt items every N smelting ticks)": {
"global": 1,
"furnace.shortname": 1
},
"Debug": false
}
How-To
Use Permission - Whether to use the permission.
Speed Multipliers - Changes how frequently the furnace cooks stuff inside, processes the items.
Fuel Usage Speed Multipliers - How fast fuel is consumed.
Fuel Usage Multiplier - Fuel consumption multiplier.
Output Multipliers - Output multipliers.
Whitelist and Blacklist - Items which can(not) be smelted (INPUT, not OUTPUT). Use it to cook food in furnaces and smelt ores in campfires.
Smelting Frequencies - Smelt items only every (N) smelting ticks. Increase the value to make it slower and produce less.
Replace all furnace.shortname with the shortname of the entity, e.g.: furnace, furnace.large, campfire. Use global to apply the setting to all entities.




