Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Tags
Creators
Details
Licensed MIT
Published last month
Simple, lightweight block placement limiter for Paper servers
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.
- š Limit placement of specific materials (e.g. CHEST, SHULKER_BOX)
- š Per-world control ā only apply limits where you want
- ā” Lightweight & optimized for performance (Paper 1.21.11 ready)
- š ļø Supports wildcards (e.g. "*_SHULKER_BOX")
- š¬ Customizable messages with placeholders
- š Simple reload command (/blocklimiter reload)
- š§© Clean and minimal configuration
āļø Config File
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.'
š Permissions
blocklimiter.reload ā Allows reloading the config
š¦ Compatibility
ā Paper 1.21.11


