# World Manager

### Commands & Permissions: <a href="#commands-and-permissions" id="commands-and-permissions"></a>

### ⚙️ Main GUI ⚙️ <a href="#main-gui" id="main-gui"></a>

#### **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 ⚙️ <a href="#creating-new-world" id="creating-new-world"></a>

#### **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 ⚙️ <a href="#deleting-world" id="deleting-world"></a>

#### **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 ⚙️ <a href="#settings" id="settings"></a>

#### **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 ⚙️ <a href="#teleportation" id="teleportation"></a>

#### **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` <a href="#example-world-settings-in-worlds.yml" id="example-world-settings-in-worlds.yml"></a>

Copy

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


---

# 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://otrek2002s.gitbook.io/gui-admin-tools-free/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.
