Tags
Creators
Details
1.0.15
Compatibility
Required content
Changes
Main Changes
Change playerList UI to playerCards and scrollable list
Before

After

Add RefreshSkins command using PlayerSkinCache
When we updated from player buttons to player cards, the player's head was added as a texture. To preserve good performance and avoid request overloads the skins are downloaded to the client and cached. This avoids downloading player skins every time the GUI is opened. To refresh the skins what you have to do is to use the command /tp4mods refreshSkins thus emptying the cache and unloading the player skins the next time the GUI is opened.
Language Support
- English
- British English
- French
- Spanish (Ec)
- Spanish (Mx)
- Spanish (Es)
Compatibility
- This version is compatible with Minecraft 1.21.4.
- Requires Fabric API 0.118.0+1.21.4 or higher
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:IrOIk8Ds:5VLVxbOE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IrOIk8Ds:5VLVxbOE"
}

