Mobs Blocker
Complete Control Over Mob Spawning in Minecraft!
Tired of constant creeper explosions or sheep invasions of your base? This server mod gives you complete control over which mobs can spawn in your Minecraft world!
How the Modification Works
Mobs Blocker is a server-side mod that runs in the background and intercepts mob spawning attempts. The entire system is built on a simple and understandable principle:
When the server first starts with the mod installed, a configuration file mobs.oas is automatically created in the config/oas_work/ folder. In this file, you can add the identifiers of the creatures whose spawning you want to block.
Every time the game attempts to spawn a new mob, the mod checks its identifier against the list in the configuration file. If the mob is on the list - its spawning is canceled, while all other creatures continue to spawn as usual.
Simple Configuration
Configuring the mod doesn't require special knowledge:
- Open the
config/oas_work/folder on your server - Find the
mobs.oasfile and open it with any text editor - Add the identifiers of mobs you want to block (each on a new line)
- Save the file - changes are applied instantly!
Example file content for blocking creepers and sheep:
minecraft:sheep
minecraft:creeper
Key Features
- Server-Only: The mod is installed exclusively on the server, players don't need to install it
- File-Based Configuration: All settings are stored in a simple text file
- Full Identifiers: Use full Minecraft identifiers (e.g.,
minecraft:zombie,minecraft:pig) - Broad Compatibility: Works with most other Minecraft mods
- Instant Application: Configuration changes take effect without server restart