# 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:green;">**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, /rules, 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 > Skript > messages.sk`

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

* [Skript](https://www.spigotmc.org/resources/skript.114544/)

</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 > DecentHolograms > holograms > Welcome`

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

* [DecentHolograms](https://modrinth.com/plugin/decentholograms)

</details>

<details>

<summary>Ranks And Permissions</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>Crate Rewards</summary>

Crates are powered by the ExcellentCrates plugin. All crate-related settings must be configured using the plugin’s in-game editor, which can be accessed with the `/crates editor` command.

For detailed instructions on how to edit crates and add new rewards, we recommend reading the official ExcellentCrates documentation.

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

* [ExcellentCrates](https://www.spigotmc.org/resources/excellentcrates-%E2%AD%90-advanced-free-crates-plugin.48732/)

</details>

<details>

<summary>Enable or Disable PvP</summary>

You can enable or disable PvP separately for each world. For example, you might want PvP enabled in the Overworld but disabled in the Nether. Use the commands below to toggle PvP in the world you’re currently standing in.

**Note:** This will not work in spawn-protected worlds.

<mark style="color:orange;">**Commands:**</mark>

* `/rg flag __global__ pvp allow` Enables PvP in the world you are standing in.
* `/rg flag __global__ pvp deny` Disables PvP in the world you are standing in.

After making this change, be sure to **update the related menus** to reflect the new PvP settings. You can find the relevant menu files here:

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

* `plugins > DeluxeMenus > gui_menus > rtp`
* `plugins > DeluxeMenus > gui_menus > serverguide`

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

* [WorldGuard](https://modrinth.com/plugin/worldguard/versions)
* [DeluxeMenus](https://modrinth.com/plugin/deluxemenus)

</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/survivalrpg-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.
