Tags
Creators
Details
Licensed MIT
Published last year
Updated 4 months ago
All versions
26.2
Release
TitleInfo 26.25 months ago 60
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
Platforms
Paper
Purpur
Spigot
Changes
🚀 New Features
- Teleportation System: You can now teleport to saved waypoints using
/titleinfo waypoint tp <name>. - Cross-World Tracking: Added support for inter-dimensional waypoints. The action bar now displays approximate distance and direction using Nether 1:8 scaling logic.
- Enhanced Waypoint List: The
/titleinfo waypoint listcommand now dynamically displays the distance to every saved location.
🛠 Improvements & Optimization
- Smart Refresh Rate: The action bar no longer forces a hardcoded "per-tick" update. You can now customize the frequency via
actionbar.refresh_interval_ticks. - Redundant Packet Filtering: If
actionbar.send_if_changedis enabled, the plugin will skip sending updates if the text remains the same, significantly saving bandwidth. - UI Cleanup: The action bar now automatically clears itself when no display modules are active.
- Teleport Cooldowns: Integrated a cooldown timer for the teleport command to maintain server balance.
💻 Technical & Developer API
- New Permission:
titleinfo.waypoint.tp— Controls access to the new teleport command. - Public API: Developers can now hook into TitleInfo! Use our new API to integrate waypoint data or display logic into your own plugins.
Check your config.yml to configure the new refresh intervals and cooldown settings.
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:gBsdzEMn:bGYKCAkL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gBsdzEMn:bGYKCAkL"
}

