The Map Package allows you to set a waypoint using BASE's waypoint event handler.

Importing the package

Link to importing-the-package

You can import the package so that you don't have to retype it everytime.

Copy
import mods.contenttweaker.Map;

Adding Waypoints

Link to adding-waypoints

This is the only method exposed by the Map package and it allows you to set a waypoint at the given location.
It is a void method with the parameters:

Copy
Map.setWaypoint(String name, IWorld world, IBlockPos pos, CTColor color)