# Camps

Camps are temporary lands that are created by placing a camp item. A camp will be deleted automatically after a server defined period. A camp does not pay any upkeep. You can give camp items to players by executing `/lands admin player <player> give camp <amount> <radius>`.

The configuration can be found in config.yml:

```yaml
# Camps are temporary lands that will get deleted after a defined period.
# Camp items can be given at first join or by executing /lands admin player <player> give camp <amount> <radius>
camp:
  # Set how much it should cost. This also includes the chunks that are being claimed.
  costs_8: 0
  # After how much time should camps be deleted?
  # 0 = never
  expire_time: 1d
  # Configure the default radius of chunks to claim.
  # You can override this executing /lands admin player give camp <radius> [silent]
  # 0 = only the chunk in which the camp item is placed.
  radius: 1
```


---

# Agent Instructions: 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://wiki.incredibleplugins.com/lands/configuration/camps.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.
