A comprehensive addon for the Recruits mod that provides advanced tactical control over your recruit units.
RecruitsAddon transforms the way you command your recruits by providing:
All commands work at unlimited distance - no need to be near your recruits!
/recruits march <x> <y> <z> [group <groupId>] [formation <type>]
/recruits march 100 64 -200 - March all recruits to coordinates/recruits march 0 64 0 group 1 - March only group 1/recruits march 50 70 -100 formation LINE - March in line formation/recruits march -50 80 150 group 2 formation SQUARE - Group 2 in square formation/recruits raid <x> <y> <z> [group <groupId>] [formation <type>]
/recruits raid -100 65 300 - Send recruits to raid coordinates/recruits raid 200 70 -50 group 3 - Send group 3 to raid/recruits raid 0 64 -200 formation WEDGE - Raid in wedge formation/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)
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
Access through the existing Recruits mod interface to find new "Group Commands" section:
Quick Action Buttons:
Chat Prefill Buttons:
/recruits march group X ~ ~ ~ for easy editing/recruits raid group X ~ ~ ~ for easy editingNote: Buttons automatically detect your active recruit groups and target them specifically.
March Mode (Defensive):
Raid Mode (Aggressive):
When any recruit in a marching group is attacked:
Stop Command:
Cancel Command:
Configuration file: config/recruits-addon.toml (auto-generated on first run)
Customize which entities recruits should avoid during raids:
[blacklist.entities]
entityBlacklist = [
"minecraft:villager",
"minecraft:iron_golem",
"minecraft:cat",
"minecraft:wolf",
"minecraft:creeper"
]
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
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
Q: Recruits not responding to commands
Q: GUI buttons not working
Q: Distance limitations
Q: Recruits not raising shields on stop
Enable debug logging in your log4j2.xml:
<Logger level="debug" name="com.mchivellian.recruitsaddon"/>
Enjoy commanding your recruits with tactical precision! ⚔️