Permissions

Every command has permissions associated to it, there are a few permissions that I have created to give groups of permissions to help out some.

Commands

traders.command.*:
description: Grants access to all trader commands
default: op
traders.command.create:
description: Can create traders using /trader create
default: op
traders.command.sellprice:
description: can set sale prices of traders
default: op
traders.command.buyprice:
description: Can set purchase orders
default: op
traders.command.setwallet:
description: Set an npc's wallet type
default: op
traders.command.wallet:
description: Give/take from an npc wallet.
default: op
traders.command.disable:
description: Allows a player to disable an NPC
default: op
traders.command.enable:
description: Allows a player to enable an NPC
default: op
traders.command.link
description: Allows player to link two npcs to share pricelist
traders.command.removelink
description: Allows a player to remove a link on two NPCs.
traders.command.linkchest
description: Allows the player to link a chest to a Trader
traders.command.unlinkchest
description: Allows the player to unlink a chest from a Trader

Wallets

traders.wallet.private:
description: Allows user to set traders to use their own private wallet.
default: true
traders.wallet.owner:
description: Allows user to set traders to use their owner's bank wallet.
default: true
traders.wallet.bank:
description: Allows user to set traders to use a bank account (ECONOMY PLUGIN MUST SUPPORT BANKS, USER MUST OWN BANK ACCOUNT).
default: true
traders.wallet.admin:
description: Allows user to set traders to use a bank account (ECONOMY PLUGIN MUST SUPPORT BANKS, USER MUST OWN BANK ACCOUNT).
default: op
traders.wallet.town_bank:
description: Allows the player to associate the traders wallet to that of a town, the player must be the mayor or assistant of the town, and must own the NPC
default: op

Comments

Posts Quoted:
Reply
Clear All Quotes