Installation
- Download the PrivacyChest.jar file.
- Place it into your server's plugins folder.
- Restart your server.
- (Optional) Edit plugins/PrivacyChest/config.yml to customize messages and settings.
Commands
- /privacychest (Alias: /pchest, /pch)
- /pchest create [amount | all]
- Converts normal chests in your inventory into Private Chests.
- /pchest setpassword <password>
- Sets your personal security password (required before crafting).
- /pchest resetpassword
- Resets your current password.
- /pchest access [everyone | permission] (Admin Only)
- Sets who can use the plugin. Example: /pchest access vip.use.
- /pchest reload (Admin Only)
- Reloads the config.yml file.
Permissions
- privacychest.admin
- Allows bypassing all chest protections (opening/breaking other players' chests).
- Allows using /pchest reload and /pchest access.
- Default: Operators (OP).
Configuration (config.yml)
YAML
# Privacy-Chest Configuration
# The prefix shown before chat messages
prefix: "&3IceForgeMC &6ยป "
# The display name of the private chest item
chest-name: "&bPrivate Chest"
# The lore text for the private chest item
chest-lore:
- "&7Owner: &b%player%"
- "&7Private chest - only owner & trusted can open"
# Access Control
# "everyone" = Everyone can use the plugin.
# "vip.use" = Only players with the permission 'vip.use' can use it.
required-permission: "everyone"
How to Use (For Players)
- Set a Password: Type /pchest setpassword <your_password> to register.
- Get a Chest: Have a normal chest in your inventory and run /pchest create 1 (or use the GUI).
- Place it: Place the chest down. It is now locked to you!
- Trust Friends: Open the GUI (/pchest), click Manage Trusted Players, and select online players to give them access.