# Realm Holograms

### What are holograms?

Holograms are texts you can use on your realm, for example, to describe a path, or to welcome players to your realm.

### How can I manage holograms?

To create holograms, you need a [<mark style="color:blue;">rank</mark>](https://wiki.landania.net/english/player/ranks) with the corresponding permission.\
The following table shows how many holograms you can create with each [<mark style="color:blue;">rank</mark>](https://wiki.landania.net/english/player/ranks):

|                                                                                                          Rank                                                                                                         | Number of holograms |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------: |
|   ![](https://2317335398-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFYgKc3EKNTFUJ2IlpnjM%2Fuploads%2FhMo2tLSNUl3936lZwEXr%2Fking.png?alt=media\&token=b0d57380-0a4d-408c-929d-3942b874cf05)  |          1          |
| ![](https://2317335398-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFYgKc3EKNTFUJ2IlpnjM%2Fuploads%2FAWZJZbz3hvb1LIB2Dp3K%2Fsupreme.png?alt=media\&token=e25c05a8-ebde-407f-966c-b673174ec4ba) |          2          |
|  ![](https://2317335398-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFYgKc3EKNTFUJ2IlpnjM%2Fuploads%2FsnSeM2SFrSU1SQgYEBgn%2Fdeluxe.png?alt=media\&token=9dc163e7-f8e5-40b0-888d-eb2804b7ce58) |          3          |

If you type <mark style="color:green;">/realm holo</mark> you get a helpful overview of all available realm holo commands. We also explain them here in detail with some additional information.

{% hint style="info" %}
A maximum of 50 characters is possible per line.
{% endhint %}

With the command <mark style="color:green;">/realm holo create</mark> you can create a hologram. \<text> can be replaced with any text. When you create a hologram it will be assigned an ID, this ID is in the chat and starts at 1 on your realm. The ID is important to further customize the hologram afterward.

{% hint style="info" %}
A maximum of four lines are possible per hologram.
{% endhint %}

With the command <mark style="color:green;">/realm holo addline \<id> \<text></mark> you can add more lines to your hologram, they will be placed at the bottom.

With the command <mark style="color:green;">/realm holo removeline \<id> \<line></mark> you remove one line from the hologram, and the other lines always move up, so that no empty lines can occur.

With the command <mark style="color:green;">/realm holo editline \<id> \<line> \<text></mark> you can change an already existing line afterward.

With the command <mark style="color:green;">/realm holo remove \<id></mark> you can easily remove your holograms and place them somewhere else.

Finally, you get an overview of your holograms with the command <mark style="color:green;">/realm holo list</mark>.

### What special tags are there?

There are also a few special tags available for more dynamic holograms, namely:

{% hint style="warning" %}
All special tags always refer to the player who is currently looking at the hologram.
{% endhint %}

|      Tag     |                                                                                                     Function                                                                                                     |
| :----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|   %player%   |                         Shows the playername at the position in the hologram, without [<mark style="color:blue;">rank</mark>](https://wiki.landania.net/english/player/ranks) and color.                         |
| %rankplayer% |                             Displays the playername, including his [<mark style="color:blue;">rank</mark>](https://wiki.landania.net/english/player/ranks) and the respective color.                             |
|    %level%   |                                                    Shows the current [<mark style="color:blue;">level</mark>](https://wiki.landania.net/english/player/level).                                                   |
|     %cp%     | Shows the missing [<mark style="color:blue;">cp</mark>](https://wiki.landania.net/english/player/level) until the next [<mark style="color:blue;">level</mark>](https://wiki.landania.net/english/player/level). |


---

# 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.landania.net/english/player/ranks/realm-holograms.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.
