Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Creators
Details
Licensed Apache-2.0
Published 3 weeks ago
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 dimensions 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
- Ensure your server runs Paper 1.21 or Folia
- Place
endermanlimiter-v1.0.jarinto thepluginsfolder - Restart the server
- Edit
plugins/EndermanLimiter/config.ymlto customize settings
Commands
| Command | Description | Permission |
|---|---|---|
/endermanlimiter reload |
Reload configuration | endermanlimiter.reload |
Configuration
config.yml is generated on first run. Example:
# 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
- dimensions: List of dimensions where the restriction applies
- blocks: Blocks that Endermen cannot pick up. Use Bukkit Material names; see Spigot Javadoc for the full list


