Tags
Creators
Details
2.0.0+1.20.1
Compatibility
Required content
Changes
This is a major update from the 1.0.0 version. Config files need to be manually migrated, please check below.
Changes
- Added distance in
/wherecommand, also now supports all entity (Not only player) /spawncommand now supports/spawn personal, which teleports you to your spawnpoint instead of the world's spawnpoint.- Add
/playsoundareacommand (/playsound in a box area between 2 coordinates) - Removed
/silentkick, as the same can be done with/fancykick. - The
/msgcommand now became a feature which alters the vanilla/msgcommand, you may disable it in config if you like. - The sound played to the receiver via
/msgcommand may now specify different sound id in the config. - Add hunger constraint (Specify Minimum/Maximum hunger)
- Add the ability to make item frame immutable to natural damages (i.e. Item Frame can float even without a block attached, useful for map-based decoration signages)
- Supports TextPlaceholderAPI
Note: Minecraft 1.19.2, 1.19.3 has been dropped, in favor of maintaining 1.19.4 - 1.20.1
Config migration
Starting in 2.0.0, svrutil/config.json is replaced by svrutil/feature.json, which hosts various entries of "feature" that can be toggled on and off.
Please reference this page for the new config format. In most cases you can just move over the value from the old config.json.
Please note that all instance of vanilla text format is replaced with PlaceholderAPI's Simplified Text Format, see Simplified Text Format for more details.
Further notes
This mod should work without issues on NeoForge with Sinytra Connector + Forgified Fabric API
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:oNQd3CKW:tV2GrDQF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oNQd3CKW:tV2GrDQF"
}

