Spigot plugin that allows creating Custom NPCs.
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src/main | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
CustomNPC
Spigot plugin that allows creating custom NPCs.
Native version: 1.18
Tested working versions: 1.18, 1.18.1, 1.18.2
Features
- creating custom NPCs,
- set custom skin for NPC
Planned features
- persistent NPCs,
set custom skin for NPC,- multiline NPC nicknames,
- custom right click events,
Edit the code
Want to add new features to CustomNPCs or fix bugs yourself?
- make sure to have installed any version of Java greater than or equal to 17,
- to build jar file simply run "package" of maven,
- generate BuildTools files on your local maven repo (so you have all deps),
- and don't forget to create a pull request 🎉