# Shop Renting

The Rent feature allows players to rent shops created by other players for a price and amount of time set by their owners.

You can toggle and customize the feature in the `settings.yml` under the `Rent` section:
```yaml
Rent:
  Enabled: true
  MaxDuration: 60
  MaxPrice:
    vault: 10000.0
```

Shop owners can manage the rent settings using the **Rent Settings** button inside the [shop GUI](/chest/overview):
- **Toggle rent** to make the shop rentable or not.
- **Set rent duration** for other players.
- **Set rent price and currency** required to rent the shop.
- **Cancel current rent**.

!!!
Players must have the rent [permission](/permissions/#chest-shop) to access the rent settings.
!!!
