Bug Fixes
Fixed Riptide Enchantment Blocking
- Fixed: permit-completely flag now fully blocks Riptide enchantment on tridents
- Prevents Riptide boost, spinning animation, and all movement effects
- Blocks right-click interactions before Riptide can activate
- Rotation locking prevents spinning animation if event somehow fires
- No longer requires enchantment removal (safer approach)
✨ New Features
Block Placement & Breaking Control
Added 4 new flags for fine-grained block control:
- allow-block-place - Whitelist specific blocks that can be placed
- deny-block-place - Blacklist specific blocks from being placed
- allow-block-break - Whitelist specific blocks that can be broken
- deny-block-break - Blacklist specific blocks from being broken
Usage Examples:
/rg flag spawn allow-block-place STONE,COBBLESTONE,GRASS_BLOCK
/rg flag spawn deny-block-place TNT,LAVA_BUCKET
/rg flag spawn allow-block-break STONE,COBBLESTONE
/rg flag spawn deny-block-break BEDROCK,SPAWNER