# Sell Multipliers

You can "boost" sell prices for certain players based on their rank or permissions.

You can toggle and customize the feature in the `settings.yml` under the `Sell_Multipliers` section:

```yaml
  Sell_Multipliers:
    Mode: RANK
    Permission_Prefix: shop.sellboost.
    Default_Value: 1.0
    Values:
      vip: 1.5
      gold: 2.0
```

*A detailed configuration guide and settings description is inside the config file*

By default it gives **x1.5** (+50%) sell boost for players with the `vip` rank, and **x2.0** (+100%) sell boost for players with the `gold` rank.
