1.x/Trader: Difference between revisions
From Citizens Wiki
< 1.x
m (NavBox) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{NoSupport}} | |||
'''Traders''' allow trading of items for virtual currency. The trader can both buy and sell items to the player, and uses an intuitive interface to facilitate this. '''Warning:''' may be exploitable under lag until bukkit creates inventory events. | '''Traders''' allow trading of items for virtual currency. The trader can both buy and sell items to the player, and uses an intuitive interface to facilitate this. '''Warning:''' may be exploitable under lag until bukkit creates inventory events. | ||
Line 4: | Line 5: | ||
To stock a trader, one requires the permission 'citizens.trader.modify.stock'. To trade with the trader, give users the permissions 'citizens.trader.use.trade'. | To stock a trader, one requires the permission 'citizens.trader.modify.stock'. To trade with the trader, give users the permissions 'citizens.trader.use.trade'. | ||
== Commands == | ==Commands== | ||
Commands specific for use with traders. | |||
{| class="wikitable collapsible collapsed" style="text-align: center; width: 100%" | |||
|- | |||
! style="width: 100%; background-color:#ADD8E6" colspan="3" | '''Trader Commands''' | |||
|- | |||
{| class="wikitable" style="text-align: center;" | |||
! style="width: 250px;" | Command | ! style="width: 250px;" | Command | ||
! style="width: 200px;" | Args Description | ! style="width: 200px;" | Args Description | ||
Line 30: | Line 26: | ||
| View the help page for traders | | View the help page for traders | ||
|- | |- | ||
| / | | /npc money (give/take) (amount) | ||
| ''give/take'' - whether to give or take money from a trader <br>''amount'' - amount to give or take | | ''give/take'' - whether to give or take money from a trader <br>''amount'' - amount to give or take | ||
| true | | true | ||
Line 66: | Line 62: | ||
|} | |} | ||
{{NavBox}} | {{NavBox}} | ||
[[Category:Citizens1]] |
Latest revision as of 05:57, 23 May 2012
Not Supported! |
---|
This page is about Citizens 1.x, while the current version is Citizens 2.0.2. This page's content may be outdated, and shouldn't be trusted as being correct. See this page's talk page for more information. If you were looking for the 2.0.2 equivalent of this page, try Trader. If you feel this message was displayed in error, please contact an administrator. |
Traders allow trading of items for virtual currency. The trader can both buy and sell items to the player, and uses an intuitive interface to facilitate this. Warning: may be exploitable under lag until bukkit creates inventory events.
Permissions
To stock a trader, one requires the permission 'citizens.trader.modify.stock'. To trade with the trader, give users the permissions 'citizens.trader.use.trade'.
Commands
Commands specific for use with traders.
Trader Commands | |||||
---|---|---|---|---|---|
Command | Args Description | Require Selected | Require Ownership | Permission | Description |
/trader help | None | false | false | citizens.trader.use.help | View the help page for traders |
/npc money (give/take) (amount) | give/take - whether to give or take money from a trader amount - amount to give or take |
true | true | citizens.citizens.trader.modify.money to modify; citizens.trader.use.showmoney to view the current balance | Control a trader's balance |
/trader list [buy/sell] | buy/sell - whether to display the buy or sell list | true | false | citizens.trader.use.list | View a trader's buying/selling list |
/trader unlimited | None | true | true | citizens.trader.modify.unlimited | Toggle a trader as having an unlimited stock |
/trader buy/sell [item] [price] | item - item to add to the list price - price of the item being added |
true | true | citizens.trader.modify.stock | Change the stock of a trader |
/trader clear [buy/sell] | buy/sell - whether to clear the buy or sell list | true | true | citizens.trader.modify.clearstock | Clear the stock of a trader |
Quick Navigation | |
---|---|
Usage | Installation · Frequently Asked Questions · Commands · Editors · Characters · API · |
Configuration | Configuration · Text Syntax · Permissions · Waypoints · Data Storage |