Citizens Wiki: Difference between revisions

From Citizens Wiki

No edit summary
Line 24: Line 24:


== Your First NPC ==
== Your First NPC ==
It is important to read the Commands 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.
1. 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!''. If you want your NPC to have a skin, then give it a name of a player who has a skin. For example, typing ''/npc create Notch'' will create an NPC with Notch's skin.
2. If you didn't set the text of your NPC with the above command, you can type ''/npc add This is a sentence.'' to add text to it. Additionally, you can replace all of the current text with just one line by doing ''/npc set This text replaces all of the current text.'' Lastly, you can reset your NPC's text by typing ''/npc reset''.
3. If you want your NPC to have a colored nameplate, then type ''/npc color &<color-code>''. Replace ''<color-code>'' with the ID of the color you want the nameplate to be. Example: ''/npc color &6'' will give your NPC a gold nameplate. '''WARNING: Changing the color of an NPC's nameplate removes its skin.'''

Revision as of 19:30, 15 August 2011

Citizens

Citizens is a Minecraft server plugin that utilizes the Bukkit API. It adds various Non-Player Character (NPC) functionalities, from simple NPCs that talk to lively, active Guards. Since its release in early March 2011, it has grown to become the best (and most functional) public NPC plugin in Minecraft. Originally featuring only one type of NPC, Citizens now contains 6 toggleable types and 1 creature type. Since version 1.1, users are able to choose which types that they want on their server.

Developers: aPunch and fullwall

Current Version: 1.1

Website: citizensnpcs.net


See below for information on types, commands, permission nodes, and more!

Getting started

Follow the directions below to set up Citizens to your liking.

  • Go to the download page here.
  • Follow instructions on the download page.
  • Drag the generated Citizens.jar and /Citizens directory into the /plugins directory of your server files.
  • Start and stop your server.
  • Configure the files in the /plugins/Citizens. Use the Configuration page for reference.
  • Give your players permissions. See the Permissions page for detailed node information.
  • Start your server again. Enjoy!

Your First NPC

It is important to read the Commands 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.

1. 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!. If you want your NPC to have a skin, then give it a name of a player who has a skin. For example, typing /npc create Notch will create an NPC with Notch's skin.

2. If you didn't set the text of your NPC with the above command, you can type /npc add This is a sentence. to add text to it. Additionally, you can replace all of the current text with just one line by doing /npc set This text replaces all of the current text. Lastly, you can reset your NPC's text by typing /npc reset.

3. If you want your NPC to have a colored nameplate, then type /npc color &<color-code>. Replace <color-code> with the ID of the color you want the nameplate to be. Example: /npc color &6 will give your NPC a gold nameplate. WARNING: Changing the color of an NPC's nameplate removes its skin.