Smarter Protection with Block Limits
Key Features:
✅
New Block Limits System
• Control how many blocks new players can break/build
• Custom warning intervals (e.g. "30-500" for warnings every 30 blocks)
⚡
Optimized Performance
• Faster protection checks
• Fixed particle display issues
Configuration Example:
Code (YAML):
prevent-block-limit :
enabled
: true
break-limit :
value
: 500
warn-count
:
[
"30-500"
]
# Warns every 30 blocks
build-limit :
value
: 500
warn-count
:
[
"100"
]
# Specific warning at 100 blocks
Important Notes:
⚠️ Always
backup your configs before updating!
⚠️ Report any PVP protection issues
Spoiler: Full Changelog
• Added: Block limit system with interval warnings
• Fixed: Projectile protection issues
• Improved: Protection performance
• Removed: Legacy compatibility hooks