# /ginfo - Informationen about a world

Sometimes it can be helpful to see all the information and settings for a world at a glance.  
<span style="white-space: pre-wrap;">The command </span>`<span class="editor-theme-code">/ginfo</span>`<span style="white-space: pre-wrap;"> is available for this purpose.</span>

## The command in detail

`<span class="editor-theme-code">/ginfo [name]</span>`

### Parameters explained

1. **Name (optional):** The name of the world
    - If the name is left blank, the user's current world will be selected.

---

## Screenshot from the game

[![GWorld-ginfo-en-v2.png](https://books.gilljan.de/uploads/images/gallery/2026-02/scaled-1680-/GgQxp1Del0p4lXVw-gworld-ginfo-en-v2.png)](https://books.gilljan.de/uploads/images/gallery/2026-02/scaled-1680-/PelxHlU4gQOOIAGn-ginfo-en.png)

---

## Examples

### 1. Information about the current world

Get information about the current world:

```bash
/ginfo
```

### <span style="white-space: pre-wrap;">2. Information about another world </span>

Get information about the world “MyWorld”:

```bash
/ginfo MyWorld
```