Floating Loot
$10.00
Sold by: ZH3LLPick up dropped items, or even rotate them to make them easier to find!
- Description
- Reviews (0)
- Version History
- Discussions (4)
- Setup
- Product Enquiry
Description
Description
ZFloatingLoot
Plugin review
– dropped items float after being thrown (timer in config)
– height can be specified
– the time for the removal of dropped items can be determined in the config (blacklist items that are not subject to removal)
– adjustable rotation time after lifting (unrotation blacklist for items that do not apply)
– FPS friendly setting in the config: how many discarded items can rotate in 1 time.
Config
{
"Hovering height:": 1.1,
"Destroy dropped item in seconds (0 = no destroy):": 900.0,
"Destroy dropped item names BLACKLIST (Default destroy time): ": [
"assets/prefabs/misc/item drop/item_drop.prefab",
"assets/prefabs/misc/item drop/item_drop_backpack.prefab"
],
"Rotation secound (0 = DISABLE)": 450.0,
"Rotation BLACKLIST (do not rotate these items): ": [
"assets/prefabs/misc/item drop/item_drop.prefab",
"assets/prefabs/misc/item drop/item_drop_backpack.prefab"
],
"Time delay in secound (then hovering):": 30.0,
"Maximum number of items that can float at the same time:": 300
}
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed bugs
- Added Added BLACKLIST for all functions
Discussions (4)
4 thoughts on "Floating Loot"
Leave a reply
Setup
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)
Hey there I was wondering if I could make a request to add to this plugin? I currently play with Drop Bags https://codefling.com/plugins/dropbags. This is super helpful in reducing clutter in server entities. Would you be able to allow the box thats created in this plugin to also float?
-Thanks,
DJ
Hello! I will add it as soon as I have the time and opportunity.
If you remove “assets/prefabs/misc/item drop/item_drop.prefab” from the “Global Blacklist” in the configuration, does it still not float?
Yes, This does exactly what i want! Thanks so much!