Citizens Wiki: Difference between revisions
No edit summary |
Aufdemrand (talk | contribs) No edit summary |
||
Line 12: | Line 12: | ||
'''Citizens''' is a Minecraft server plugin that utilizes the [http://www.bukkit.org Bukkit API]. It adds various Non-Player Character (NPC) functionalities, from basic NPCs that talk to lively, active Guards. Originally featuring only one type of NPC, Citizens now contains 7 toggleable types and 1 creature type. With the Citizens [[API]], plugins developers can make their plugins compatible with NPCs. Server admins are even able to choose which types that they want on their server. | '''Citizens''' is a Minecraft server plugin that utilizes the [http://www.bukkit.org Bukkit API]. It adds various Non-Player Character (NPC) functionalities, from basic NPCs that talk to lively, active Guards. Originally featuring only one type of NPC, Citizens now contains 7 toggleable types and 1 creature type. With the Citizens [[API]], plugins developers can make their plugins compatible with NPCs. Server admins are even able to choose which types that they want on their server. | ||
'''Current Version:''' 1.1. | '''Current Version:''' 1.1.6 on [http://dev.bukkit.org/server-mods/citizens/files/11-1-1-6/ bukkit-dev] | ||
'''Developers:''' fullwall and aPunch | '''Developers:''' fullwall and aPunch | ||
Line 45: | Line 45: | ||
* Jan 30, 2012: Our Jenkins site is currently not uploading the most recent builds. You must use our BukkitDev page to get the 1.1.5 download. | * Jan 30, 2012: Our Jenkins site is currently not uploading the most recent builds. You must use our BukkitDev page to get the 1.1.5 download. | ||
* Jan 30, 2012: 1.1.5 has been released for use with the new RB 1.1 R3. | * Jan 30, 2012: 1.1.5 has been released for use with the new RB 1.1 R3. | ||
* Feb 13, 2012: 1.1.6 has been released. Several bugs fixed, new KillNPC quest objective added. Details soon. | |||
== Setting up Citizens == | == Setting up Citizens == |
Revision as of 15:01, 13 February 2012
|
|
Latest News
- Jan 30, 2012: Our Jenkins site is currently not uploading the most recent builds. You must use our BukkitDev page to get the 1.1.5 download.
- Jan 30, 2012: 1.1.5 has been released for use with the new RB 1.1 R3.
- Feb 13, 2012: 1.1.6 has been released. Several bugs fixed, new KillNPC quest objective added. Details soon.
Setting up Citizens
See Installation
Creating your first NPC
It is important to read the Commands and Permissions page for an in-depth look at all of the commands you can use to customize your NPCs. For now, here is a basic guide on how to setup an NPC.
Type /npc create [name]. Replace [name] with the name of your NPC. Optionally, you can add text to your NPC. To do this, simply add words after the name of the NPC. Example: /npc create Bob Hi, my name is Bob!.
/npc create Notch I like cookies!
That's it! Of course there are various other things that you can do with basic NPCs as outlined in Basic NPCs
Characters
Having a basic NPC is cool, but you may want to make it another type. To change an NPC's type, use the command /toggle [type]. Replace [type] with the NPC type that you want to toggle your NPC to become. It is imperative that you have the NPC type's .jar file in your plugins/Citizens/types directory. If not, you won't be able to toggle an NPC to become that type.
/toggle healer
Formerly called NPC Types. Here and further known as just Characters, as they will be called in Citizens 2.
Toggleable Types (These types can be toggled):
Blacksmiths
Guards
Healers
Questers
Traders
Wizards
Mob Types (These types can automatically spawn):
FAQ
See Frequently Asked Questions.
Tips and tricks
See Message Formatting.
Credits
Citizens would not be where it is today without the contributions of these people:
fullwall - original programmer
aPunch - programmer
Paul_T - citizensnpcs.net server host
You! - for trying out and using Citizens