# Recommendation

This page is a list of recommended permissions for players on your server. Please note that this is a general recommendation and might not reflect your server's needs. Also, most features of Lands can be disabled. Therefore, this recommendation might include permissions that are not required for your setup. For managing permissions, you can use a permission plugin like [LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/).

## Looking for max Chunks etc.?

Limits such as max lands, chunks etc. are now edited in the `player-limits.yml` file. Read more [here](https://wiki.incredibleplugins.com/general/locale-and-config/limits).

## Command Permissions

* `lands.command.*`\
  Description: That gives players access to all player related commands. If you want to remove some commands, you either need to negate the specific command permission or you need to set each command permission specifically.\
  \&#xNAN;*View all permissions:* [*Link*](/lands/permissions/commands.md)
* `nations.command.*`\
  Description: Use all player related `/nations <cmd>` commands.\
  \&#xNAN;*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/players/basics/commands#nations)
* `wars.command.*`\
  Description: Allow players to use all player related `/wars <cmd>` commands.\
  \&#xNAN;*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/players/basics/commands#wars)

## Teleportation

`lands.teleport.*`\
Description: This allows players to teleport to individual claimed chunks of their land etc. This does not include spawn teleportation, as this is covered by `lands.command.spawn`. If you want to limit teleportation, you'll need to set permissions accordingly.

*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/permissions/permissions#teleportation)

## Toggle Role Flags

`lands.role.setting.*`\
Description: This allows players to toggle all role flags for their land.

*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/configuration/roles-and-their-flags#flags)

## Toggle Natural Flags

`lands.setting.*`\
Description: This allows players to toggle all natural flags (like monster spawning etc.) for their land.

*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/configuration/natural-flags#flags)

## Toggle Personal Flags

`lands.player.setting.*`\
Description: Allow players to toggle all their personal flags.

*View all permissions:* [*Link*](https://wiki.incredibleplugins.com/lands/configuration/player-personal-settings#available-personal-flags)

## List of recommended Permissions for regular Players

This list isn't meant to be a standard. Each server is different. This is just an example.

### Command Permissions

* lands.command.\*
* wars.command.\*
* nations.command.\*

### Teleportation

* lands.teleport.\*

### Toggle Flags

* lands.setting.\*
* lands.role.setting.\*
* lands.player.setting.\*


---

# 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/permissions/recommended-permission-setup.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.
