Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
Go to file
sanjay900 8698312a87 Support setting permanent skins
A permanent skin is set with ./npc skin -p name and will NOT change when
that player changes their skin, opening up lots more skin options.
To do this with code, set
npc.data().setPersistent(NPC.PLAYER_SKIN_UUID_METADATA, to the players
UUID/ Name and then
npc.data().setPersistent(NPC.PLAYER_SKIN_TEXTURE_PROPERTIES, "cache");
to tell the plugin to keep a permanent cache of their skin. Due to how
skins are implemented, these skins will work forever.
2015-02-03 10:52:52 +13:00
src/main Support setting permanent skins 2015-02-03 10:52:52 +13:00
.gitignore Fix the sit animation, fixes #96 2014-10-31 16:27:19 -07:00
LICENSE added license 2012-02-25 04:20:58 -06:00
pom.xml Target API v14 2014-11-29 14:42:44 -08:00
README.md Update README.md 2014-11-30 14:29:46 +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.

Compatible with:

  • Minecraft 1.8
  • CitizensAPI 2.0.14