LandsBlockLimiter
An addon for the Lands plugin that lets you limit the number of specific blocks per land. Perfect to prevent excessive use of hoppers, chests, or beacons and to keep your server performance stable.
Features:
• Define per-block limits for each land
• Automatically prevents placing blocks above the allowed limit
• Scan command to check and reapply limits on existing lands
• Simple configuration via config.yml
• Lightweight, designed for PaperMC 1.21.8
Installation:
- Download LandsBlockLimiter.jar
- Place it in your server's plugins/ folder
- Make sure Lands is installed and enabled
- Restart your server
Quick Configuration:
A config.yml file is generated automatically. Example:
blocks:
- "HOPPER:40"
- "CHEST:100"
- "BEACON:5"
Use the format BLOCK:MAX_NUMBER. Example: HOPPER:40 means a land can only have 40 hoppers. Use Minecraft block names.
Commands:
• /lbl reload → reloads the configuration
• /lbl scan → rescans a land and enforces limits
Permissions:
• landsblocklimiter.reload → allows reloading the config
• landsblocklimiter.admin → full access to admin commands
Compatibility:
• Tested on PaperMC 1.21.8
• Requires Lands plugin
I do not plan to support earlier versions. This plugin is for my personal purpose. You are free to fork my project and downgrade it to other versions, according to your needs.