Tags
Creators
Details
All versions
15.10.1
Release
SkinsRestorer 15.10.16 months ago 10.1K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
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
Platforms
Bukkit
BungeeCord
Folia
Paper
Purpur
Spigot
Velocity
Waterfall
Changes
๐ Features
5efcab7feat: add player:/custom: prefix syntax to disambiguate skin lookups (#2098)
๐ Fixes
b626c51fix: resolve joining in proxy mode3cc0396fix: extract call into submethodbf1b946fix(deps): update dependency me.clip:placeholderapi to v2.12.02b49de9fix(deps): update dependency me.clip:placeholderapi to v2.12.1b5b5834fix(deps): update dependency com.google.errorprone:error_prone_core to v2.47.0c915d46fix(deps): update dependency me.clip:placeholderapi to v2.12.20537fdcfix(deps): update all non-major dependenciesab9c0e8fix(deps): update dependency org.postgresql:postgresql to v42.7.1058bd8c2fix(deps): update dependency net.md-5:specialsource to v1.11.6d85010ffix(deps): update dependency org.junit.jupiter:junit-jupiter to v6.0.3ab59712fix(deps): update dependency org.openrewrite.recipe:rewrite-migrate-java to v3.27.19d7806ffix(deps): update dependency org.jetbrains:annotations to v26.1.035da90cfix(deps): update all non-major dependencies to v3.2.0a7ef9fbfix(deps): update all non-major dependencies to v3.2.18903c89fix(deps): update all non-major dependenciesb8e4655fix(deps): update all non-major dependenciese7e7bf6fix(deps): update dependency net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin to v5.1.0b534acdfix: properly copy accesswidener631f854fix: use daemon threads for all spawned threads
๐จ Build
d90ea33chore(release): bump version to 15.10.1-SNAPSHOT9da5c90chore: Add Contributor Covenant Code of Conduct5a2d803chore(deps): update actions/upload-artifact action to v7 (#2100)dafc794chore: update copyright to 2026f47b5a9chore(release): bump version to 15.10.1
๐ Style
e1aa7c3style: apply openrewrite
๐งช Tests
5a03682test: add full coverage tests for all storage adapters60f0c3ctest: add unit tests for shared utilities and codec round-trips
๐ฌ Other
41f01b9Fix: use ASCII charset for URL columns to prevent InnoDB key size overflow (#2097)
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:TsLS8Py5:eweOlDty"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:eweOlDty"
}

