Перейти к содержимому
Mineforgian

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.

Загрузки
75
Подписчики
3
Обновлён
8 февраля 2026 г.
Лицензия
Apache-2.0

Опубликован 8 февраля 2026 г.

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

Ченджлог

v1.0Релиз1.21.9, 1.21.10, 1.21.11 · 8 февраля 2026 г.

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

Комментарии

Загружаем…