š« BlockBlocker - Advanced Block Management
Overview
BlockBlocker is a powerful server-side & client-side mod that gives administrators complete control over block crafting and placement in their Minecraft world. Perfect for custom game modes, roleplay servers, or any scenario where you need to restrict certain blocks!
⨠Features
- š Block Crafting - Prevent players from crafting specific items
- š§ Block Placement - Restrict placement of certain blocks in the world
- āļø Flexible Control - Block crafting only, placement only, or both!
- š¾ Persistent Storage - Your blocked items list saves between server restarts
- š® Easy Commands - Simple and intuitive command system
- š Multilingual - Supports English and French (more coming soon!)
- š Permission-Based - Requires operator privileges to manage
š Commands
All commands require operator permissions (level 2+).
Main Commands
/blockmanager add <block_id> [placement|both]
- Block crafting, placement, or both
- Examples:
/blockmanager add minecraft:tnt both - Block TNT crafting AND placement
/blockmanager add minecraft:bedrock placement - Block only bedrock placement
/blockmanager add minecraft:netherite_block craft - Block only netherite block crafting
- Default is
both if not specified
/blockmanager remove <block_id>
- Remove a block from the blocked list
- Display all currently blocked blocks with their restrictions
- Clear the entire blocked blocks list
šÆ Use Cases
- Survival Servers: Restrict overpowered blocks like bedrock or barrier blocks
- Roleplay Servers: Control which blocks fit your world's theme
- Minigame Servers: Prevent players from crafting or placing certain items
- Custom Modpacks: Balance your pack by restricting specific blocks
- Prison Servers: Control what inmates can craft and place
- Skyblock: Restrict certain blocks to maintain difficulty
š ļø Technical Details
- Minecraft Version: 1.21.1
- Mod Loader: NeoForge
- Side: Server-side (works on clients without the mod installed)
- Storage: JSON-based configuration file
- Performance: Lightweight, minimal server impact
š¦ Installation
- Download the mod from CurseForge
- Place the
.jar file in your server's mods folder
- Start your server
- Configure blocked blocks using the in-game commands
š” Example Scenarios
Prevent TNT Griefing:
/blockmanager add minecraft:tnt both
Create a "No Netherite" Challenge:
/blockmanager add minecraft:netherite_block craft
/blockmanager add minecraft:netherite_ingot craft
Restrict Creative-Only Blocks:
/blockmanager add minecraft:barrier placement
/blockmanager add minecraft:structure_block placement
/blockmanager add minecraft:command_block placement
š Future Plans
- <input disabled="disabled" type="checkbox"> Whitelist/Blacklist modes
- <input disabled="disabled" type="checkbox"> Per-dimension restrictions
- <input disabled="disabled" type="checkbox"> Per-player permissions
- <input disabled="disabled" type="checkbox"> GUI for easier management
- <input disabled="disabled" type="checkbox"> Import/Export configuration presets
š Bug Reports & Suggestions
Found a bug or have a suggestion? Please report it on our GitHub Issues page!
š License
This mod is released under [Your chosen license - e.g., MIT, GPL, etc.]
ā¤ļø Support
If you enjoy this mod, please consider:
- ā Leaving a rating on CurseForge
- š¬ Sharing it with your friends
- š Reporting bugs to help improve the mod
Enjoy controlling your server like never before! š®
Screenshots
- Command usage in-game
- Blocked crafting attempt (with error message)
- Blocked placement attempt (with error message)
- The
/blockmanager list command output