MARCH SALE-10% OFFwithWELCOME10

Minecraft Minecraft Updated Feb 13, 2026

How to Use the InControl Mod on Your Minecraft Server

Learn how to use the InControl mod to control mob spawning on your Minecraft server with custom rules and conditions.

InControl is a Forge and NeoForge mod that gives you control over mob spawning on your server. You can block, allow, or modify spawns based on conditions like biome, time of day, dimension, and mob count.

InControl requires Forge or NeoForge. See How to Install Forge Mods for installation steps.

Installing InControl

  1. Download InControl from CurseForge or Modrinth.
  2. Upload the .jar file to your server's mods/ folder. See How to Install Forge Mods on Your Minecraft Server for detailed steps.
  3. Start the server once to generate the config files, then Stop it to begin editing.

Configuration Files

InControl's config files are located in config/incontrol/ on your server. The main files are:

  • spawn.json: Restrict or modify mob spawning rules.
  • spawner.json: Add new mob spawns.
  • loot.json: Control mob loot drops.
  • experience.json: Control XP rewards from mobs.
  • summonaid.json: Control zombie reinforcement spawns.

This guide focuses on spawn.json for controlling mob spawning.

Writing Spawn Rules

Rules in spawn.json are written as a JSON array and evaluated from top to bottom. The first matching rule is applied. Each rule uses conditions to determine when it applies and a result to control what happens.

A basic rule looks like this:

[
  {
    "mob": "minecraft:zombie",
    "biome": "minecraft:plains",
    "result": "deny"
  }
]

The result field accepts three values:

  • deny: Block the spawn entirely.
  • allow: Force the spawn even if vanilla would normally block it.
  • default: Keep vanilla behavior but apply any modifications (health, speed, etc.).

Common Conditions

ConditionDescriptionExample
mobEntity type"minecraft:zombie"
hostileMatch all hostile mobstrue
passiveMatch all passive mobstrue
dimensionWorld dimension"minecraft:overworld"
biomeBiome name"minecraft:plains"
timeTime of day range"13000-24000"
mincount / maxcountMob population cap20
seeskyMob can see the skytrue
weatherCurrent weather"rain"
blockBlock below the mob"minecraft:grass_block"
structureInside a structure"minecraft:fortress"

Common Actions

ActionDescriptionExample
healthmultiplyMultiply mob health2.0
damagemultiplyMultiply mob damage1.5
speedmultiplyMultiply mob speed1.5
potionApply potion effect"minecraft:speed,100,1"
helditemGive mob a held item"minecraft:diamond_sword"
customnameSet mob display name"Boss Zombie"
nbtAdd NBT data to mob"{NoAI:1}"

Example Rules

Block all hostile mobs in a biome:

[
  {
    "hostile": true,
    "biome": "minecraft:mushroom_fields",
    "result": "deny"
  }
]

Limit zombie count to 20 in the overworld:

[
  {
    "mob": "minecraft:zombie",
    "dimension": "minecraft:overworld",
    "maxcount": 20,
    "result": "deny"
  }
]

Double creeper health:

[
  {
    "mob": "minecraft:creeper",
    "healthmultiply": 2.0,
    "result": "default"
  }
]

Block hostile mob spawns during the day:

[
  {
    "hostile": true,
    "time": "0-12000",
    "result": "deny"
  }
]

Useful Commands

  • /incontrol reload — Reload config files without restarting the server.
  • /incontrol debug — Log spawn information to the console for troubleshooting.
  • /incontrol show — List all available entity names.
  • /incontrol list — Show all current mobs in the dimension.

Troubleshooting

  • Rules not working. Run /incontrol reload after editing config files. Check the console for JSON syntax errors.
  • Not sure what entity name to use. Run /incontrol show in the console to list all available entity names.
  • Too many mobs still spawning. Use maxcount to set population caps. Make sure your deny rule is above any conflicting rules, as rules are evaluated top to bottom.
  • Config files not generating. Ensure the server has started at least once with InControl installed in the mods/ folder.

InControl gives you full control over mob spawning on your server. Use /incontrol reload to apply changes without restarting. For the full list of conditions and actions, visit the InControl documentation.

Continue Learning

Browse all Minecraft tutorials Explore our library of guides and tutorials
Get 10% off your first month Looking for a Minecraft server? Use code HELPCENTER at checkout.
Get Server
Got Questions?

Frequently Asked Questions

Everything you need to know about our game server hosting. Can't find what you're looking for? Contact our support team.

How do I set up my game server?

Setting up your game server is simple and fast. After choosing your plan, follow our user-friendly setup guide, and your server will be up and running in minutes. We offer one-click modpack installation, automatic backups, and 24/7 support to ensure a smooth setup experience.

What kind of support do you offer?

We provide 24/7 expert support through live chat, ticket system, and knowledge base. Our knowledgeable team responds within 5 minutes on average and has 10+ years of experience managing game servers. We offer setup assistance, troubleshooting, and ongoing maintenance support.

What hardware do you use for hosting?

We offer two hardware tiers across our global datacenters. Our budget tier features AMD EPYC 7551 processors, while our performance tier uses the latest AMD Ryzen 9 7950X and 7950X3D processors. All servers feature NVMe SSD storage, DDR5 RAM, and dedicated CPU cores. Our infrastructure provides 99.9% uptime with full DDoS protection and automatic failover systems.

Can I add mods and plugins to my server?

Yes! We offer support for all popular server types including Forge, Fabric, and Paper for Minecraft, as well as mods for Rust, Valheim, and other games. You can install mods, modpacks, or plugins directly from our control panel. If you have any issues, our support team can help with installation and configuration.

Can I upgrade my server plan later?

Yes, you can upgrade or downgrade your server plan at any time with zero downtime. Our flexible scaling allows you to adjust RAM and CPU as your needs grow. Upgrades take effect immediately, and we prorate any billing changes to ensure you only pay for what you use.

What is your refund policy?

We offer a 7-day money-back guarantee on all hosting plans. If you're not completely satisfied with our service, you can request a full refund within the first week, no questions asked. We also offer prorated refunds for early cancellations after the initial period.

Do you offer DDoS protection?

Yes, all our servers include enterprise-grade DDoS protection at no extra cost. Our network can handle attacks up to 1Tbps and automatically filters malicious traffic. We use multiple layers of protection including rate limiting, traffic analysis, and real-time threat detection to keep your server running smoothly.

How fast is server setup?

Our servers are set up in under 10 minutes on average. We use automated provisioning systems and pre-configured templates to ensure instant deployment. Once your payment is confirmed, your server is automatically created, configured, and ready to play. No waiting, no manual setup required.

What locations do you offer?

We have datacenters in North America (Texas, Virginia, Canada), Europe (London, Germany, France, Finland), and more locations coming soon. All locations feature low-latency connections, high-speed internet, and redundant power systems. You can choose the location closest to your players for the best performance.

Do you offer automatic backups?

Yes, we provide automatic daily backups with 7-day retention at no extra cost. Backups are stored in separate datacenters for security and can be restored with one click. We also offer manual backup creation and custom backup schedules for all plans.
Support Team

Looking for a server?

Or talk with

Our Team