About Smart Crate
 SmartCrate – Control the Loot, Your Way
Tired of everyone yoinking loot? SmartCrate puts you in control with customizable crate unlocks and some sweet extras to keep things fair and fun.
Â
What it does
Custom Unlock Times
Want VIPs to open crates faster? No problem. Set unlock times based on permissions—slow it down for new players, speed it up for the OGs.
Use Items to Speed It Up
Players can shave time off unlocks by using a specific item. Got extra tech trash or HQM? Make 'em useful!
Choose Your Boost Item
You decide what item can be used to reduce the unlock time. Total freedom. Want it to be rocks? Go nuts.
Lock It Down
Crates can be locked to the player who started the unlock, and even to their clan. No more randoms running up and swiping your stuff.
Great for PvP, RP, or anything in between. Keep the loot flowing, but make 'em work for it.
Â
Â
Permissions
Permissions are automatically generated when the plugin is loaded. Make sure to grant them to the users/groups you want to give them to
Example from the default config:Â
Oxide: o.grant group vip2 smartcrate.vip2
Carbon: c.grant group vip2 smartcrate.vip2
Plugin automatically gets the players permissions when they connect, or when the plugin reloads.
Installation
Step 1: Install the plugin and load it Step 2: Customize the configuration file for the ranks you want etc Step 3: Reload the plugin to register the permissions Step 4: Give the permissions to the groups/users you want Step 5: Reload plugin (Currently the plugin does not detect the changed permissions, this will come in a future update)
Command
/reducer - uses the specified item to reduce the time, if the player has one in their inventory, and their rank setting has "Enable Item Reduce": true
Â
Default Config
{ "Enable Grid Broadcast": true, "Prevent others from looting": false, "Allow Clan members/allies to loot while protected (Requires Clan Plugin)": true, "Reducer Item Distance": 10.0, "Rank Settings": { "default": { "Unlock Seconds": 900, "Enable Item Reduce": false, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 }, "vip": { "Unlock Seconds": 600, "Enable Item Reduce": true, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 }, "vip2": { "Unlock Seconds": 300, "Enable Item Reduce": true, "Reducer item ShortName": "targeting.computer", "Seconds reduced by using item": 300, "Maximum times reduced": 1 } } }
Â
Â