# Lands

**Download:** [**here**](https://www.spigotmc.org/resources/lands-%E2%AD%95-land-claim-plugin-%E2%9C%85-grief-prevention-protection-gui-management-nations-wars-1-20-support.53313/)\
Lands is a land-claim plugin and RealisticSeasons adds extra flags you can toggle uniquely for each claimed area. RealisticSeasons generates a new file called lands.yml if the plugin is detected:

```
#Configuration file for integration with the plugin Lands
#List of flag-targets: ADMIN, PLAYER and SYSTEM. They configure who is able to toggle the flags.
flags:
   seasons:
      flag-target: ADMIN
      name: 'Seasons'
      description: 'Should the area have seasons?'
      item: 'BARRIER'
   seasonblocks:
      flag-target: ADMIN
      name: 'Seasonal block changes'
      description: 'Should the area have seasonal block changes?'
      item: 'SNOW'
   seasonmobs:
      flag-target: ADMIN
      name: 'Seasonal mobs'
      description: 'Should the area have seasonal mob spawns?'
      item: 'EGG'
   temperature:
      flag-target: ADMIN
      temperature: 25
      name: 'Temperature enabled'
      description: 'Should the area have temperature? Disabling this flag will make the displayed temperature constant.'
      item: 'LAVA_BUCKET'
```

**It is recommended to add these 4 flags to the default natural flags in the config.yml of Lands**


---

# 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.realisticseasons.com/interactions-with-other-plugins/soft-dependencies/lands.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.
