diff --git a/Spigot-API-Patches/Mob-Pathfinding-API.patch b/Spigot-API-Patches/Mob-Pathfinding-API.patch
index fc253ce5cf..adde996ef7 100644
--- a/Spigot-API-Patches/Mob-Pathfinding-API.patch
+++ b/Spigot-API-Patches/Mob-Pathfinding-API.patch
@@ -9,6 +9,8 @@ This does not do anything to stop other AI rules from changing the location, so
 it is still up to the plugin to control that or override after another goal changed
 the location.
 
+You can use EntityPathfindEvent to cancel new pathfinds from overriding your current.
+
 diff --git a/src/main/java/com/destroystokyo/paper/entity/Pathfinder.java b/src/main/java/com/destroystokyo/paper/entity/Pathfinder.java
 new file mode 100644
 index 000000000..78230bd28