Tags
Creators
Details
3.1.0
Compatibility
Changes
Added /regionclear. This command allows you to clear specific entities from specific regions.
Available Types:
( ) are optional specifications
-all
-monsters
-animals
-ambient (bats)
-items(:<item name>)
-vehicles (Living vehicles like horses are excluded)
(all of the above are included in -all)
-displays (Only 1.19.4+)
-specific:<entity name>
The ones above don't clear npcs, named entities
& tamed entities, to also clear those you can use:
-npcs(-only)
-tamed(-only)
-named(-only:[name])
The -only means only tamed entities will get removed,
or only entities named "Steve" will get removed, etc.
Command examples:
/regionclear <region(s)> <types> (-s) (-w:[worldname])
/regionclear example1,example2 -animals -named:steve
/regionclear __global__ -animals -named-only:steve
/regionclear example1 -items:diamond,emerald -monsters -w:world_example
Specifying multiple sources is possible, so specifying
"-monsters -vehicles -specific:block_display" will remove
all monsters, all non-living vehicles and all block displays.
Moved /regiontp help message from the language file into the plugin directly. This was done to keep /regiontp help up to date at all times.
Fixed the default lang msg for console-wrong-usage showing the wrong format.
Some internal code changes:
- Java version & language is now 17.
- Updated dependency versions.
Optional dependencies
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:Gaf6ylkx:dcpOzV1r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Gaf6ylkx:dcpOzV1r"
}

