HomeJavaModsRecruits-Extras
Recruits-Extras

RecruitsAddon - Advanced Recruit Command System

A comprehensive addon for the Recruits mod that provides advanced tactical control over your recruit units.

🎯 Overview

RecruitsAddon transforms the way you command your recruits by providing:

📋 Requirements

🎮 How to Use

Basic Commands

All commands work at unlimited distance - no need to be near your recruits!

March Commands

/recruits march <x> <y> <z> [group <groupId>] [formation <type>]

Raid Commands

/recruits raid <x> <y> <z> [group <groupId>] [formation <type>]

Control Commands

/recruits cancel     # Cancel all operations, recruits return to you
/recruits stop       # Make recruits hold defensive positions with shields
/recruits follow [player] [formation]  # Follow you or another player
/recruits attack <player>  # Attack a specific player (max 125 blocks)

Formation Types

Coordinate System

Absolute Coordinates: Use exact numbers

/recruits march 100 64 -200

Relative Coordinates: Use ~ for relative positioning

/recruits march ~ ~5 ~10    # 5 blocks up, 10 blocks forward from your position
/recruits march ~-20 ~ ~    # 20 blocks to the left of your position

🎛️ GUI Features

Enhanced Recruit Command GUI

Access through the existing Recruits mod interface to find new "Group Commands" section:

Quick Action Buttons:

Chat Prefill Buttons:

Note: Buttons automatically detect your active recruit groups and target them specifically.

⚔️ Combat Features

March vs Raid Behavior

March Mode (Defensive):

Raid Mode (Aggressive):

Group Retaliation System

When any recruit in a marching group is attacked:

  1. Entire group immediately targets the attacker
  2. Group coordinates to eliminate the threat
  3. After 5 seconds, automatically resumes original march
  4. You receive notifications about the engagement

Defensive Commands

Stop Command:

Cancel Command:

⚙️ Configuration

Configuration file: config/recruits-addon.toml (auto-generated on first run)

Entity Blacklist

Customize which entities recruits should avoid during raids:

[blacklist.entities]
entityBlacklist = [
    "minecraft:villager",
    "minecraft:iron_golem", 
    "minecraft:cat",
    "minecraft:wolf",
    "minecraft:creeper"
]

🎯 Advanced Usage Examples

Tactical Scenarios

Base Defense Setup:

/recruits march -100 64 -100 group 1 formation CIRCLE
/recruits march 100 64 100 group 2 formation SQUARE  
/recruits stop

Coordinated Attack:

/recruits march 0 64 -200 group 1 formation WEDGE
/recruits march 50 64 -200 group 2 formation LINE
/recruits raid 0 64 -150 group 1
/recruits raid 0 64 -150 group 2

Escort Mission:

/recruits follow @p formation CIRCLE
/recruits march ~ ~ ~20 formation LINE

Group Management

Multi-Group Operations:

# Send different groups to different locations
/recruits march 100 64 0 group 1 formation LINE
/recruits march -100 64 0 group 2 formation SQUARE
/recruits raid 0 64 200 group 3 formation WEDGE

# Recall specific group
/recruits cancel group 1

# Stop all groups
/recruits stop

🛠️ Troubleshooting

Common Issues

Q: Recruits not responding to commands

Q: GUI buttons not working

Q: Distance limitations

Q: Recruits not raising shields on stop

Debug Information

Enable debug logging in your log4j2.xml:

<Logger level="debug" name="com.mchivellian.recruitsaddon"/>

🙏 Acknowledgments


Enjoy commanding your recruits with tactical precision! ⚔️

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more