
xTeams
ArchivedEasy, simple and customizable team system for your Minecraft server.
3.1Kdownloads
3followers
3.1Kdownloads
3followers
xTeams has been archived. xTeams will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 months ago
All versions
1.3.30
Release
xTeams 1.3.303 months ago 1,040
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
Platforms
Paper
Purpur
Spigot
Changes
xTeams v1.3.30 Change Log:
- feat: hybrid player identification (UUID for premium, nickname for offline) via
settings.identifier_mode - feat: extended player selectors
*,@online,@team,@teamall,@noteamfor join and leave - feat: in-game update checker that notifies on startup when a new version is on Modrinth
- feat:
/xteams reloadnow also reloads LuckPerms and Minecraft team hook settings - feat: expanded PlaceholderAPI placeholders — new globals, current-player, other-player and per-team variants
- perf: update checker runs asynchronously, no longer blocks plugin enable
- refactor: centralized team persistence, removed duplicate config saves on join/leave/delete
- refactor:
PlayerIdentifierexposesnormalize()andresolveName()is guaranteed non-null - fix:
%xteams_in_team_*%and%xteams_player_in_team_*%now return correct values in UUID mode - fix: scoreboard team display name now matches the configured
displayNameinstead of the internal key - fix:
/xteams syncnow reaches every online team member even when Bukkit hasn't cached their nickname - fix:
/xteams teaminfoand theplayerinfotab completer now show nicknames, never raw UUIDs - fix: player selectors (
@team,@teamall,*, …) now return nicknames instead of internal identifiers - fix:
TeamListenernull-checks the player and team before applying LuckPerms / Minecraft team hooks - fix: null-safe parsing of
settings.identifier_mode(no NPE when the YAML value is explicit null) - fix: tab-completer hints for
/xteams createand/xteams setdisplaynarrow down as you type - fix: successful
/xteams sync,reload,helpandinfono longer trigger Bukkit's "wrong usage" message
Optional dependencies
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:E4NdaHMh:kC55Modx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E4NdaHMh:kC55Modx"
}
