File Details
block_limits-1.0.0.jar
- R
- May 9, 2026
- 27.01 KB
- 9
- 1.20.1
- Forge + 1
File Name
block_limits-1.0.0.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Initial release
Default config:
#Per-chunk block limits. Format: "modid:blockname=count"
chunk_limits = []
#Per-FTB-claim block limits. Format: "modid:blockname=count"
claim_limits = []
#Adjacency rules. Format: "modid:blockname=modid:forbidden1,modid:forbidden2"
adjacency_rules = []
#How many server ticks before an idle cache entry is evicted (default: 6000 = 5 minutes)
#Range: > 1
cache_ttl_ticks = 6000
#Radius in blocks within which nearby players are notified when a block placement is denied (0 = only notify the placer)
#Range: 0 ~ 256
notify_radius = 32
#When true, violations are reported to nearby players but block placements are NOT cancelled
passive_mode = false

