Citizens Wiki: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
(22 intermediate revisions by 7 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{InfoBox}}
{{InfoBox}}
 
Welcome to the Citizens Wiki!
Citizens2 is an advanced NPC plugin for CraftBukkit. Unlike the original Citizens, Citizens2 allows developers to extend basic NPCs to provide varied gameplay and functionality.
Citizens2 is an advanced NPC plugin for CraftBukkit. Unlike the original Citizens, Citizens2 allows developers to extend basic NPCs to provide varied gameplay and functionality.


==Key Features==
==Key Features==
* New and improved [[API]] for developers. This allows for brand new [[Characters]] to be made that can enhance your NPC experience.
* NPCs can walk, stand and talk naturally to players.
* Easy to use [[API]] for developers. This allows for brand new [[Traits]] that enhance your NPC experience.
* [[Types|Monster and animal NPCs]]. You can create intimidating blazes around a Nether portal, welcoming sheep near the spawn, and helpful villagers in your villages. See the [[Commands]] page to see how to create a mob NPC.
* [[Types|Monster and animal NPCs]]. You can create intimidating blazes around a Nether portal, welcoming sheep near the spawn, and helpful villagers in your villages. See the [[Commands]] page to see how to create a mob NPC.
* Improved text editing. The new text-editing interface allows for easier NPC text adding, removing, and changing. There are also a few new text-related [[Configuration]] settings.
* Ridable and [[Controllable NPCs|controllable NPCs]].
* Ability to set the server as the owner of an NPC. This makes it so only those with the "citizens.admin" permission can use and edit the NPC.
* Robust text editing. The new text-editing interface allows for adding, removing, and editing NPC text.
* Ridable NPCs. 'nuff said.
* Player- and server-owned NPCS. Server-owned NPCs can be edited by anyone with the ''citizens.admin'' permission.
* A new [[Scripting|scripting engine]] makes Citizens perhaps the most powerful plugin you have ever used.
* Admins can optionally charge for NPC creation and limit the number of NPCs per player.
* And much more!


{{FNavBox}}
{{FNavBox}}


==Can I keep my NPCs from Citizens 1?==
==Can I keep my NPCs from Citizens 1?==
You'll have to convert your old npc-profiles.yml files first. A converter can be found [http://citizensnpcs.com/converter/ here on the site]. Once you get the saves.yml file, place it in ./plugins/Citizens/saves.yml .
You'll have to convert your old npc-profiles.yml files first. A converter can be found [http://citizensnpcs.co/converter/ here]. Once you get the saves.yml file, place it in ./plugins/Citizens/saves.yml .


Still using Citizens 1.2? The old documentation, while no longer updated or supported, can be found [[1.x|here]].
Still using Citizens 1.2? The old documentation, while no longer updated or supported, can be found [[1.x|here]].


==Changelog==
==Changelog==
{{scrollbox|
https://www.spigotmc.org/resources/citizens.13811/
* '''2.0.6 - December 22nd, 2012 - [http://dev.bukkit.org/server-mods/citizens/files/22-2-0-6-alpha/ DL]'''
 
** Works with Minecraft 1.4.6
Previous versions:
* '''2.0.5 - December 19th, 2012 - [http://dev.bukkit.org/server-mods/citizens/files/20-2-0-5/ DL]'''
http://dev.bukkit.org/server-mods/citizens/files/
** Works with Minecraft 1.4.5
 
** Translation system implemented
The latest dev build for specific server versions are listed [[Versions|here]].
** Waypoint triggers
** Numerous bugfixes
** Templates
** /npc type
** Support for generic equipping
** More options in /npc talk
** Began work on new A* pathfinder for greater extensibility
** SlimeSize, SkeletonType and ZombieModifier traits added
* '''2.0.2 - September 17th, 2012 - [http://dev.bukkit.org/server-mods/citizens/files/19-2-0-2-build-370/ DL]'''
** Misc bug fixes
** Flyable NPCs
** Players editing NPCs they don't own fixed
** Save immediately on shutdown
** Add /npc vulnerable command
** Fix to Age
** Cancel navigation target if npc despawns
** Added NPC speed limits
* '''2.0.1 - September 6th, 2012 - [http://dev.bukkit.org/server-mods/citizens/files/16-2-0-1-build-324/ DL]'''
** Fix stationary ticks
** Changes to navigator
** Doesn't overwrite saves file if it failed to load
** Refactor CancelReason event firing, NPCs should teleport if no path can be found
** Compatible with 1.3.x
* '''2.0 - September 2nd, 2012 - [http://dev.bukkit.org/server-mods/citizens/files/15-2-0/ DL]'''
** Complete and total rewrite.
}}


==Credits==
==Credits==
Line 59: Line 33:


<br>'''fullwall and aPunch''' - creators of the Citizens plugin  
<br>'''fullwall and aPunch''' - creators of the Citizens plugin  
<br>'''Paul_T''' - citizensnpcs.com server host
<br>'''Creeperhost''' - Citizens website server host
<br>'''AgentK''' - Wiki editor, converter programmer, and script repo programmer.
<br>'''AgentK''' - Wiki editor, 1.x converter and script repo programmer.
<br>'''aufdemrand''' - Wiki editor, graphic designer, and [[Denizen|trait programmer]]
<br>'''aufdemrand''' - Wiki editor, graphic designer, and [[Denizen|trait programmer]]
<br>'''NeonMaster''' - Server and web maintenance, website developer
<br>'''mcmonkey and Morphan1''' - Trait programmer, wiki editor
<br>'''jrbudda''' - Trait programmer, wiki editor
<br>All character/trait authors, including those not mentioned here - talk to us on Discord!
<br>All character/trait authors, including those not mentioned here - talk to us on IRC!
<br>You, for trying out and using Citizens!
<br>You, for trying out and using Citizens!


Also, a special thanks to all of those in [http://webchat.esper.net/?channels=citizens IRC] who have tested and to all of those who have donated! We would be nowhere without you!
Also, a special thanks to all of those on [https://discord.gg/Q6pZGSR Discord] who have tested and to all of those who have donated! We would be nowhere without you!

Revision as of 23:46, 26 February 2018

Wordmark.png

Citizens is a Minecraft server plugin that utilizes the Bukkit API. It adds various Non-Player Character (NPC) functionality. Citizens also features an easy-to-use API for plugin developers.

Downloads: Downloads

Spigot Page: Spigot

Developers: fullwall

Source: Github

Support tickets: Ask on Discord in the '#citizens' channel, or post an issue on Github, but please see Troubleshooting first.

Discord: Discord

Donate: fullwall

Welcome to the Citizens Wiki! Citizens2 is an advanced NPC plugin for CraftBukkit. Unlike the original Citizens, Citizens2 allows developers to extend basic NPCs to provide varied gameplay and functionality.

Key Features

  • NPCs can walk, stand and talk naturally to players.
  • Easy to use API for developers. This allows for brand new Traits that enhance your NPC experience.
  • Monster and animal NPCs. You can create intimidating blazes around a Nether portal, welcoming sheep near the spawn, and helpful villagers in your villages. See the Commands page to see how to create a mob NPC.
  • Ridable and controllable NPCs.
  • Robust text editing. The new text-editing interface allows for adding, removing, and editing NPC text.
  • Player- and server-owned NPCS. Server-owned NPCs can be edited by anyone with the citizens.admin permission.
  • Admins can optionally charge for NPC creation and limit the number of NPCs per player.
Quick Navigation
Usage Installation  · Frequently Asked Questions  · Commands  · Waypoints  · Shops  · Editors  · API
Configuration Data Storage  · Permissions  · Translations
Characters Denizen  · Sentinel  · DtlTraders  · Builder
Info Downloads  · Discord
Special Information Minecraft 1.8  · Cracks  · Skins  · NPC Commands

Can I keep my NPCs from Citizens 1?

You'll have to convert your old npc-profiles.yml files first. A converter can be found here. Once you get the saves.yml file, place it in ./plugins/Citizens/saves.yml .

Still using Citizens 1.2? The old documentation, while no longer updated or supported, can be found here.

Changelog

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

Previous versions: http://dev.bukkit.org/server-mods/citizens/files/

The latest dev build for specific server versions are listed here.

Credits

Citizens would not be where it is today without the contributions of these people:


fullwall and aPunch - creators of the Citizens plugin
Creeperhost - Citizens website server host
AgentK - Wiki editor, 1.x converter and script repo programmer.
aufdemrand - Wiki editor, graphic designer, and trait programmer
mcmonkey and Morphan1 - Trait programmer, wiki editor
All character/trait authors, including those not mentioned here - talk to us on Discord!
You, for trying out and using Citizens!

Also, a special thanks to all of those on Discord who have tested and to all of those who have donated! We would be nowhere without you!