Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
In Control!

In Control!

Be In Control of mob spawns

272.9k
126
Management
Mobs
Utility
AboutChangelogVersions

InControl - 1.18-6.1.14

by McJty on Sep 11, 2024
Download

InControl 1.18-6.1.14


   - Fixed a problem with "onjoin" rules where the "incontrol" tag would not work properly

InControl - 1.19-7.1.16

by McJty on Jul 29, 2024
Download

InControl 1.19-7.1.16


   - 'hasstructure' and 'structuretags' now actually work

InControl - 1.21-10.0.0

by McJty on Jul 1, 2024
Download

InControl 1.21-10.0.0


   - First version for 1.21

InControl - 1.19-7.1.15

by McJty on Jun 15, 2024
Download

InControl 1.19-7.1.15


   - The 'structure' test now supports lists
   - New 'hasstructure' boolean test
   - New' structuretags' test to test for structure tags

InControl - 1.20-9.2.6

by McJty on May 29, 2024
Download

InControl 1.20-9.2.6


   - Fixed a problem with the 'hasstructure' test

InControl - 1.20-9.2.5

by McJty on May 7, 2024
Download

InControl 1.20-9.2.5


   - New 'hasstructure' boolean test to test if the current position has any structure
   - New 'cave' test that tries to see if the position is in a cave
   - The 'mod' test in item filters was not working at all
   - Item filters have improved. It's now possible to not have to specify the item but instead match on tag or mod only
   - New 'armorset', 'armormultiply', 'armoradd', 'followrangeset', 'followrangemultiply', and 'followrangeadd' actions to change the armor and follow range of mobs
   - New 'attackspeedset', 'attackspeedmultiply', 'attackspeedadd', 'armortoughnessset', 'armortoughnessmultiply', and 'armortoughnessadd' actions to change the attack speed and armor toughness of mobs
   - All actions that modify attributes will now work properly if spread out in multiple rules

InControl - 1.19-7.1.14

by McJty on May 7, 2024
Download

InControl 1.19-7.1.14


   - New 'armorset', 'armormultiply', 'armoradd', 'followrangeset', 'followrangemultiply', and 'followrangeadd' actions to change the armor and follow range of mobs
   - New 'attackspeedset', 'attackspeedmultiply', 'attackspeedadd', 'armortoughnessset', 'armortoughnessmultiply', and 'armortoughnessadd' actions to change the attack speed and armor toughness of mobs
   - All actions that modify attributes will now work properly if spread out in multiple rules

InControl - 1.18-6.1.13

by McJty on May 6, 2024
Download

1.18-6.1.13:

  • New 'armorset', 'armormultiply', 'armoradd', 'followrangeset', 'followrangemultiply', and 'followrangeadd' actions to change the armor and follow range of mobs
  • New 'attackspeedset', 'attackspeedmultiply', 'attackspeedadd', 'armortoughnessset', 'armortoughnessmultiply', and 'armortoughnessadd' actions to change the attack speed and armor toughness of mobs
  • All actions that modify attributes will now work properly if spread out in multiple rules

InControl - 1.19-7.1.13

by McJty on Apr 13, 2024
Download

InControl 1.19-7.1.13


   - The remove gamestage action did actually8 add the stage instead of removing it

InControl - 1.20-9.2.4

by McJty on Apr 13, 2024
Download

InControl 1.20-9.2.4


   - The remove gamestage action did actually add the stage instead of removing it

InControl - 1.20-9.2.3

by McJty on Apr 6, 2024
Download

InControl 1.20-9.2.3


   - Fixed race condition in the event system

InControl - 1.20-9.2.2

by McJty on Mar 9, 2024
Download

InControl 1.20-9.2.2


   - The 'structures' test now supports lists
   - New 'structuretags' test to support a (list of) structure tags

InControl - 1.20-9.2.1

by McJty on Jan 28, 2024
Download

InControl 1.20-9.2.1


   - Fix with position checks. They would crash if you used deny

InControl - 1.20-9.2.0

by McJty on Jan 27, 2024
Download

1.20-9.2.0:

  • New named number system where you have variables with a name and an integer value:
    • Two new commands: 'numbers' to show the current numbers and 'setnumber' to set a number
    • New 'number' test that can be used in almost all rules to test if a number satisfies a given expression. Example expression: "number": { "name": "mycounter", "expression": "gt(10)" }
    • This test also works for events and spawner rules. Basically everwhere that you can test for a phase you can now also test for a number
    • New event action called 'number'. This will allow you to modify a number when an event happens. For example: { "name": "mycounter", "value": "+1" }
    • New 'changenumber' action that can be used in many rules. Same syntax as the number event action: "changenumber": "mycounter=+1"
  • Various fixes and improvements to the phase system:
    • Manually set phases will now also be persisted when the world is reloaded
    • New event action called 'phase'. This will allow you to set or clear a phase when an event happens. For example, you can now set a phase when a player kills a mob and then use that phase in a spawner rule to spawn mobs only when that phase is set
    • The 'phase' test is now also supported for experience, loot, effect, harvest, left click, right click, place, and summon aid rules
  • New custom event:
    • New 'customevent' action that you can use from within many rules to fire a custom event
    • New event trigger called 'custom'
    • New 'result' called 'deny_with_actions' which will deny the event but still execute the actions. This can be used to deny the spawn of a mob but still send out an event

InControl - 1.20-9.1.3

by McJty on Dec 12, 2023
Download

InControl 1.20-9.1.3


   - The 'spawner' test will now also work for 'onjoin'

InControl - 1.19-7.1.12

by McJty on Nov 12, 2023
Download

InControl 1.19-7.1.12


   - Removed invalid dimension test from the parser. That test would give errors when loading for dimensions that don't exist yet

InControl - 1.20-9.1.2

by McJty on Nov 12, 2023
Download

InControl 1.20-9.1.2


   - Removed invalid dimension test from the parser. That test would give errors when loading for dimensions that don't exist yet

InControl - 1.18-6.1.12

by McJty on Nov 5, 2023
Download

InControl 1.18-6.1.12


   - Fixed a rare threading condition related to counting

InControl - 1.20-9.1.1

by McJty on Nov 4, 2023
Download

InControl 1.20-9.1.1


   - Fixed a problem with the 'spawner' test not working with 'when' equal to 'position' (default)
   - Fixed a timing isue with loading the rule files again. In some cases rules where not executing during initial chunk loading

InControl - 1.20-9.1.0

by McJty on Nov 3, 2023
Download

InControl 1.20-9.1.0


   - New events.json system that allows the player to spawn mobs whenever something happens. Still work in progress
   - Implemented 'mob_killed' and 'block_broken' events
   - New 'eventspawn' test in 'spawn.json' that can be used to test for mobs spawned by the new events.json system
   - Added new 'setphase', 'clearphase', and 'togglephase' actions for effects, experience, leftclicks, rightclicks, harvests, and spawn events
   - New area system in 'areas.json'. This can be used by map makers to define predefined locations on the map. These areas can then be used in various rules. For example to create a peaceful area on a server
   - New 'area' test that can be used in nearly all rules (like spawn.json, loot.json, effects.json, ...). This will evaluate to true if the position is in the specified area
   - Added new /incontrol area command to show the current area
   - Added 'setphase' and 'clearphase' commands
1
2
3
11

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@9fd0f68

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.