Can You Dig It

$9.99

Sold by: bmgjet

Can You Dig It enhances your loot table management for metal detectors with precision and flexibility. Construct a loot table based on predefined items while accommodating custom additions with adjustable weights and amounts. Alternatively, embrace the element of randomness and spawn completely random loot.
Random loot can be controlled by tier/workbench level (1, 2, 3).
Last by not least allow instant dig up via config file.

Categories: , ,

Description

Can You Dig It Custom Rust Plugin!

This plugin gives you enhanced loot table management as well as allows for instant digging up of loot.

Perms:
CanYouDigIt.Yes – Perm needed to use loot table and instant dig

Admin Chat Command:
/showdiggables – Draws on the screen to admin where diggable entities are.

Usage: (Important info)
The loot table operates by using a cached list of items.
Upon startup, the configuration file is read or a default one is created.
Within the config file, each item is represented by a short name, which can be found on Rust websites such as https://www.corrosionhour.com/rust-item-list/.

The ‘Amount’ and ‘AmountMax’ indicates how much of this item you would receive in a stack, A random amount between these values is selected

The ‘weight’ determines how many times it’s added to the cached list, where a higher weight makes it more likely to be selected.
Lastly, the ‘SkinID’ is applied, which is useful for custom items.
Example of a item entry in the config would be

{
“ShortName”: “ammo.shotgun”,
“CustomName”: “”,

“Amount”: 5,
“AmountMax”: 15,

“Weight”: 5,
“Normal”: false,
“Tundra”: false,
“Arctic”: false,
“River”: false,
“Lake”: false,
“Beach”: false,
“Monument”: false,

“SkinID”: 0
},
{
“ShortName”: “fun.guitar”,
“CustomName”: “”,

“Amount”: 1,
“AmountMax”: 1,

“Weight”: 95,
“Normal”: false,
“Tundra”: false,
“Arctic”: false,
“River”: false,
“Lake”: false,
“Beach”: false,
“Monument”: false,

“SkinID”: 0
},

This would add a stack of 5 shotgun shells to the cached list 5 times and a single guitar to the cached list 95 times.
So essentially, you’d have a 5% chance of getting shotgun shells and a 95% chance of getting a guitar.
You could further optimize performance to achieve the same by using weight 1 on the shells and weight 20 on the guitar.
Keep this in mind when building your loot table.
The default is what I use on my server, but with the OP and custom items removed, such as rotated garage doors.

Support:
If support is required please use the discord support in the lone.design discord channel.
It can be found under #Customer_Support
Using the discussion or review pages on the website it will go unnoticed since there is no notification given to vendors when they get held back for moderation.

Video:
https://www.youtube.com/watch?v=FPKNbCpyEOc

Full Oxide Support


No Carbon Support

Reviews

There are no reviews yet.


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

Version 1.2.2 | Updated September 5, 2024
  • Updated Sept Force Wipe (Dont Update Before)
Version 1.2.1 | Updated July 12, 2024
  • Updated Make adjustments ready for Mondays Forced Update Again.
Version 1.2.0 | Updated April 4, 2024
  • Removed Harmony requirement since last needed hook is getting added to oxide.
  • Updated For April Force Wipe (Dont update until then)
Version 1.1.1 | Updated March 7, 2024
  • Updated Remove reflection since digsRemaining got exposed publicly.
Version 1.1.0 | Updated March 7, 2024
  • Added Requested config options for random range, topology, custom name/skinid on your loot table. You will need to reset your config file.
  • Added Settings to allow custom default items for when nothing within allow topology is found.
  • Updated For March Force Wipe
  • Updated Hopefully facepunch and oxide fix the last min changes I requested on wipe day. In which case there will be another update then which will improve performance a lot.

9 thoughts on "Can You Dig It"

Leave a reply

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

  1. Add the mPlease add a parameter for the minimum and maximum number of items that can be found, for example:{
    “ShortName”: “ammo.shotgun”,
    “AmountMin”: 5,
    “AmountMax”: 25,
    “Weight”: 5,
    “SkinID”: 0
    },
    {
    “ShortName”: “fun.guitar”,
    “AmountMin”: 1,
    “AmountMax”: 2,
    “Weight” : 95,
    “SkinID”: 0
    },inimum and maximum item drop parameter

    • Yes,
      Not yet but that’s planned for as soon as the hooks submitted to oxide get added.
      It was very limited on what we could do on staging and wipe day which is when this plugin was developed and I had a lot of server owners.
      Mainly 10X ones begging for something straight away so metal detectors loot tables weren’t completely junk for them.

      I’m open to further suggestions tho.

      At the moment whats planned is.
      Better random amounts. (Provide min/max)
      Limit by loot Biome (all biomes) and select topology. (beach,river,lake, monument)
      Mode to allow for a chance of digging up a zombie npc.
      VIP Perms for loot multiplyer.
      Extend detection ranges for long and short distance.

  2. Good day! This plugin is great! I just picked it up recently and I have been trying to get it setup to put on my main server in August. I have been having problems getting my custom skins to load up on items. I just have a icon with 2 blue circle arrows on it. Out of my 4 custom skinned items, only 1 works on the item. I have the skins in use in other plugins on my server and they work fine with them, so I’m not to sure on what the problem is. Has anyone had this issue with this plugin? Anything I could be doing wrong with the skin, or would it be this plugin causing it? The skins work in other areas of my server fine.

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