CitiTraders: Difference between revisions

From Citizens Wiki

No edit summary
No edit summary
Line 1: Line 1:
{{Trait
{{Trait
| PICTURE     = CitiTraders.png
| PICTURE       = CitiTraders.png
| AUTHOR     = tehbeard
| AUTHOR         = tehbeard
| NAME         = CitiTraders
| NAME           = CitiTraders
| VERSION   = 0.1 Beta
| VERSION       = 0.1 Beta
| CITIZENSBUILD  = 2.0 dev build #264
| CITIZENSBUILD  = 2.0 dev build #264
| DEVSTATUS   = InDev
| DEVSTATUS     = InDev
| DEPENDS     = Citizens 2, Vault, a permissions system and an economy system.
| DEPENDS       = Citizens 2, Vault, a permissions system and an economy system.
| DOWNLOADLINK = https://github.com/tehbeard/CitiTraders/downloads
| DOWNLOADLINK   = https://github.com/tehbeard/CitiTraders/downloads
| DESCRIPTION = Cititraders are NPCs that support interface-based trading. [https://github.com/tehbeard/CitiTraders/issues Issues page]
| DESCRIPTION   = Cititraders are NPCs that support interface-based trading. [https://github.com/tehbeard/CitiTraders/issues Issues page]
}}
}}
= WARNING =
CitiTraders is still very much a beta character, as such, it is recommended only for evaluation purposes at this time unless you accept the fact that something will probably be broken/cheatable with.


To add trader functionality to your NPCs use  
== Installation ==
CitiTraders requires no configuration by itself. However it requires that you have Vault, an economy plugin that can be accessed via Vault and
 
== Creating a new npc as a trader ==
/trader create [NAME] -type [TYPE]
 
[NAME] - Name of the NPC to create
 
[TYPE] - type of NPC to create, (defaults to PLAYER if omitted)
 
== Adding trader to an existing NPC ==
To add trader functionality to existing NPCs use:
:'''<code>/trait wallet</code>
:'''<code>/trait wallet</code>
and
and
:'''<code>/trait stockroom</code>
:'''<code>/trait stockroom</code>
== Accessing the storeroom of a trader ==
# Get a book
# Hold the book
# Right click your trader while holding the book

Revision as of 10:21, 6 August 2012

File:CitiTraders.png

CitiTraders


Author tehbeard
Version 0.1 Beta
Citizens build 2.0 dev build #264
Other dependencies Citizens 2, Vault, a permissions system and an economy system.
Download Link
Description: Cititraders are NPCs that support interface-based trading. Issues page

WARNING

CitiTraders is still very much a beta character, as such, it is recommended only for evaluation purposes at this time unless you accept the fact that something will probably be broken/cheatable with.

Installation

CitiTraders requires no configuration by itself. However it requires that you have Vault, an economy plugin that can be accessed via Vault and

Creating a new npc as a trader

/trader create [NAME] -type [TYPE]

[NAME] - Name of the NPC to create

[TYPE] - type of NPC to create, (defaults to PLAYER if omitted)

Adding trader to an existing NPC

To add trader functionality to existing NPCs use:

/trait wallet

and

/trait stockroom

Accessing the storeroom of a trader

  1. Get a book
  2. Hold the book
  3. Right click your trader while holding the book