Tags
Creators
Details
All versions
5.0.0
Release
5.0.02 months ago 4,130
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.11
Platforms
Folia
Paper
Changes
Breaking changes
- 1.21.8 is now required
- Config format changed (with automatic migration)
- Inventory config changed (with automatic migration)
- Namespaced keys (
grass,minecraft:grass,datapack:grass) - Custom model data changed/fixed
- Namespaced keys (
- API for plugins to consume no longer available
- Trail pointer (with the pathfinder) has been dropped
- Teleportation is disabled entirely by default
- The
waypoints.teleport.private,waypoints.teleport.publicandwaypoints.teleport.permissionpermissions are no longer granted by default to operators due to confusion when configuring
Added
- Option to remove spaces in durations for CJK languages
- Presets to make some configurations easier instead of having to do them manually in the big configuration file
- Option to show permission and private waypoints on web maps (BlueMap, DynMap, Pl3xMap or SquareMap)
- Config option to periodically backup the database
- Japanese translation by Niboshi201
Changed
- ProtocolLib is no longer required for editing descriptions of waypoints or folders
- Banner patterns (also applies to banner waypoints), armor trims and dye colors are now stored for custom icons
- Use Modrinth API for update checking
- Public and permission waypoints can be enabled/disabled separately
- Permission waypoints are disabled by default now
- With public ownership enabled, players can now convert their private waypoints to public ones
Fixed
- Potential memory leak. Close PreparedStatements after use
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:1c2olKOU:xuikCt6l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1c2olKOU:xuikCt6l"
}

