Package Locker
Package Locker
Section titled “Package Locker”When a player’s inventory is full during a package claim, items don’t vanish — they go to the package locker. It’s overflow storage, holding items until the player has room to collect them.
How It Works
Section titled “How It Works”- Player claims a package from their mail
- Courier tries to place items in the player’s inventory
- If the inventory’s full, overflow items land in the player’s package locker
- Player gets notified that items are waiting
- Player claims locker items later when they’ve got space
Player Commands
Section titled “Player Commands”| Command | What It Does |
|---|---|
/mail locker | View what’s in your locker |
/mail locker claim | Claim all locker items into your inventory |
If your inventory’s still full when you run /mail locker claim, items that don’t fit stay in the locker.
Configuration
Section titled “Configuration”Configure locker behavior in config/courier/config.conf:
lockerExpirationHours = 24lockerCleanupIntervalMinutes = 30lockerExpirationHours
: Hours before unclaimed locker items expire and are permanently deleted. Default: 24.
lockerCleanupIntervalMinutes
: How often the cleanup task runs to purge expired items. Default: 30.
Admin Commands
Section titled “Admin Commands”| Command | What It Does |
|---|---|
/mailadmin locker cleanup | Manually trigger a cleanup cycle, purging all expired items immediately |
Useful after server maintenance or when you need to free up storage outside the normal schedule.
Next Steps
Section titled “Next Steps”That’s the full core system. Head back to Mail if you need a refresher, or check out Notifications to configure how players are alerted to new mail and locker items.