Enderman Limiter
PluginApache-2.0

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.

7
Downloads
0
Followers
2 months ago
Updated
📦
1
Versions

📖About 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 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

  1. Ensure your server runs Paper 1.21 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:

# 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