Limit how many certain blocks can be placed in a world by each player.
BlockLimiter lets you control how many of certain blocks players can place within a world. Perfect for preventing lag from excessive containers, managing economy balance, or limiting abuse of specific blocks like chests, shulker boxes, and more.
enabled-worlds:
- world
limited-materials:
- STONE
- CHEST
# Wildcards are supported, but quote them in YAML.
# Example for all colored shulker boxes:
- "*_SHULKER_BOX"
# If you also want the uncolored one, add:
- SHULKER_BOX
limit: 5
message: '&7You can only place &e%limit% &7blocks in &a%world%&7.'
blocklimiter.reload — Allows reloading the config
✅ Paper 1.21.11
Created with the help of AI