Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
Go to file
Alex "mcmonkey" Goodwin 05abc9299c Fix spawn chunk NPC loading issues, fixes #1332 (#1625)
Some misplaced code unintentionally caused chunks to load in the middle of the startup sequence (after NPCs refused to spawn in the chunk, but before the server was fully started), meaning any chunk that normally loads within a few seconds of startup would be loaded already at that time, meaning a chunk load event never fires, and thus any NPCs at that location simply don't spawn in until the chunk is allowed to naturally unload and is later loaded again.
2018-11-30 22:34:47 +08:00
dist Improved jar filename 2018-10-26 10:39:53 -07:00
main Fix spawn chunk NPC loading issues, fixes #1332 (#1625) 2018-11-30 22:34:47 +08:00
v1_8_R3 . 2018-10-07 13:25:34 +08:00
v1_10_R1 Force armor stands to use the new pathfinder and override packet sending 2018-09-18 18:15:37 +08:00
v1_11_R1 Fix npc path block updates (#1611) 2018-11-05 19:05:28 +08:00
v1_12_R1 Fix npc path block updates (#1611) 2018-11-05 19:05:28 +08:00
v1_13_R2 Fix npc path block updates (#1611) 2018-11-05 19:05:28 +08:00
.gitignore Increase tablist packet remove delay 2018-06-07 16:57:37 +08:00
ISSUE_TEMPLATE Add required version fill-in points on the issue template 2018-07-21 21:14:14 -07:00
LICENSE Add -l flag to /npc spawn and add /npc metadata 2018-01-01 14:41:10 +08:00
pom.xml Improved jar filename 2018-10-26 10:39:53 -07:00
README.md Improve readme file 2018-09-21 07:14:25 -07:00

Citizens2 README

Citizens is an NPC plugin for the Bukkit API. It was first released on March 5, 2011, and has since seen numerous updates. Citizens provides an API which developers can use to create their own NPC characters. More information on the API can be found on the API page of the Citizens Wiki (https://wiki.citizensnpcs.co/API).

Compatible with:

Extra information

Javadoc: http://jd.citizensnpcs.co

Spigot page: https://www.spigotmc.org/resources/citizens.13811

For questions/help join our discord at: https://discord.gg/Q6pZGSR