 
                Automatically sell all items in your inventory and Backpacks/Sacks when they are all full!
#plugin.author:[TeamVK](https://polymart.org/team/teamvk.4)
#plugin.url:https://polymart.org/resource/te-autosellenchant.257
#plugin.price:free
#plugin.enchant.category:Mining
Enchants:
  AutoSell:
    alias: "&a&lAutosell&r"
    description: "Automatically sell all items in your inventory and VKBackPack."
    event_map:
      BlockBreakEvent: "HIGHEST"
      TEBlockExplodeEvent: "MONITOR"
      PlayerInteractEvent: "MONITOR"
    price: 150000
    max: 1
    use_action_bar: true
    action_bar_message: "&aYou've sold &e%itemssold% &afor &e%price%&a."
    display_message: false
    display_message_interval: 60
    display_format:
      - "&bItems Sold:&r %itemssold%"
      - "&bPrice:&r %price%"
    use_right_click: false # true will allow you to initiate autosell with right click
    sell_inventory: true # true will try to sell sellable items in the inventory as well.
    occurrence: always