Custom Ore

$18.00

Sold by: Wrecks

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

Categories: , ,

Description

Works With Skill Tree by imthenewguy

***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

 

{
  "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

 

 

Reviews

There are no reviews yet.


Only logged in customers who have purchased this product may leave a review.

Version 1.0.0
  • Added Initial release

Discussions

There are no discussions yet.

Leave a reply

Your email address will not be published. Required fields are marked *

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product