Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
Go to file
Alex "mcmonkey" Goodwin 42fda25ceb Patch skin command, rename command (#1524)
* Fix npc skin -t argument order

Command input is doc'd as (and should function as) data then signature, but the called method was signature then data... update calls it in correct order. Also, fixes doc to indicate that a name is valid input, not just uuid (not entirely sure how that is handled when sent out in a packet, but it seems to be correct to feed a name)

* Ensure rename command will handle scoreboard changes

Always update prefix/suffix, not just only when team is newly created
Guarantee removal entity from scoreboard team on remove
Also removes a fileheader screwup (first line changed in 1_12_R1 file)
Also removes non-used code bits (the two coloredName lines - they don't actually functionally do anything)
Also removes a duplicated data get call

* patch gamemode command

Uppercase + unique permission node

* patch for names of length 30
2018-06-27 12:00:03 +08:00
dist mcstats.org > bstats.org (#1478) 2018-04-18 22:22:38 +08:00
main Patch skin command, rename command (#1524) 2018-06-27 12:00:03 +08:00
v1_8_R3 Patch skin command, rename command (#1524) 2018-06-27 12:00:03 +08:00
v1_10_R1 Patch skin command, rename command (#1524) 2018-06-27 12:00:03 +08:00
v1_11_R1 Patch skin command, rename command (#1524) 2018-06-27 12:00:03 +08:00
v1_12_R1 Patch skin command, rename command (#1524) 2018-06-27 12:00:03 +08:00
.gitignore Increase tablist packet remove delay 2018-06-07 16:57:37 +08:00
ISSUE_TEMPLATE Add some clarity to the issue template 2018-06-17 02:48:27 -07:00
LICENSE Add -l flag to /npc spawn and add /npc metadata 2018-01-01 14:41:10 +08:00
pom.xml Initial 1.8.8 support 2018-04-07 16:02:35 +08:00
README.md Update README.md 2018-03-30 20:00:36 +08: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 at its repository (https://github.com/CitizensDev/CitizensAPI).

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