> For the complete documentation index, see [llms.txt](https://b-setups.gitbook.io/b.-setups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://b-setups.gitbook.io/b.-setups/servers/the-bridge-server/additional-information/where-to-find-what.md).

# Where to Find What

This guide provides a breakdown of where to find the essential configurations, language files, menus, scripts, and customizable texts for **The Bridge Server Setup**. Use this reference to translate the server, change items, or adjust the server's visual presentation.

***

### 1. Core Game Messages & Translation

*These files and folders control the primary in-game text, including chat messages, game states, win/loss announcements, and basic item names related to the main game mode.*

* **Main Plugin Folder:** `plugins/TheBridge/`
  * **Locale:** Located in `plugins/TheBridge/`. Look for the file `language.yml`.
  * **Special Items:** `plugins/TheBridge/special_items.yml` controls in-game special items such as the lobby Arena Selector, Stats, Kit Menu, base selector and leave items.
  * **Kits:** `plugins/TheBridge/kits/` holds one file per kit. Edit kit names, items and abilities here.

### 2. Scoreboard & Tablist

*These settings dictate the UI elements shown on the right side of the screen (Scoreboard) and when holding the TAB key (Player list and server info).*

* **TAB Plugin:** `plugins/TAB/config.yml`
  * Open this file to translate or modify the scoreboard title, the lines displayed on the side, header/footer texts in the player list, and nametag prefixes.
  * V1.6 also uses this file for the above-head level display. Look for `belowname-objective` if you want to change the text shown under player names, such as the level and star display.

### 3. MOTD & Server List Appearance

*The MOTD (Message of the Day) is the text players see in their multiplayer server list before they connect to the server. It also includes the hover text over the player count.*

* **AdvancedServerList:** `plugins/AdvancedServerList/profiles/default.yml`
  * Here you can translate the two MOTD lines displayed under the server name and adjust the gradient colors and player-count hover text.

### 4. Addon Systems & Action Texts

*TheBridgeAdditions controls the setup-specific lobby utilities, aliases, and chat formatting (it replaces the old ItemJoin and VoidTeleport plugins).*

* **TheBridgeAdditions Config:** `plugins/TheBridgeAdditions/config.yml`
  * `lobby-items` refreshes TheBridge SERVER\_JOIN special items after players return to the lobby world, so the Arena Selector and Stats items reappear.
  * `void-teleport` teleports players back to a configurable lobby location if they fall below the configured Y coordinate.
  * `lobby-aliases` controls commands such as `/l`, `/lobby`, and `/hub`. If the command list is empty, no aliases are intercepted.
  * `chat` controls per-world chat formatting, including the level/star PlaceholderAPI display and console chat output.
  * `logging.suppress-inventory` hides noisy TheBridge inventory save/load logs.
* **Skript Files:** `plugins/Skript/scripts/`
  * `onjoin.sk` (join title / welcome sound) and `pluginhider.sk` (hides the plugin list) hold custom texts. Translate the texts between quotation marks `" "`.
  * `startup.sk` is the first-boot dependency installer; it sets the lobby gamerule, then deletes itself after the first restart.

### 5. Lobby Items & Special Items

*TheBridge special items control the custom items players receive in the lobby, including the arena selector and stats item.*

* **TheBridge Special Items:** `plugins/TheBridge/special_items.yml`
  * Change lobby item slots, materials, names, lore, and click commands here.
  * The V1.6 main-lobby layout includes the **Play The Bridge** (Arena Selector) and **Your Stats** items, both enabled on the `SERVER_JOIN` stage.
  * Keep the item materials in sync with the resource pack icons if you change the visual design (Beetroot Seeds = selector, Pumpkin Pie = stats, Carrot = leave).

### 6. Global Server Messages

*These handle basic server functions like unknown commands, joining, quitting, and core texts.*

* **EssentialsX:** `plugins/Essentials/`
  * If you need to translate standard commands like `/tp`, `/msg`, or other messages, look for the `messages_en.properties` file here (you might need to extract it from the Essentials jar if it's not generated).
* **Server / Spigot messages:** `spigot.yml`
  * The whitelist, unknown-command, server-full, outdated-client/server and restart messages are set here.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://b-setups.gitbook.io/b.-setups/servers/the-bridge-server/additional-information/where-to-find-what.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.
