-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Eisi05 edited this page Dec 14, 2025
·
10 revisions
This wiki documents how to use NpcAPI in your own Spigot plugin.
- Create and manage NPCs (
NPC) - Customize NPC appearance/behavior via
NpcOption - React to clicks via
NpcInteractEvent - Persist NPCs to disk via
NPC#save()and auto-load viaNpcApiinit - Let NPCs walk using
PathfindingUtils+NPC#walkTo(...)