All versions
1.0.0
Release
ts-widget 1.0.02 months ago 13
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
TS Widget 1.0.0 š¢ New | š” Changed | š“ Fixed
š¢ New ā Initial Release
- š¢
TeamSpeakWidgetHUD overlay showing the current TS3 channel name and who's currently talking - š¢
TeamSpeakClientconnecting via TS3 ClientQuery for live channel and speaker data - š¢
TeamSpeakAuthenticatorhandling secure ClientQuery authentication - š¢
TSToastnotification system for connection/disconnection status changes - š¢
StatusEmojiindicators for speaking, muted, and away states - š¢
SettingsScreenwithScaleSlider,SwitchButton, andTabButtonfor full HUD customization - š¢ Keybinds added:
TS3 Widget Toggle,TS3 Connect/Disconnect,Open TS3 Settings
āļø Requirements
- Minecraft
1.21.11, Fabric Loader>=0.18.1, Fabric API>=0.141.0, Java>=21 - Client-side only, MIT licensed
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:DPCbYwww:J1TO2P1b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DPCbYwww:J1TO2P1b"
}
