Attract To Sound - Team Management

This is an supplimentary mod for Attract To Sound. This mod will let you control the team assignment, create teams to host a battle royale!

File Details

teammanagement-1.0.6.jar

  • R
  • Oct 14, 2025
  • 335.53 KB
  • 13
  • 1.20.1
  • Forge

File Name

teammanagement-1.0.6.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:attract-to-sound-team-management-1361777:7106578")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog:

1. March Order (M Key)

  • New keybind: M to issue March order
  • Mobs follow the player's general direction while freely engaging enemies
  • Maintains formation within configurable radius
  • Configurable options:
    • marchEnabled: Enable/disable march order (default: true)
    • marchFollowRadius: Radius around player (default: 16.0)
    • marchEngageRadius: Radius for enemy engagement (default: 12.0)
    • marchUpdateInterval: Update frequency in ticks (default: 20)

2. Team Info Overlay

  • Press O to toggle team info display above entity heads
  • Shows:
    • Health bar with color-coded status (green/yellow/red)
    • Role (Leader, Edge, Member)
    • Current task (Marching, Attacking, Retreating, etc.)
  • Three display modes (configurable):
    • TOGGLE: Press Tab twice to toggle (default)
    • ALWAYS_ON: Always visible
    • DISABLED: Never shown
  • Configurable range: teamInfoOverlayRange (default: 32.0 blocks)
  • No conflict with the existing Tab team cycling feature

3. Team Info UI

  • Press H to toggle team info UI at the top left of the screen
  • Shows:
    • Health bar with color-coded status (green/yellow/red)
    • Role (Leader, Edge, Member)
    • Current task (Marching, Attacking, Retreating, etc.)
    • Alliance Team Press tab to view other team's members' info

4. Arrow-Style Lookout Marker

  • Improved visual indicator for lookout positions

5. Auto Config Migration

  • New config keys automatically added when updating

6. Many bugs fixed