Tags
Creators
Details
Licensed Apache-2.0
Created 4 years ago
Updated 3 days ago
All versions
5.0.4
Release
5.0.42 years ago 3,865
Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
1.7.x
1.6.4
1.6.1–1.6.2
1.5.x
Platforms
Bukkit
BungeeCord
Fabric
Folia
Paper
Purpur
Spigot
Sponge
Velocity
Waterfall
Supported environments
Changes
- Added trivial TPS approximation on Fabric (based on MSPT)
- Added a console warn when MySQL database is empty, suggesting user should upload their data using the upload command
- Added a config option that enables compensation for a bug in packetevents plugin, which kicks players for fun
- Improved debug command output
- Improved MiniMessage support (added support for translatable and keybind component conversion)
- Improved console warnings in belowname feature to be clearer
- playerdata.yml, which is used to store players who toggled scoreboard and bossbar when remember-toggle-choice is enabled now uses UUIDs instead of player names (existing players will be converted on demand)
- Exposed a few getters in TAB's API
- Fixed startup error when name of a group in groups.yml is a number (and not wrapped as a string)
- Fixed scoreboard toggle command being totally ignored if another plugin has sent scoreboard
- Fixed runtime warning spam in console if a sorting placeholder is not configured correctly (it will only show the startup warning now)
- Fixed shadowColor (new 1.21.4 option) being set to 0 instead of null, resulting in no shadow
- Fixed tablist name formatting sometimes affecting players who meet the disable-condition
- Fixed multiple bugs with scoreboard API
- Fixed layout skin downloading not saving them into memory correctly, resulting in spamming downloading
- Fixed console errors on Velocity when plugin is disabled due to a broken configuration file
- Fixed proxy TAB <-> TAB-Bridge communication issue that might result in dynamic internal placeholders (animations & conditions) being broken
- Removed support for "|L" syntax in RGB codes that allowed setting legacy color instead of using approximation. The same result can be achieved using conditional placeholders.
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:gG7VFbG0:tpgUk4AO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gG7VFbG0:tpgUk4AO"
}

