
Universal Blocking
🗸 Ultimate server-side control mod for Minecraft. Block any item, block, craft, or mob spawn using 11 configurable flags, wildcards, and tags. Hide items from Creative tabs and JEI and etc.
Screenshots






About this Mod
English
Control your world. Restrict everything.
- Universal Blocking — complete authority over items, blocks, and entities.
- Requires Architectury API (Forge & Fabric)
- 📺 Video Review (v1.0): YouTube Shorts
🏆 Support the Author
- 🎯 Boosty
🎮 About the mod
Universal Blocking is a powerful server-side tool that gives you absolute control over what can and cannot exist in your Minecraft world. Whether you're running a hardcore SMP, a custom modpack, or an adventure map — this mod lets you restrict any item, block, craft, mob, or interaction with surgical precision.
Define rules using specific IDs, wildcard patterns (minecraft:*ore*, *:tools), or tags (forge:ingots, minecraft:logs). Each rule can combine multiple flags to achieve exactly the behavior you need.
🚩 11 Powerful Flags
| Flag | Name | Description |
|---|---|---|
| ⚔️ D | Damage | Prevents attacking with this item |
| 🖱️ U | Use | Blocks right-click usage |
| 📦 I | Interface | Prevents opening block GUIs |
| 🧱 P | Placement | Blocks block placement |
| ⛏️ B | Break | Prevents breaking blocks (tool or block) |
| 🛡️ A | Armor | Prevents wearing armor (auto-drops it) |
| 🗑️ Z | Delete | Removes from inventory, chests & drops |
| 🔨 C | Craft | Completely blocks crafting (any method) |
| 🔓 Q | Unlock | Exception — exempts from other rules |
| 🔄 R | Replace | Replaces block in the world (air/custom) |
| 👁️ T | Creative Tab | Hides from Creative + JEI/REI |
📋 Usage Examples
{
"item_blocked": [
"minecraft:diamond_sword D",
"minecraft:diamond Z",
"minecraft:stick D U P B",
"minecraft:sand R",
"minecraft:dirt R!minecraft:gold_block",
"minecraft:netherite_pickaxe Q"
],
"tag_blocked": [
"*:swords D",
"forge:tools B",
"minecraft:wool R!minecraft:stone",
"minecraft:* T"
],
"entity_blocked": [
"minecraft:zombie",
"*:bee",
"*:cow 5"
]
}
🐾 Mob Control
- Complete block:
"minecraft:zombie"— zombies can't spawn at all - Population limit:
"*:cow 5"— maximum 5 cows per dimension (excess despawns) - Bees still exit hives to prevent sound spam, but instantly despawn
⌨️ Commands (OP Level 2)
/ub reload— Reload config, rebuild Creative tabs & JEI, trigger block replacement/ub tagitem— Show all tags of item in main hand/ub tagall— List tags of every item in your inventory
✨ Features
- ✅ Forge & Fabric support via Architectury API
- ✅ Wildcard patterns (
*:*,modid:*prefix*,*:suffix) - ✅ Tag-based rules (any mod's item/block tags)
- ✅ Mob population limits per dimension
- ✅ Auto block replacement in the world (diagonal-aware)
- ✅ JEI integration (blocked items hidden automatically)
- ✅ JSON config with pretty-printing
- ✅ Hot reload without server restart
- ✅ Template file (
universal_blocking_template.txt) with full documentation in EN/RU - ✅ Q flag — create exceptions from broader tag rules
📋 Config Location
config/universal_blocking.json — created automatically on first run with examples.
🌐Third-party hosting
You are not allowed to host the mod on third-party resources. You can post news about the mod, but you must link to this mod page for downloading (or link to the download address from modrinth).
Русский
Контролируй свой мир. Ограничивай всё.
- Universal Blocking — полный контроль над предметами, блоками и сущностями.
- Требуется Architectury API (Forge и Fabric)
- 📺 Видео обзор (v1.0): YouTube Shorts
🏆 Поддержать автора
- 🎯 Boosty
🎮 О моде
Universal Blocking — мощный серверный инструмент, который даёт вам абсолютный контроль над тем, что может и не может существовать в вашем мире Minecraft. Хардкор SMP, кастомная сборка или приключенческая карта — этот мод позволяет ограничить любой предмет, блок, крафт, моба или взаимодействие с хирургической точностью.
Создавайте правила по конкретным ID, маскам (minecraft:*ore*, *:tools) или тегам (forge:ingots, minecraft:logs). Каждое правило может комбинировать несколько флагов для получения нужного поведения.
🚩 11 мощных флагов
| Флаг | Название | Описание |
|---|---|---|
| ⚔️ D | Урон | Запрещает атаковать этим предметом |
| 🖱️ U | Использование | Блокирует ПКМ |
| 📦 I | Интерфейс | Запрещает открытие GUI блоков |
| 🧱 P | Размещение | Запрещает ставить блок |
| ⛏️ B | Ломание | Запрещает ломать блоки (инструмент или сам блок) |
| 🛡️ A | Броня | Запрещает носить броню (авто-сброс) |
| 🗑️ Z | Удаление | Удаляет из инвентаря, сундуков и дропа |
| 🔨 C | Крафт | Полностью блокирует крафт (любой способ) |
| 🔓 Q | Разблокировка | Исключение из других правил |
| 🔄 R | Замена | Заменяет блок в мире (на воздух/другой блок) |
| 👁️ T | Креатив | Скрывает из креатива + JEI/REI |
📋 Примеры использования
{
"item_blocked": [
"minecraft:diamond_sword D",
"minecraft:diamond Z",
"minecraft:stick D U P B",
"minecraft:sand R",
"minecraft:dirt R!minecraft:gold_block",
"minecraft:netherite_pickaxe Q"
],
"tag_blocked": [
"*:swords D",
"forge:tools B",
"minecraft:wool R!minecraft:stone",
"minecraft:* T"
],
"entity_blocked": [
"minecraft:zombie",
"*:bee",
"*:cow 5"
]
}
🐾 Контроль мобов
- Полная блокировка:
"minecraft:zombie"— зомби вообще не спавнятся - Лимит популяции:
"*:cow 5"— максимум 5 коров на измерение (лишние исчезают) - Пчёлы всё ещё вылетают из ульев (чтобы не было спама звуков), но мгновенно исчезают
⌨️ Команды (OP 2 уровня)
/ub reload— Перезагрузить конфиг, пересобрать креатив и JEI, запустить замену блоков/ub tagitem— Показать все теги предмета в главной руке/ub tagall— Вывести теги всех предметов в инвентаре
✨ Особенности
- ✅ Поддержка Forge и Fabric через Architectury API
- ✅ Wildcard-маски (
*:*,modid:*prefix*,*:suffix) - ✅ Правила по тегам (любые теги предметов/блоков)
- ✅ Лимиты популяции мобов на измерение
- ✅ Авто-замена блоков в мире (с учётом диагоналей)
- ✅ Интеграция с JEI (заблокированные предметы скрываются автоматически)
- ✅ JSON конфиг с красивым форматированием
- ✅ Горячая перезагрузка без рестарта сервера
- ✅ Файл-шаблон (
universal_blocking_template.txt) с полной документацией на EN/RU - ✅ Флаг Q — создание исключений из широких правил по тегам
📋 Расположение конфига
config/universal_blocking.json — создаётся автоматически при первом запуске с примерами.
🌐Сторонние размещения
Вы не имеете права размещать мод на сторонних ресурсах, вы можете разместить новость о моде, но обязательно ссылаться на эту страницу мода для загрузки. (или ссылаться на ссылку адреса скачивания с modrinth)
Available Versions
How to Install Universal Blocking on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.6).
Install Mod
Open the mod browser in the dashboard and search for "Universal Blocking". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.6, 1.21.4, 1.21.1 (+2 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Universal Blocking server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.6). You can switch loaders with one click in the panel.
Is Universal Blocking compatible with fabric and forge and neoforge?
Universal Blocking officially supports fabric, forge, neoforge for Minecraft 1.21.6, 1.21.4, 1.21.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Universal Blocking – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Universal Blocking consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Universal Blocking with just one click on your server.