Skip to main content

Waypoints

Send waypoints to the client

note
  • Waypoints are currently only available on 1.7.10.
  • Users must have the Minimap mod enabled for waypoints to show up.

Sending a waypoint

CheatBreakerAPI.getInstance().sendWaypoint(Player player, CBWaypoint waypoint)

Removing a waypoint

CheatBreakerAPI.getInstance().removeWaypoint(Player player, CBWaypoint waypoint)