All versions
1.0.5-PLUGIN
Release
Custom Waypoints PLUGIN 1.0.5last week 39
Compatibility
Minecraft: Java Edition
26.2
1.21.11
1.21.8
1.21.4–1.21.5
1.21.1
1.20.4
1.20.1
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
- Added waypoint actions in config.yml, per waypoint id (or * for every waypoint)
- remove_radius: removes the waypoint when a player walks into it, no extra command needed
- remove_only_for_player: remove it only for the player who reached it, or for everyone
- on_remove: runs when the waypoint is removed (radius, /waypointplugin remove, timer end or follow target death)
- step_radius and on_step: run actions when a player walks into a waypoint, without removing it
- execute_only_once: on_step runs only once per player until a reload or the waypoint is set again
- Actions support console_command, wait, wait_ticks, %player%, %waypoint% and PlaceholderAPI
- Added /waypointplugin reload
- Added /waypointplugin figure with every figure option (shapes, animations, pitch, roll, width)
- Added follow_horizontal and follow_vertical rotations, fade_out and opacity
- Sounds accept any sound id, with autocomplete
- Follow targets autocomplete online players
- Follow waypoints are no longer removed when the followed player dies
- Works with Fabric, Forge and NeoForge clients
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:NFyDgHvU:9kYyxMXk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:NFyDgHvU:9kYyxMXk"
}

