CitiTraders: Difference between revisions
From Citizens Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Trait | {{Trait | ||
| PICTURE | | PICTURE = CitiTraders.png | ||
| AUTHOR | | AUTHOR = tehbeard | ||
| NAME | | NAME = CitiTraders | ||
| VERSION | | VERSION = 0.1 Beta | ||
| CITIZENSBUILD = 2.0 dev build #264 | | CITIZENSBUILD = 2.0 dev build #264 | ||
| DEVSTATUS | | DEVSTATUS = InDev | ||
| DEPENDS | | DEPENDS = Citizens 2, Vault, a permissions system and an economy system. | ||
| DOWNLOADLINK | | DOWNLOADLINK = https://github.com/tehbeard/CitiTraders/downloads | ||
| DESCRIPTION | | 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 | == 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
- Get a book
- Hold the book
- Right click your trader while holding the book