# 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 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 > deluxemenu > discord.yml or store.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 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>PvP Arena Change Commands</summary>

Arenas are the PvP environments used in StrikePractice for matches, duels, and training modes. You can customize or replace these arenas to match your server’s theme and gameplay experience.

To change an arena, open the StrikePractice configuration and update the arena settings. This allows you to adjust the map name, region, spawn points, and other arena properties based on your server’s design needs. If required, you can also modify the arena command used for setup or configuration. Add your custom command in the section below.

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

* `/arena teleport arenaname` For teleport to arena   &#x20;
* `/arena pos1 arenaname` To set the first spawn position at your current position. \[Duels]
* `/arena pos2 arenaname` To set the second spawn position at your current position. \[Duels]
* `/arena center arenaname` To set the center position at your current position. \[Both]
* `/arena build arenaname` To toggle the build mode. Build kits will only go to build arenas and non-build kits will only go to non-build arenas by default \[Both]
* `/arena corner1 arenaname` To set the first corner at your current position \[both]
* &#x20;`/arena corner2 arenaname`  To set the second corner at your current position \[both]
* `/arena ffa arenaname` For FFa Enable

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

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

</details>

<details>

<summary>SpawnPoint Change</summary>

This Command Change Your Spawn Point

* `/sprac setlobby`

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

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

</details>

<details>

<summary>Kit Editor SpawnPoint Change Commands</summary>

This Commands change Kit Editor Spawn Point&#x20;

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

* `/sprac setediting` set the kit editing place.

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

* [StrikePractice](https://www.spigotmc.org/resources/strikepractice-%E2%80%93-1v1-2v2-bots-fights-pvp-events-parties-build-fights-and-more.46906/)

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