name: CommandShops
main: com.aehdev.commandshops.CommandShops
version: 4.2.4
author: Zolcos
description: >
             A localized shop plugin for use with Bukkit economies.
             Users can create and manage their own shops.
depend: [Vault]
softdepend: [WorldGuard]
commands:
  shop:
    description: Command for managing shops 
    usage: |
           /<command> - displays command help
permissions:
    commandshops.user.*:
        description: Users can buy and sell to shops but not make or manage them.
        default: true
        children:
            commandshops.user.buy: true
            commandshops.user.sell: true
            commandshops.user.browse: true
    commandshops.user.buy:
        description: Allows buying from shops.
    commandshops.user.sell:
        description: Allows selling to shops.
    commandshops.user.browse:
        description: Allows browsing of shops.
    commandshops.manager.*:
        description: Owners and Managers can create, move or destroy shops and manage shops (using the set commands)
        default: true
        children:
            commandshops.manager.add: true
            commandshops.manager.create: true
            commandshops.manager.destroy: true
            commandshops.manager.move: true
            commandshops.manager.set: true
            commandshops.manager.set.owner: true
    commandshops.manager.add:
        description: Allows adding items to shops under player's management.
    commandshops.manager.create:
        description: Allows creation of shops.
    commandshops.manager.destroy:
        description: Allows destruction of shops under player's management.
    commandshops.manager.move:
        description: Allows relocation of shops under player's management.
    commandshops.manager.set:
        description: Allows setting of shop parameters such as pricing in shops under player's management.
    commandshops.manager.set.owner:
        description: Allows assignment of ownership of shops under player's management.
    commandshops.admin:
        description: Allows granting shops unlimited stock and money. Allows administrative access to override manager permissions.
        children:
            commandshops.manager.*: true
        default: op
    commandshops.free.create:
        description: Removes the cost associated with creating a shop.
    commandshops.free.move:
        description: Removes the cost associated with moving a shop.