1.0.0
Compatibility
Changes
Team System - Fortgeschrittenes Team-Plugin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FEATURES • GUI-System mit Spielerköpfen • Team-Chat für private Kommunikation • Discord-Webhooks für alle Events • PlaceholderAPI-Unterstützung (6+ Platzhalter) • Mehrsprachig (DE/EN) • Hex-Farben-Unterstützung • PvP-Schutz (optional) • Tab-Vervollständigung
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BEFEHLE /team create <name> - Team erstellen /team disband - Team auflösen /team invite <spieler> - Spieler einladen /team accept/deny - Einladung annehmen/ablehnen /team kick <spieler> - Spieler kicken /team leave - Team verlassen /team info - Team-Info anzeigen /team list - Alle Teams auflisten /team chat - Team-Chat umschalten /team gui - GUI öffnen
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
BERECHTIGUNGEN teamsystem.create/disband/invite/kick/leave/chat/gui/admin
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PLACEHOLDERAPI %teamsystem_team% - Team-Name %teamsystem_leader% - Leader-Name %teamsystem_members% - Mitgliederanzahl %teamsystem_max_members% - Max. Mitglieder %teamsystem_has_team% - Hat Team %teamsystem_is_leader% - Ist Leader
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION
- JAR in plugins-Ordner
- Server neustarten
- Config anpassen (optional)
- Discord-Webhook einrichten (optional)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ANFORDERUNGEN • Minecraft 1.21.4 • Spigot/Paper • PlaceholderAPI
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:KMDMSOmV:FH8aB5Ke"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KMDMSOmV:FH8aB5Ke"
}

