About Portable Lockers
RUST Plugin Test Server
TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
Portable Lockers allows you to use your locker anywhere on the world and change set depending on the situation.
- Create an infinite amount of fully customizable lockers.
- Supports NoEscape.
- Customize the number of available sets, changeable with permissions.
- Ability to enable locker drop on death.
- Set a Pop-Up message with info about the locker.
- Item whitelist and blacklist.
- Supports data merge through wipes. (Every locker type is split to a different file)
- portablelockers.admin – Allows admin to access other player lockers.
- /pl [lockerName] [playerId] – Opens locker with profile lockerName (if not set, the default one) of playerId (requires permission).
{
"Locker Commands": [
"plocker",
"locker",
"pl"
],
"NoEscape - Block Escape": false,
"NoEscape - Block Combat": false,
"NoEscape - Block Raid": false,
"OnEntityTakeDamage Return Value": false,
"Additional Damage Ownership Check": false,
"Locker List": {
"default": {
"Full Set Slot Amount": 3,
"Drop On Death": false,
"Pop-Up Message Key On Open": "",
"Max Stack Per Item": -1,
"Required Permission": "",
"Custom Capacity Permission": {},
"Item Whitelist": [],
"Item Blacklist": []
},
"special": {
"Full Set Slot Amount": 1,
"Drop On Death": true,
"Pop-Up Message Key On Open": "SpecialLockerMessage",
"Max Stack Per Item": 1,
"Required Permission": "portablelockers.special",
"Custom Capacity Permission": {
"portablelocker.special.2": 2,
"portablelocker.special.3": 3
},
"Item Whitelist": [
"jackhammer",
"chainsaw",
"2795785961"
],
"Item Blacklist": []
}
}
}

