PearlLimiter
A simple Pearl Limiter plugin that limits the number of pearls in a player's inventory.
PearlLimiter
PearlLimiter
A lightweight Paper plugin that enforces a configurable limit on how many Ender Pearls a player can hold in their inventory. Built for SMP servers that want to prevent pearl spamming.
Features
- Inventory Pearl Cap: Set a maximum number of Ender Pearls any player can carry (default: 32)
- Configurable: Optionally prevent players from storing pearls in Ender Chests - Configurable: Blocks pearl storage in custom inventories with titles like "Team Chest", "echest", etc. (BetterTeams Plugin) - Configurable: Prevents pearls from being placed into bundles - Configurable: Edit `config.yml` to set your pearl limit and toggle storage blocking
Configuration
```yaml
Maximum Ender Pearls a player can carry
pearl-limit: 32
Block pearls from being stored in Ender Chests / team chests
prevent-ender-storage: true ```