# Tools

As a server admin or moderator with given staff permissions you can edit everything for players.

## Open Menu of Player

`/lands menu <player>` This command opens the GUI view of a specific player. This allows you to edit all their settings and lands.\
\&#xNAN;*Permission: lands.admin.command.menu*

## Edit other Lands

`/lands edit <land>`\
This will enter the edit mode for the land and all following commands will be executed for it.\
\&#xNAN;*Permission: lands.admin.command.edit*

## Chat Spy

`/lands admin chatspy <land or nation>`\
Spy the chat of a land. You can spy the chat of multiple lands at the same time. To remove a land from the chat spy, just execute the command again with the land parameter. To disable chat spy for all lands, just execute `/lands chatspy`.\
\&#xNAN;*Permission: lands.admin.command.chatspy*

## Teleport other Players

You can teleport players via the console or as an admin. *Permission: lands.admin.command.edit*

### Random Teleport

Just execute `/lands wild <world> <player>` and replace `<world>` with the world and `<player>` with the player.

### Teleport to Spawn

Just execute `/lands spawn <land> <area> <player> <wait>`.

* You can use `none` for the `<land>` parameter to teleport to the current edit land of the player.
* Use `none` for the `<area>` parameter to teleport to the land spawn and not an area spawn. The `none` parameter is only available for server admins with the *lands.admin.command.edit* permission and doesn't tab complete.
* The `<wait>` parameter defines, if the player must wait before teleportation.

#### Examples

In these examples the `<player>` and `<wait>` parameters aren't replaced. You need to change them accordingly.

* Teleport to the players edit land spawn: `/lands spawn none none <player> <wait>`
* Teleport to a specific land spawn: `/lands spawn <land> none <player> <wait>`
* Teleport to a specific area of a specific land: `/lands spawn <land> <area> <player> <wait>`


---

# 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/admin-and-moderation/tools.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.
