> For the complete documentation index, see [llms.txt](https://otrek2002s.gitbook.io/gui-admin-tools-premium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://otrek2002s.gitbook.io/gui-admin-tools-premium/sections/world-manager.md).

# World Manager

<figure><img src="https://i.postimg.cc/7Lkz3P94/worldmanagererer.jpg" alt=""><figcaption></figcaption></figure>

## Commands & Permissions:

### ⚙️ Main GUI ⚙️

#### Commands:

`/worldmanager`

`/wm`

#### **Permissions:**

`admintools.worldmanager.all` - All features

`admintools.worldmanager.maingui` - Main permission

`admintools.worldmanager.maingui.tool` - Use only from GUI

`admintools.worldmanager.maingui.command` - Use only from commands

### ⚙️ Creating new world ⚙️

#### Commands:

`/worldmanager create`

`/wm create`

#### **Permissions:**

`admintools.worldmanager.create` - Main permission

`admintools.worldmanager.create.tool` - Use only from GUI

`admintools.worldmanager.create.command` - Use only from commands

### ⚙️ Deleting world ⚙️

#### Commands:

`/worldmanager remove <world_name>`

`/wm remove <world_name>`

#### **Permissions:**

`admintools.worldmanager.remove` - Main permission

`admintools.worldmanager.remove.tool` - Use only from GUI

`admintools.worldmanager.remove.command` - Use only from commands

### ⚙️ Settings ⚙️

#### Commands:

`/worldmanager settings <world_name>`

`/wm settings <world_name>`

#### **Permissions:**

`admintools.worldmanager.settings` - Main permission

`admintools.worldmanager.settings.tool` - Use only from GUI

`admintools.worldmanager.settings.command` - Use only from commands

### ⚙️ Teleportation ⚙️

#### Commands:

`/tpw <world_name>`

#### **Permissions:**

`admintools.worldmanager.tpw` - Main permission

`admintools.worldmanager.tpw.tool` - Use only from GUI

`admintools.worldmanager.tpw.command` - Use only from commands

## Example world settings in `Worlds.yml`

```
List:
  custom_world1:
    Type: FLAT
    Environment: NORMAL
    Spawn:
      X: 0.0
      Y: -60.0
      Z: 0.0
```


---

# 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://otrek2002s.gitbook.io/gui-admin-tools-premium/sections/world-manager.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.
