The Cupboard
Original price was: $14.99.$9.99Current price is: $9.99.-33%
Sold by: WolfurrThe Cupboard – is a powerful tool that every Rust server needs.
Rust gameplay is based on the opportunity to raid and take the loot but there is a problem that raiders usually destroy the tool cupboard and take the base under their control. This affects base owners and most of them leave from the server and you lose your online.
The Cupboard solves the problem
It provides many combinations for server owners to keep their lovely project PVP-based (or even PVP/PVE) and prevents losing online because of “base griefing”.
- Description
- Reviews (0)
- Version History
- Discussions (4)
- Setup
- Product Enquiry
Description
Description
The Cupboard – is a powerful tool that every Rust server needs.
Rust gameplay is based on the opportunity to raid and take the loot but there is a problem that raiders usually destroy the tool cupboard and take the base under their control. This affects base owners and most of them leave from the server and you lose your online.
The Cupboard solves the problem
It provides many combinations for server owners to keep their lovely project PVP-based (or even PVP/PVE) and prevents losing online because of “base griefing”.
How it works
https://www.youtube.com/watch?v=7vXIFzf051c
Example of usage (default):
- TC can be destroyed by authorized players anytime
- TC can be destroyed by not authorized players during 24 hours after placement
- If a raider attacks a TC it will drop 90% of loot needed for the base upkeep and all the loot not needed for the upkeep
This case allows the base owner to keep his base safe after 24 hours of the TC being placed and allows anti-raiders completely destroy a small base built by raiders as a spawn point near the base they are going to raid.
Default plugin setup improves the experience of players who do not want to lose their base during their gameplay on your server and keeps the opportunity for anti-raiding in a classic way (or allows players to destroy new structures around their base during next 24 hours).
Time preset can be adjusted according to your wishes.
The feature that allows dropping resources from the TC is very useful (even if the TC can not be destroyed). It allows your players to get the loot and reduce time left for the upkeep, and on the other hand it gives the opportunity for the base owners to have some time to fill it back with needed resources and to keep control under their base.
The Cupboard provides as many combinations as possible to control damage dealt to the TC. You even can control the rules of damage dealing for authorized players.
Your players can type in chat “/tc” and they will get full information about TC damage dealing rules and of course they can receive the same information while attacking the TC (or you can just remove any notifications using config).
Players will also receive in chat your TC damage rules after the TC being placed.
Documentation (Google Docs)
https://docs.google.com/document/d/1ASD1ccDLT7zHaEeJUz4f6giCtkTUAbKIavgjY7P1iIk/edit?usp=sharing
Commands
/tc – will show to your players current TC damage preset
Configuration
Plugin settings
“skipPlacementByAdmin” – set it to “true” if you want to skip this plugin logic for a TC placed by an admin (for example if you are using CopyPaste etc.)
“removeNonExistentTCFromDB” – if set to “true” will remove all non-existent entities(TC) in the world from the database on server/plugin load (useful after the server wipe, you do not need to clean the data file yourself)
Damage control for authorized players
“canTakeDamageFromAuthedPlayers” – if set to “true” allows damage to the TC provided by authorized players
Time modes (requires dropLootOnHitByAuthedPlayer to be “true”)
“canTakeDamageFromAuthedPlayersAfterACertainTime” – if set to “true” allows damage (made by authorized players) to the TC only after a certain time after the TC being placed.
“canTakeDamageFromAuthedPlayersBeforeACertainTimeHasPassed” – if set to “true” allows damage (made by authorized players) during a certain time after the TC being placed (after the timer ends damage will be prohibited).
* you need to choice canTakeDamageFromAuthedPlayersAfterACertainTime OR canTakeDamageFromAuthedPlayersBeforeACertainTimeHasPassed (only one presset works at a time). Or you can turn both off.
“amountOfMinutesForTimeModeForAuthedPlayers” – controls the amount of minutes for the chosen time mode for authorized players.
Damage control for not authorized players
“canTakeDamageFromNotAuthedPlayers” – if set to “true” allows damage to the TC provided by not authorized players
Time modes (requires dropLootOnHitByNotAuthedPlayer to be “true”)
“canTakeDamageFromNotAuthedPlayersAfterACertainTime” – if set to “true” allows damage (made by not authorized players) to the TC only after a certain time after the TC being placed.
“canTakeDamageFromNotAuthedPlayersBeforeACertainTimeHasPassed” – if set to “true” allows damage (made by not authorized players) during a certain time after the TC being placed (after the timer ends damage will be prohibited).
* you need to choice canTakeDamageFromNotAuthedPlayersAfterACertainTime OR canTakeDamageFromNotAuthedPlayersBeforeACertainTimeHasPassed (only one presset works at a time). Or you can turn both off.
“amountOfMinutesForTimeModeForNotAuthedPlayers” – controls the amount of minutes for the chosen time mode for not authorized players.
Other options
“dropLootOnHitByNotAuthedPlayer” – if set to “true” and the TC being attacked it will drop some resources.
“percentOfEachStackOfLootToKeep” – if set to “10” the TC will drop on the ground 90% of each stack of resources needed for the base upkeep
“dropLootNotNeededForUpkeepOnHitByNotAuthedPlayer” – if set to “true” the TC will drop on the ground 100% of each stack of resources not needed for the base upkeep.
“sendNotificationsWhenDamageProhibited” – if set to “true” will send notifications for the TC attacker about damage prohibition.
“sendDetailedNotificationsWithTimeInfo” – if set to “true” will send detailed notifications for the TC attacker about damage prohibition with time values
“convertMinutesToHoursForNotifications” – if set to “true” will convert minutes to hours (for example if you have southands of minutes for your time values) and it also affects messages that players receive.
“sendNotificationOnTCPlacement” – if set to “true” will send your TC damage rules (based on your setup) to the player in the chat after the TC being placed.
Loot quantity setup
Adjust these values if your server has modified values for the max stack quantity of each time of resources the TC can store.
Config has values for resources needed for the base upkeep only:
StoneStackQty – 1000 of Stone (default)
WoodStackQty – 1000 of Wood (default)
MetalFragmentsStackQty – 1000 of Metal Fragments (default)
HighQualityMetalStackQty – 100 of High Quality Metal (default)
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Added Initial release
Discussions (4)
4 thoughts on "The Cupboard"
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)
If this protects structures from being destroyed but allows raiding loot containers, how are these would be raiders meant to enter the base? My first assumption is that doors are not protected but I don’t see any notes on that. I’m interested in this plugin but I’m hoping you can elighten me.
Hello! This plugin controls the rules of damage dealt to a TC, in the full description you can find an example of its use. This plugin does not control damage dealt to structures, loot boxes etc.
hi. if destroy floor under Cupboard????
Hi. Yes, in this case the TC will be destroyed.