About Portable Locker
Portable locker offers your server a great addition for you and your players! Access your own private locker anywhere you want or need and set up your loadout!
FEATURES
- Very simplistic and straight forward system.
- Use /locker (by default, can modify in the config) to open up your private locker.
- Group-based cooldown support in the config.
- Friendly integration with NoEscape by Calytic with configurable rules of behavior.
- Wipe locker on player death.
- Chat message custom icon Steam ID.
- Phrase support.
- Server wipe persistent support.
PERMISSIONS
- PortableLocker.use: To allow anyone to open up their locker.
RULES (NOESCAPE INTEGRATION)
- Can('t) use while building blocked.
- Can('t) use while combat blocked.
- Can('t) use while raid blocked.
COMMANDS (CONFIGURABLE)
Following commands are chat and console commands.
- locker: Opens up your own personal portable locker.
CONFIG
Quote{
"Prefix": "Portable Locker",
"OpenCommand": "locker",
"PlayOpenEffect": true,
"ChatIconSteamId": 76561198085605359,
"Rules": {
"CanUseLockerWhileBuildingBlocked": true,
"CanUseLockerWhileCombatBlocked": true,
"CanUseLockerWhileRaidBlocked": true
},
"Phrases": {
"CooledDown": "You're in cooldown.\n<size=12><color=orange>{0}</color> seconds left.</size>",
"BuildingBlocked": "You're building-blocked.",
"CombatBlocked": "You're combat-blocked.",
"RaidBlocked": "You're raid-blocked.",
"DeathWipe": "Since you died, your <color=orange>Portable Locker</color> has been wiped."
},
"GroupCooldowns": {
"admin": 0.0,
"default": 60.0
},
"GroupWipeOnDeath": {
"admin": true,
"default": false
},
"GroupServerWipePersistent": {
"admin": true,
"default": false
}
}