All versions
1.4.0
Release
Nova's Teams 1.4.05 days ago 17
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Server & Permissions
- Server config with per-feature toggles (party create, duels, markers, HUD, and more)
- Party friendly-fire modes: off / on / reduced / duels only / leader toggle
- LuckPerms / Fabric Permissions: party size caps, create party, duels
- Config guide auto-written next to the JSON:
config/novateams-server.README.txt
Markers & Pings
- Tactical look-at pings (middle mouse by default): enemy, go-to, loot
- On-screen and ground markers with distance — party members only
- Entity marks: local glow in the marker’s party colour (vanilla and modded mobs)
Party & HUD
- Party settings screen (gear): markers, HUD, keybind hints
- Voice speaking indicator on HUD portraits (Simple Voice Chat)
- Roster polish: coloured portrait ring, compact layout
Integrations
- Xaero’s Minimap / World Map — teammate colours, frames, pings
- JourneyMap — coloured ally names, party pings
- Simple Voice Chat — optional isolated party voice group
- Placeholder API —
%novateams:in_party%,is_leader,party_size,party_leader,party_members
Optional dependencies
Any compatible version
Unavailable version
Any compatible version
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:I0x4PjEv:sBQToYAw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I0x4PjEv:sBQToYAw"
}

