> ## Documentation Index
> Fetch the complete documentation index at: https://docs.smzi.fr/llms.txt
> Use this file to discover all available pages before exploring further.

# Divers

> Other settings

## Remove item from shop stock

***

Remove or not the items for the shop stock once sold through the kiosk.

```LUA theme={null}
Config.removeItemFromSocietyStock = false
```

## Add money to society

***

Add the money gained from selling items through the kiosk directly into the society account.

```LUA theme={null}
Config.isMoneyGoingToSociety = false
```

## Disable Kiosk

***

Disable the kiosk when an employee is in service in the shop.

```LUA theme={null}
Config.disableKioskIfShopOpen = true
```

## Player money

***

On which account to remove the player money from.

```LUA theme={null}
Config.money = "money"  -- "money", "bank"
```

## Version check

***

Receive a log in the server console to know if the resource is up to data.

```LUA theme={null}
Config.versionCheck = true
```
