# SELLWAND

## SELL AXE EXAMPLE:

You can looking to the config i think you will know how to make your own sell wand axe!

```yaml
# ═══ Axe Sellwand ═══
  sell_axe:
    tool: GOLDEN_AXE
    name: "&esᴇʟʟ ᴀxᴇ"
    lore:
      - "&7Sells all items in a chest!"
    enchantments:
      - "mending:1"
      - "unbreaking:3"
    action: SELLWAND
    max-use-amount: -1
    max-sold-amount: -1
    action-only-block:
      - CHEST
      - LARGE_CHEST
      - HOPPER
    ignore-block: []
    effect-particle: "NONE"
    effect-sound: "ENTITY_PLAYER_LEVELUP"
    sound-volume: 0.5
    sound-pitch: 1.0
    custom-model-data: -1
```

## ❓ HOW IT WORK ON SALE?

It working with VaultAPI it not support with your server shop plugins if you want to use sell axe you just need to config a sellwand\_items.yml set can sale to list like example below!

```yaml
items:
  SUGAR_CANE: 80
  BAMBOO: 85
  CACTUS: 750
  POTATO: 50
  PUMPKIN: 450
  MELON_SLICE: 50
  WHEAT: 90
```
