All versions
1.1.28
Release
1.1.283 weeks ago 44
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.1.28
New — Server Rules system
- Server rules now appear on join as a full-screen banner + chat list, with an optional accept-gate that holds a player (Slowness, can't break/use blocks) until they type
/rules accept. Existing players are caught on their first login after this update, not just brand-new ones. - Rules are fully configurable in
superpowers_config.json(serverRuleslist, header text, enable / require-accept toggles). - Acceptance is versioned: bump
rulesVersionafter editing your rules and every player re-accepts on next login.
New — Bigger on-screen notifications
- Mastery unlocks now show as a full-screen title instead of just a chat line.
- Entering / leaving a PvP Arena shows a big
PVP ZONE/SAFE ZONEtitle. Arenas can be named — anvil-rename the Arena Core before placing, or right-click a placed core with a renamed Name Tag — and the title shows your custom name.
Fixes
- Experience Obelisk, Arena Core, Arena Leaderboard and Ward Block can now be mined with a pickaxe and actually drop (they previously mined at hand-speed and dropped nothing).
- Bosses (Warden, Wither, Ender Dragon, Elder Guardian) can no longer be picked up by Colossal Toss or held by Force Grip — closes the "hold a Warden overhead and safely kill it" cheese.
- Breaking an Arena Leaderboard no longer leaves its floating text behind.
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:NrlT2Ytj:ww4f0joA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NrlT2Ytj:ww4f0joA"
}


