About FireTools
This plugin allows you to give players tools that will immediately extract a recycled resource.
--------------------------------------------------------------------------------------------------------------------------
Features:
The ability to prohibit the repair of the tool
The ability to customize each recyclable item for each tool
--------------------------------------------------------------------------------------------------------------------------
Console Commands:
give.fire
Example: give.fire hatchet Sparkless
--------------------------------------------------------------------------------------------------------------------------
Configuration:
Quote{
"Tool List": [
{
"ShortName Tool": "hatchet",
"DisplayName Tool": "Fire Hatchet",
"SkinID Tool": 2570607902,
"Will it be possible to repair the tool": false,
"List of items that will be recycled by this tool": [
"chicken.raw",
"humanmeat.raw",
"bearmeat",
"deermeat.raw",
"meat.boar",
"wolfmeat.raw",
"horsemeat.raw",
"wood"
]
},
{
"ShortName Tool": "pickaxe",
"DisplayName Tool": "Fire Pickaxe",
"SkinID Tool": 2570608713,
"Will it be possible to repair the tool": false,
"List of items that will be recycled by this tool": [
"chicken.raw",
"humanmeat.raw",
"bearmeat",
"deermeat.raw",
"meat.boar",
"wolfmeat.raw",
"hq.metal.ore",
"metal.ore",
"sulfur.ore",
"horsemeat.raw"
]
},
{
"ShortName Tool": "jackhammer",
"DisplayName Tool": "Fire Jackhammer",
"SkinID Tool": 2570608219,
"Will it be possible to repair the tool": false,
"List of items that will be recycled by this tool": [
"chicken.raw",
"humanmeat.raw",
"bearmeat",
"deermeat.raw",
"meat.boar",
"wolfmeat.raw",
"hq.metal.ore",
"metal.ore",
"sulfur.ore",
"horsemeat.raw"
]
}
],
"Verison Configuration": {
"Major": 0,
"Minor": 0,
"Patch": 1
}
}