0.1.5+26.2
Compatibility
Required content
Changes
Update since 0.1.0 — portal fixes plus new plot-customization and community features.
Portal fixes
- No more fall damage when stepping back into your home world — you land at the base of the portal frame with fall speed cleared.
- Your game mode now carries across the portal: build in creative inside the plot world, and leaving restores the mode you entered with (a creative admin returns to creative; everyone else to survival).
Plot customization & community
- Custom plot floor — pick your plot's surface from a paginated palette of every full-cube block (including 26.2's sulfur & cinnabar on the 26.2 build). Survives /plot clear.
- Per-plot PvP toggle — the plot world is PvP-safe by default; owners can allow PvP on their own plot.
- Likes & Top Plots — /plot like a plot, and browse the most-liked builds in the new Top Plots gallery.
Claim from the menu
- A "Claim a Plot" button in /plot menu (and on My Plots) — claim where you stand or grab the next free plot, no commands needed.
Requires Fabric API and sgui. (sgui isn't on Modrinth — grab the build for your MC version from maven.nucleoid.xyz; see the mod page.)
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:3IUvAZA3:sB1duIqv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3IUvAZA3:sB1duIqv"
}

