Spigot plugin that allows creating Custom NPCs.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-03-06 23:48:51 +01:00
src/main Update pom.xml /createnpc info 2022-03-06 23:46:00 +01:00
.gitignore Init commit 2022-03-06 22:27:54 +01:00
LICENSE Add Apache 2.0 License 2022-03-06 22:29:08 +01:00
pom.xml Init commit 2022-03-06 22:27:54 +01:00
README.md Fix planned features list 2022-03-06 23:48:51 +01:00

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 🎉