Enderman Limiter
EndermanLimiter is a lightweight Minecraft plugin that restricts Endermen from picking up specified blocks. In dimensions such as The End, Endermen will pick up blocks like red mushrooms, which can interfere with builds and decorations.
Enderman Limiter
English Introduction
Overview
EndermanLimiter is a lightweight Minecraft plugin that restricts Endermen from picking up specified blocks. In dimensions such as The End, Endermen will pick up blocks like red mushrooms, which can interfere with builds and decorations. This plugin allows you to configure which blocks are affected and which blocks Endermen cannot pick up.
Features
- Configurable dimensions (The End / Overworld / Nether) - Configurable block list for pickup restriction - Supports Paper 1.21 - Supports Folia - Runtime config reload
Installation
1. Ensure your server runs Folia or Folia 2. Place `endermanlimiter-v1.0.jar` into the `plugins` folder 3. Restart the server 4. Edit `plugins/EndermanLimiter/config.yml` to customize settings
Commands
| Command | Description | Permission | |---------|-------------|------------| | `/endermanlimiter reload` | Reload configuration | `endermanlimiter.reload` |
Configuration
`config.yml` is generated on first run. Example:
```yaml
Enabled dimensions: THE_END, NORMAL=Overworld, NETHER
dimensions: - THE_END
Blocks that Endermen cannot pick up (Minecraft block IDs)
blocks: - RED_MUSHROOM - BROWN_MUSHROOM - RED_MUSHROOM_BLOCK - BROWN_MUSHROOM_BLOCK - MUSHROOM_STEM ```
- blocks: List of dimensions where the restriction applies - blocks: Blocks that Endermen cannot pick up. Use Bukkit Material names; see blocks for the full list