# Editing Guide

<details>

<summary>TAB or Scoreboard</summary>

The TAB and Scoreboard, are all managed using the TAB plugin.

* The TAB refers to the player list shown when pressing the *Tab* key.
* The Scoreboard is the display panel on the right side of the scree

<mark style="color:$warning;">**Edit in Files:**</mark>

* `plugins > TAB > config.yml`

<mark style="color:$success;">**Plugins used for this feature:**</mark>

* [TAB](https://www.spigotmc.org/resources/tab-1-5-1-21-7.57806/)

</details>

<details>

<summary>Server MOTD</summary>

The Server MOTD is the two-line message displayed in the server list before a player joins—only visible to Java Edition players. It plays a crucial role as it’s often the first impression players get of your server, so make it count!

<mark style="color:$warning;">**Edit in Files:**</mark>

* `server.properties`

</details>

<details>

<summary>Message Commands</summary>

Message Commands are simple commands like /discord, /store and others that display messages tied specifically to your server’s brand. Since these messages reflect your identity, we highly recommend customizing them.

All of these messages can be edited in the configuration file listed below.

<mark style="color:$warning;">**Edit in Files:**</mark>

* `plugins > hSocials > config.yml`

</details>

<details>

<summary>Holograms</summary>

Holograms are the floating text displays found around spawn and other areas. They provide important information to players at a glance.

You’ll likely want to customize the welcome hologram in particular, as it should reflect details unique to your server’s brand and identity.

<mark style="color:$warning;">**Edit in Files:**</mark>

* `plugins > Fancyhologram > holograms.yml`&#x20;

<mark style="color:green;">**Plugins used for this feature:**</mark>

* [FancyHologram](https://modrinth.com/plugin/fancyholograms)

</details>

<details>

<summary>Ranks and Permission</summary>

The setup uses LuckPerms as the group and permission management plugin. Groups are essential for features such as Ranks and Levels. The easiest and most user-friendly way to manage groups and permissions is through the LuckPerms Online Editor, which you can open using the `/lp editor` command.

<mark style="color:orange;">Note: Groups and permissions</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**cannot**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">be edited directly through configuration files. All changes must be made using</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**in-game commands**</mark> <mark style="color:orange;"></mark><mark style="color:orange;">or the</mark> <mark style="color:orange;"></mark><mark style="color:orange;">**online editor**</mark><mark style="color:orange;">.</mark>

</details>

<details>

<summary>ServerSelecter Change</summary>

Message Commands are simple  and others that display messages tied specifically to your server’s brand. Since these messages reflect your identity, we highly recommend customizing them.

All of these messages can be edited in the configuration file listed below.

<mark style="color:$warning;">**Edit in Files:**</mark>

* `plugins > deluxehub > menu > serverselecter.yml`&#x20;

</details>


---

# 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://docs.twocube.in/server-setups/lobby-setup/editing-guide.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.
