Tags
Creators
Details
All versions
15.7.10-neoforge
Release
SkinsRestorer 15.7.10 NeoForgelast year 3,233
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
🚀 Features
f7fe495feat: improve metrics so that we can analyse plugin usage better (#2008)
🐛 Fixes
b93833dfix: resolve some build issues3dbaa31fix: improve mysql performance for getTotalPlayerSkins1d706bbfix: Add deprecated api.mojang as backup, this should reduce instances of rate limit that result in failing to get an uuid2db28c5fix: NoSuchMethodError when using sendHealthUpdate on older bukkit versionsb2bff0ffix: resolve type inference issues with kotlin buildSrc3148865fix(deps): update dependency com.gradleup.shadow:shadow-gradle-plugin to v9 (#2000)8adebc7fix(deps): update dependency io.github.miniplaceholders:miniplaceholders-api to v3 (#2006)f9ac0c5fix: make runServer work againf8859b8fix(deps): update all non-major dependencies (#1996)31df2a0fix: add missing class for unrelocated test19ef760fix: Resolve skin on join when using a resource pack (#2010)
🏗 Refactor
b8e055crefactor: move from licenser plugin to spotless
🔨 Build
5ed5577chore(release): bump version to 15.7.10-SNAPSHOTc59d40echore: harden repository lookupsfc66c03chore(deps): update actions/checkout action to v5 (#2002)b9766b7chore(deps): update actions/setup-java action to v5 (#2007)2eb737achore(i18n): new translations locale.json (Vietnamese) (#2009)5228f4fchore(deps): update dependency gradle to v9 (#1997)22e56cechore(release): bump version to 15.7.10
💬 Other
Optional dependencies
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:iGqRhKCq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TsLS8Py5:iGqRhKCq"
}


