Skip to content
Eisi05 edited this page Dec 14, 2025 · 10 revisions

NpcAPI Wiki

This wiki documents how to use NpcAPI in your own Spigot plugin.

What you get

  • 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 via NpcApi init
  • Let NPCs walk using PathfindingUtils + NPC#walkTo(...)

Pages

Clone this wiki locally