Tags
Creators
Details
Licensed AGPL-3.0-only
Created 4 years ago
Updated 2 months ago
All versions
1.20.1-0.5.2-beta4
Beta
1.20.1-0.5.2-beta4-fabriclast year 7,680
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
[0.5.2-beta4] - 2025-02-23
Changed
- Disabled compat with Snow! Real Magic! to prevent crashes.
[0.5.2-beta3] - 2025-02-22
Added
- Add simplified chinese localization. Thank you very much kaixue#6395!
Fixed
- (1.21.1+) Fix crash when adding player by-uuid or by-name, thanks legenden#7526! (PR#155)
- (1.20.1, 1.21.1) Crash due to prev added compat with Snow! Real Magic!
[0.5.2-beta2] - 2025-02-21
Added
- Add config option to disable RegionMarker creation through renaming a Stick in an Anvil
- Add compat with Snow! Real Magic! - closes Issue #152
- Add new
playerHasBypassPermission(IProtectedRegion, Player);inde.z0rdak.yawp.api.permission.
Changed
- (API) Reworked and moved around some helpers for flag checking
Fixed
- (Fabric) Fix
spawning-allflag not excluding item entities. This fixes item deleting when using this flag in combination with theitem-dropflag. - Fix item entities or entities like armor stand, paintings, etc. de-spawning when adding
spawning-allflag to a region. - Renaming a stick in an Anvil does not consider the input name and will always result in a RegionMarker
- Fix missing info logging for config options
- Fix owners and members of child region not bypassing flag if parent denies the same flag
Supplementary resources
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:py6EMmAJ:Msw0uVfr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:py6EMmAJ:Msw0uVfr"
}

