# Configuration

## ⚙️ Configuration Guide

This setup is fully configurable. Below is a map of where to find the most important files to edit menus, scoreboards, and messages.

#### 🎒 Menus & GUIs

All custom menus (Ranks, Socials, Shops, etc.) are handled by **CommandPanels**.

* **Location:** `/plugins/CommandPanels/panels/`
* **Key Files:**
  * `ranks.yml` (Ranks Menu)
  * `socials.yml` (Socials Menu)
  * `staff_guide.yml` (Staff Guide)

> **Note:** The Battlepass menu (`/bp`) is visualized here, but the progression logic works via CyberLevels.

#### 📊 Scoreboards & Tablist

The setup uses different files for the Lobby vs. In-Game scoreboards.

**Lobby Scoreboard & Tablist:**

* **Location:** `/plugins/TAB/config.yml`
* *Use this to edit the global scoreboard seen in the lobby.*

**Game Scoreboards (Waiting/In-Game):**

* **Location:** `/plugins/Paintball/language.yml`
* *Use this to edit the scoreboards displayed while players are waiting for or playing a match.*

#### 👻 Holograms

* **Welcome & Info Holograms:** `/plugins/FancyHolograms/holograms.yml`
* **DecentHolograms** (Required by the Paintball plugin).

#### ✨ Cosmetics & Progression

If you wish to change specific cosmetic settings, check these folders:

* **Player Tags:** `DeluxeTags`
* **Player Glow:** `FancyGlow`
* **Trails:** `SimpleTrails`
* **Chat Colors:** `ChatColors2`
* **Battlepass Logic:** `CyberLevels`
