> For the complete documentation index, see [llms.txt](https://survival-craft.gitbook.io/survival-craft-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://survival-craft.gitbook.io/survival-craft-wiki/cities/private-chests.md).

# Private chests

It's essential to protect your chests when you're in a city with several players.&#x20;

To do this, follow these steps:

* <mark style="color:purple;">**STEP 1 :**</mark> Get an oak sign
* <mark style="color:purple;">**STEP 2 :**</mark> Right-click on the chest to be protected without crouching down

<figure><img src="/files/DRz2tcinQeir32X1sU4k" alt=""><figcaption></figcaption></figure>

**If you wish to authorize other players to access your chest** :

* <mark style="color:purple;">**STEP 1 :**</mark> Right-click on the sign
* <mark style="color:purple;">**STEP 2 :**</mark> Enter the command: **/lock 3 pseudo**

{% hint style="info" %}
The number corresponds to the line you wish to modify.
{% endhint %}

You can therefore add other players by repeating the command with different numbers.&#x20;

Example: **/lock 4 username**

If you run out of space on your sign, you can replace it with another oak one on the side of the trunk and repeat the operation.

<figure><img src="/files/9HVg16cjetL5vpUC2lzB" alt=""><figcaption></figcaption></figure>

\
And now your chests are secure!🎉

{% hint style="success" %}
Your safes will never be stolen again!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://survival-craft.gitbook.io/survival-craft-wiki/cities/private-chests.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
