-
-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Eisi05 edited this page Dec 14, 2025
·
6 revisions
A simple API to create and manage customizable Minecraft NPCs on Paper.
- Create and manage NPCs (
NPC) - Customize appearance/behavior via
NpcOption - React to interactions via
NpcInteractEvent/NPC#setClickEvent(...) - Persist NPCs to disk via
NPC#save()and auto-load viaNpcApiinitialization - Let NPCs walk using
PathfindingUtils+NPC#walkTo(...) - Placeholder support (if PlaceholderAPI is installed) for dynamic names/skins
- Java 21+
- Paper 1.21.x (this repo targets Paper dev bundle
1.21.11-R0.1-SNAPSHOT)