Cititrader/Permissions: Difference between revisions
From Citizens Wiki
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.*]] | [[Interact_Script_Requirements#Name|trader.command.*]] | ||
| Grants access to all trader commands | | Grants access to all trader commands ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.create]] | [[Interact_Script_Requirements#Name|trader.command.create]] | ||
| Can create traders using /trader create | | Can create traders using /trader create ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.sellprice]] | [[Interact_Script_Requirements#Name|trader.command.sellprice]] | ||
| | | Can set sale prices of traders ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.buyprice]] | [[Interact_Script_Requirements#Name|trader.command.buyprice]] | ||
| Can set purchase orders | | Can set purchase orders ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.setwallet]] | [[Interact_Script_Requirements#Name|trader.command.setwallet]] | ||
| Set an npc's wallet type | | Set an npc's wallet type ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.wallet]] | [[Interact_Script_Requirements#Name|trader.command.wallet]] | ||
| Give/take from an npc wallet. | | Give/take from an npc wallet. ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.disable]] | [[Interact_Script_Requirements#Name|trader.command.disable]] | ||
| Allows a player to disable an NPC | | Allows a player to disable an NPC ['''Default''': op] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.command.enable]] | [[Interact_Script_Requirements#Name|trader.command.enable]] | ||
| Allows a player to enable an NPC | | Allows a player to enable an NPC ['''Default''': op] | ||
}} | }} | ||
=== Individual Wallet Permissions === | === Individual Wallet Permissions === | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.wallet.private]] | [[Interact_Script_Requirements#Name|trader.wallet.private]] | ||
| Allows user to set traders to use their own private wallet. | | Allows user to set traders to use their own private wallet. ['''Default''': user] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.wallet.owner]] | [[Interact_Script_Requirements#Name|trader.wallet.owner]] | ||
| Allows user to set traders to use their owner's bank wallet. | | Allows user to set traders to use their owner's bank wallet. ['''Default''': user] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.wallet.bank]] | [[Interact_Script_Requirements#Name|trader.wallet.bank]] | ||
| Allows user to set traders to use a bank account (ECONOMY PLUGIN MUST SUPPORT BANKS, USER MUST OWN BANK ACCOUNT). | | Allows user to set traders to use a bank account (ECONOMY PLUGIN MUST SUPPORT BANKS, USER MUST OWN BANK ACCOUNT). ['''Default''': user ] | ||
}} | }} | ||
{{Denizen Requiremnt Type Color|ivory| | {{Denizen Requiremnt Type Color|ivory| | ||
[[Interact_Script_Requirements#Name|trader.wallet.admin]] | [[Interact_Script_Requirements#Name|trader.wallet.admin]] | ||
| Allows the user to set trader to ADMIN, unlimited money and items. | | Allows the user to set trader to ADMIN, unlimited money and items. ['''Default''': op] | ||
}} | }} |
Revision as of 02:59, 3 September 2012
Cititrader will automatically permissions for ops, below I will explain what every permission does.
Grants access to all trader commands [Default: op]
|
Can create traders using /trader create [Default: op]
|
Can set sale prices of traders [Default: op]
|
Can set purchase orders [Default: op]
|
Set an npc's wallet type [Default: op]
|
Give/take from an npc wallet. [Default: op]
|
Allows a player to disable an NPC [Default: op]
|
Allows a player to enable an NPC [Default: op]
|
Individual Wallet Permissions
Allows user to set traders to use their own private wallet. [Default: user]
|
Allows user to set traders to use their owner's bank wallet. [Default: user]
|
Allows user to set traders to use a bank account (ECONOMY PLUGIN MUST SUPPORT BANKS, USER MUST OWN BANK ACCOUNT). [Default: user ]
|
Allows the user to set trader to ADMIN, unlimited money and items. [Default: op]
|