Live
badgyver published Npc BandsWrecks published The DiverWrecks followed @JeffGoldblumeZA_Machete published ShoppyStock EditorWizla reacted 👍 to Triviamagnumk reacted 🔥 to Zombie AnimalsSilent_Creations published Node-loot IslandSilent_Creations published Halloween RaidIslandsSilent_Creations published New Haven OutpostAmanda Davis followed @Silent_Creations𝐻𝒾𝑔𝒽𝑀𝒾𝓁𝑒𝓈 followed @Silent_CreationsSilent_Creations published Map DecorMabel published TriviaSilent_Creations published Murder FarmSilent_Creations published The Morgue Silent_Creations published Large Mod/Staff RoomSilent_Creations published Halloween DecorSilent_Creations published 5 Pack of Custom Build LocationsSilent_Creations published Mini Raid Islands 5 PackSilent_Creations published Small Mod/Staff RoomSilent_Creations published 2 Pack Custom Raid IslandsSilent_Creations published Silents Heli Tower V2Silent_Creations published The Auto ShopSilent_Creations published Modular Road TunnelsSilent_Creations published Node-Loot Island V2Silent_Creations published Roadside WarehouseSilent_Creations published Silents ArenaSilent_Creations published Sewage Treatment PlantSilent_Creations published Black Rock Medical CenterSilent_Creations published Mills Trailer Park
Browse/Rust/Plugins/Custom Ore

Custom Ore

Wrecks 5.0 (3)v1.1.0OxideCarbon#ore#custom#economy#mining
Custom Ore1 / 8
Description

Introduce some new ore to your server for your players to Mine for, Smelt or Recycle.

DISCLAIMER

I CANNOT GUARANTEE COMPATIBILITY WITH OTHER FURNACE PLUGINS EX. SPLITTERS, FURNACE UPGRADES ETC. REFRAIN FROM PURCHASE IF YOU USE ANY OF THESE.

REASON FOR SPLITTERS, ON CUSTOM ORE INSERTION, SINCE OUR "ORE" ISNT REALLY ORE, IT DOESNT GET DETECTED AS REGULAR ORE DOES.

REASON FOR FURNACE UPGRADES, API WILL MOST LIKELY NEED TO BE IN PLACE IN ORDER TO GET THINGS TO WORK RIGHT.

 DISCLAIMER

NOTES

I RECOMMEND  USING COAL AS THE ITEM SHORTNAME - IF YOU NEED TO CHANGE IT DO NOT USE ORE ITEMS.

ORE GATHER CAN BE LOCKED BEHIND PERMISSION - IF YOU NEED TO ADD A PERMISSION USE - customore.yourpermissionname

NOTES

The Plugin comes preset with 7 Custom Ore items & 2 output possibilities for each, depending on if its smelted or recycled.

Recycling is optional for each ore.  

Smelting time is configurable per each ore.  

Make Rare ore longer to smelt if using it as an ingredient in a currency item ex. using it as an item needed to craft gold bars etc.

Set tools needed to mine for custom ore, and set what ore types can give which ore, set stone metal and sulfur to give or one type if needed.

Works with Skill Tree for Ore Yield.

COMMANDS  

/C.GI - REQUIRES CUSTOMORE.ADMIN - GIVES ALL INPUT ITEMS TO INVENTORY

/C.GO - REQUIRES CUSTOMORE.ADMIN - GIVES ALL OUTPUT ITEMS TO INVENTORY

/SmeltTime- Will message the player if they have a custom ore item highlighted in hotbar, that ores smelt time, and output item.

{
"Global Settings": {
"Tools Allowed to Gather Custom Ore": [
"stone.pickaxe",
"concretepickaxe"
],
"Allow Stack Handling?": false,
"Ore Shortname": "coal",
"If using Stack Handling - Max Stackable for Ore Shortname": 1000,
"Enable Skill Tree Yield Boost": true,
"Enable Message on Regular Gather": true,
"Enable Message on Bonus Gather": true
},
"Ore Items": [
{
"Ore Setup": {
"Input CustomName": "Jade Ore",
"Input SkinID": 3422508408,
"Input Cook Time In Seconds": 5.0,
"Gather Options": {
"Able to be Mined for?": true,
"Requires Permission to find while Mining?": true,
"Permission Name": "CustomOre.Jade",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Refined Jade",
"Smelting Output SkinID": 3422508525,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Jade Shard",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424669338
}
},
{
"Ore Setup": {
"Input CustomName": "Ocean Ore",
"Input SkinID": 3422508784,
"Input Cook Time In Seconds": 425.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Refined Ocean Gem",
"Smelting Output SkinID": 3422508907,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Ocean Shard",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424669283
}
},
{
"Ore Setup": {
"Input CustomName": "Lightning Ore",
"Input SkinID": 3422508998,
"Input Cook Time In Seconds": 525.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Refined Lightning Gem",
"Smelting Output SkinID": 3422509109,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Lightning Shard",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424669228
}
},
{
"Ore Setup": {
"Input CustomName": "Firestone Ore",
"Input SkinID": 3422509169,
"Input Cook Time In Seconds": 700.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Refined Firestone Gem",
"Smelting Output SkinID": 3422509268,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Firestone Shard",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424669152
}
},
{
"Ore Setup": {
"Input CustomName": "Copper Ore",
"Input SkinID": 3423923076,
"Input Cook Time In Seconds": 30.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Copper Chunk",
"Smelting Output SkinID": 3423923167,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Copper Dust",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424669038
}
},
{
"Ore Setup": {
"Input CustomName": "Silver Ore",
"Input SkinID": 3423923258,
"Input Cook Time In Seconds": 60.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Silver Chunk",
"Smelting Output SkinID": 3423923356,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Silver Dust",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424668983
}
},
{
"Ore Setup": {
"Input CustomName": "Gold Ore",
"Input SkinID": 3423923435,
"Input Cook Time In Seconds": 90.0,
"Gather Options": {
"Able to be Mined for?": false,
"Requires Permission to find while Mining?": false,
"Permission Name": "",
"Nodes to Find this Ore? 1 - Stone, 2 - Metal, 3 - Sulfur": [
1,
2,
3
],
"Gather Min": 1,
"Gather Max": 1,
"Gather Bonus Multiplier On Bonus Hit": 2,
"Probability - 1.0 is 100%": 0.5
}
},
"Output Setup": {
"Smelting Output ShortName": "coal",
"Smelting Output CustomName": "Gold Chunk",
"Smelting Output SkinID": 3423923558,
"Smelting Output Amount Min": 1,
"Smelting Output Amount Max": 1,
"Can Be Recycled?": false,
"Recycler Output ShortName": "coal",
"Recycler Output CustomName": "Gold Dust",
"Recycler Output Amount Min": 1,
"Recycler Output Amount Max": 1,
"Recycler Output SkinID": 3424668919
}
}
]
}

Video Demo

$20.00
Views1.2k
Downloads181
Purchases0
Rating 5.0
Version1.1.0
PlatformRust
CategoryPlugins
CompatibleOxide · Carbon
Size45 KB
PublishedMar 24, 2026
UpdatedJul 13, 2026
✓ Reviewed for safety and integrity