> For the complete documentation index, see [llms.txt](https://vebjorn-elvekrok.gitbook.io/villager-market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vebjorn-elvekrok.gitbook.io/villager-market/trusted-system.md).

# Trusted system

## About

Villager Market offers a "trusted system" if you want to run a shop together with your friends. Trusted players can edit the shop just like the owner (add items for sale, manage storage, change name etc.), but the earned money will given to the owner as long as the `require-collect` option in the config is not enabled.

You can read more about the `require-collect` option [here](/villager-market/collect-shop-revenue.md#require-manual-collection)!

## Add trusted

If you own a shop, you can use the following command to add a trusted player to it:

```
/vm trusted add <player>
```

Then you'll have to right click on the shop you want to add the player to. Now, the added player has access to the complete shop editor.

## Remove trusted

You can remove trusted players from your shop using the following command:

```
/vm trusted remove <player>
```
