Tags
Creators
Details
Licensed Apache-2.0
Published 2 years ago
Updated 4 months ago
All versions
0.2.2
Release
Pillar Peril 0.2.24 months ago 747
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.6
Platforms
Paper
Purpur
Changes
Now actually the final touches on 0.2. Just some minor stuff and compatibility.
- Players now face the center of the game when it starts.
- There are now game descriptions when hovering the suggestions in the
/gamecommand. - Added compatibility with 26.1 and 26.1.1 and above.
- Added compatibility with 1.20.6.
- Fixed #2 (Player-shuffling after game ends)
- Fixed #3 (Custom max-health breaking games, e.g. from Lifesteal plugins)
Full Changelog: GitHub - abd2aa7...be2d9d4
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:euO66Htv:7rq9iJ4y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:euO66Htv:7rq9iJ4y"
}

