Tags
Creators
Details
Licensed ARR
Published 2 weeks ago
Updated last month
All versions
2.0.0
Release
ResourcePackGuard 2.0.0last month 7
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Server-side
Client and server
Changes
[2.0.0] - 2026-08-21
Added
- Active resource packs are now fingerprinted.
- Banning a pack now immediately re-checks every online player and disconnects anyone already using it.
- More optimizations on client side.
Changed
[Ban]/[Suspect]act instantly./rpg packs <player>now lists active packs only — that's the only thing you can act on, so that's the only thing shown.- Cleaned up the command list:
/rpgand/rpg confignow only show commands meant to be typed.[Ban],[Suspect], and[Remove]still work exactly as before. - Kick messages are now plain language: "The 'X' resource pack is banned from this server.
- Chat output across
/rpg packs,/rpg status,/rpg list,/rpg config show, and ban/watch/kick alerts is now colored and considerably shorter.
Fixed
- Active packs previously always reported a blank fingerprint, so bans/watches never matched automatically until an op explicitly checked that exact pack.
- Fixed a bug where unrelated active packs could collide onto the same fingerprint and all get flagged by a single ban.
Removed
/rpg reload <player>(manual per-player re-request) — active packs already auto-report on join and on every resource-pack change, so this no longer pulled its weight.
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:DaVZcF51:zYicsGgx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DaVZcF51:zYicsGgx"
}

