|
|
(35 intermediate revisions by 2 users not shown) |
Line 4: |
Line 4: |
| '''()''' - Optional <br /><br /> | | '''()''' - Optional <br /><br /> |
|
| |
|
| '''Command''' - command's syntax <br /> | | '''Command''' - command name <br /> |
| '''Args Description''' - description of the command's arguments <br /> | | '''Args''' - arguments that must or may be parsed <br /> |
| '''Require Selected''' - whether the command requires an trader or banker to be selected <br />
| | '''Mode''' - whether the command requires to be in a certain mode <br /> |
| '''Require Ownership''' - whether the commands requires you to be the owner of the trader <br />
| |
| '''Required Mode''' - whether the command requires to be in a certain mode <br /> | |
| '''Permission''' - command's permission node <br />
| |
| '''Description''' - short description of the command <br /> | | '''Description''' - short description of the command <br /> |
|
| |
|
|
| |
|
| == Trader Commands == | | == Commands == |
|
| |
|
| {| class="wikitable" style="text-align: center; width: 100%"
| | <div style="width:100%;vertical-align:top"> |
| |-
| | <div style="display:table;width:100%"> |
| ! style="width: 100%; background-color:#ADD8E6" colspan="7" | '''Trader commands'''
| | <div style="display:table-cell;width:160px;border-right:solid 1px black"><p style="margin:0px;padding:2px 10px;"><b>Command</b></p> |
| |-
| | </div> |
| ! style="width: 200px;" | Command !! style="width: 400px;" | Args Description !! style="width: 50px;" | Require Selected !! style="width: 50px;" | Require Ownership !! style="width: 100px;" | Required mode !! style="width: 200px;" | Permission !! Description
| | <div style="display:table-cell;width:210px;border-right:solid 1px"><p style="margin:0px;padding:2px 10px;"><b>Args</b></p> |
| |-
| | </div> |
| | /trader || None || No || No || None || dtl.trader.command || Shows up the current version and command list
| | <div style="display:table-cell;width:160px;border-right:solid 1px black"><p style="margin:0px;padding:2px 10px;"><b>Mode</b></p> |
| |-
| | </div> |
| | /trader create || [trader name] - the traders actually name<br />(t:type) - the traders type<br />(w:wallet) - used wallet<br />(o:player) - the traders owner (coming in 1.9.1)<br />(e:entity) - the entity type of the NPC || No || No || None || dtl.trader.command.create<br />dtl.trader.options.type.<type><br />dtl.traders.options.wallet.<wallet><br />dtl.traders.options.entity.<entity-type> (going to be deleted) || Creates a new "Trader" NPC with the given type, wallet, entity-type, name. Default wallet and type depends on permissions a player got.
| | <div style="display:table-cell;width:380px;"><p style="margin:0px;padding:2px 10px;"><b>Description</b></p> |
| |-
| | </div> |
| | /trader sell list || (page) - set the page you want to look at || Yes || Yes (will change this) || Manager || dtl.trader.commands.list <br /> dtl.trader.options.sell || Lists items the trader is selling (formating available in the locale file)
| | </div> |
| |-
| |
| | /trader buy list || (page) - set the page you want to look at || Yes || Yes (will change this) || Manager || dtl.trader.commands.list <br /> dtl.trader.options.buy || Lists items the trader is buying (formating available in the locale file)
| |
| |-
| |
| | /trader type || (new_type) - sets a new trader-type || Yes || Yes || Manager || dtl.trader.commands.type<br />dtl.trader.options.type.<type> || Shows up the current trader type (only for player or server traders), or changes the type by the supplied argument
| |
| |-
| |
| | /trader wallet || (new_wallet) - sets a new wallet<br /> (bank_account_name) - used with the "bank" wallet to set the bank account (needs to be the owner or member of the bank account) || Yes || Yes || Manager || dtl.trader.commands.wallet<br />dtl.trader.options.wallet.<wallet> || Shows up the current wallet the trader is using, or changes the type by the supplied argument (only for player or server traders)
| |
| |-
| |
| | /trader owner || (new_owner) - sets the new owner || Yes || Yes || Manager || dtl.trader.commands.owner || Shows up the current owner of the selected trader, or changes the owner by the supplied argument (only for player or server traders)
| |
| |-
| |
| | /trader balance || None || Yes || Yes || Manager || dtl.trader.commands.balance || Shows up the balance of the selected trader. <br /><b>Requires npc-wallet to use</b>
| |
| |-
| |
| | /trader deposit || [amount] - the amount we want to deposit || Yes || Yes || Manager || dtl.trader.commands.deposit || Deposit given amount of money to traders wallet<br /><b>Requires npc-wallet to use</b>
| |
| |-
| |
| | /trader withdraw || [amount] - the amount we want to withdraw || Yes || Yes || Manager || dtl.trader.commands.withdraw || Withdraw given amount of money from traders wallet<br /><b>Requires npc-wallet to use</b>
| |
| |}
| |
|
| |
|
| == Banker Commands (planned) == | | <!-- /trader --> |
| | <div style="display:table;width:100%"> |
| | <div style="display:table-cell;width:160px;background-color: #F9F9F9;border-top:solid 1px"><!-- Cell --> |
| | <p style="margin:0px;padding:2px 10px"><code style="margin:0px;display:block">/trader </code></p> |
| | </div> |
| | <div style="display:table-cell;width:210px;background-color: #F9F9F9;border-top:solid 1px"><!-- Cell --> |
| | <p style="margin:0px;padding:2px 10px"><code style="margin:0px;display:block">no arguments</code></p> |
| | </div> |
| | <div style="display:table-cell;width:160px;background-color: #F9F9F9;border-top:solid 1px"><!-- Cell --> |
| | <p style="margin:0px;padding:2px 10px"><code style="margin:0px;display:block;color:green">no mode required</code></p> |
| | </div> |
| | <div style="display:table-cell;width:380px;background-color: #F9F9F9;border-top:solid 1px"><!-- Cell --> |
| | <p style="margin:0px;padding:2px 10px"><code style="margin:0px;display:block">shows info about the current selected trader or just the plugin version</code></p> |
| | </div> |
| | </div> |
| | |
| | |
| | </div> |