PrivateChestPlus v1.7
Advanced Container Protection & Management
What's New in v1.7
Granular Container Limits
•
Permission-based limits for each container type
•
Example:
privatechest.limit.chest.10 allows 10 chests
•
Unlimited access:
privatechest.limit.{type}.unlimited
• Real-time validation when protecting containers
• New
/containerlimits command for players and admins
Enhanced Teleportation System
•
Smart safety checks - prevents teleporting into lava, void, or unsafe areas
•
Configurable restrictions: distance limits, world restrictions, cooldowns
•
Direct teleport:
/mychests tp <id> command
• Full integration with existing economy system
•
Admin bypass permissions for unrestricted access
⚙️ Configuration Enhancements
• New
container-limits section in config.yml
• New
teleportation section with safety and restriction options
•
Backward compatible - existing configurations remain functional
️ Key Features
Container Limits System:
• Set different limits per container type (chests, barrels, shulkers, etc.)
• Permission-based system integrates with existing rank plugins
• Cache system for optimal performance
• Detailed limit information in GUI tooltips
Advanced Teleportation:
• Safety validation prevents unsafe teleportation
• Configurable distance and world restrictions
• Cooldown system with bypass permissions
• Economic integration for teleportation costs
New Commands:
•
/containerlimits - View your container limits
•
/containerlimits check <player> - Admin: Check player limits
•
/mychests tp <id> - Direct teleportation to containers
Permission Examples
Code (Text):
# Container Limits
privatechest.limit.chest.5 # Allow 5 chests
privatechest.limit.barrel.3 # Allow 3 barrels
privatechest.limit.shulker_box.2 # Allow 2 shulker boxes
privatechest.limit.chest.unlimited # Unlimited chests
# Teleportation
privatechest.teleport # Basic teleportation
privatechest.teleport.bypass # Bypass all restrictions
privatechest.teleport.crossworld # Teleport between worlds
Configuration Sample
Code (Text):
# Container Limits
container-limits:
enabled: true
default-limits:
chest: 5
barrel: 3
shulker_box: 2
# Teleportation
teleportation:
enabled: true
restrictions:
max-distance: 1000
same-world-only: false
cooldown: 30
⚠️ Important Notes
•
Fully backward compatible - no breaking changes
• Container limits are
disabled by default - enable in config.yml
• Teleportation system respects existing economy and permission settings
• All features work with cross-platform support (Java + Bedrock)
Download PrivateChestPlus v1.7
Compatible with Spigot/Paper 1.16.5 - 1.21.x