Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
2.10.0+1.21-neoforge
Release
[Neoforge] SkinRestorer 2.10.02 weeks ago 6,903
Compatibility
Minecraft: Java Edition
1.21–1.21.4
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Added
- Added an optional
namefield to collection provider sources, allowing players to pick a specific skin with/skin set collection <name>(see wiki) (#113) - Added tab-completion for skin provider command arguments: online players for username-based providers, named skins for the collection provider
- Added the
providers.mineskin.allowedDomainsconfig option to restrict which domains players can use with/skin set web(see wiki) - Added the
commandconfig section to control who can change skins:command.enabled,command.permissionLevelandcommand.targetsPermissionLevel(see wiki) (#114)
Changed
/skin set webnow only acceptshttp(s)URLs/skin config reloadnow resends the command tree to online players, so command changes apply without relogging
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:ghrZDhGW:P7Vre2lP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ghrZDhGW:P7Vre2lP"
}

