> 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/murder-mystery-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 **Murder Mystery 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/MurderMystery/`
  * **Locale:** Located in `plugins/MurderMystery/`. Look for the file `language.yml`.
  * **Special Items:** `plugins/MurderMystery/special_items.yml` controls in-game special items such as the role pass item and leave items. Leave items should run a real player command if they need to trigger the party auto-command system.

### 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.7+ 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.
  * Coin balance on the lobby scoreboard is displayed through Vault/Essentials economy placeholders, so changes to the economy format may also affect the scoreboard output.

### 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

*MurderMysteryAdditions controls the setup-specific lobby utilities, shop, aliases, and chat formatting.*

* **MurderMysteryAdditions Config:** `plugins/MurderMysteryAdditions/config.yml`
  * `lobby-items` refreshes MurderMystery SERVER\_JOIN special items after players return to the lobby world.
  * `void-teleport` can teleport 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.
  * `shop` controls the coin shop GUI, pass prices, item materials, item names, lore, sounds, and purchase messages.
  * `shop.use-vault-format` should stay enabled if you want shop prices and balances to follow the Vault/Essentials economy format.
  * `logging.suppress-murdermystery-inventory` hides noisy MurderMystery inventory save/load logs.
* **Remaining Skript Files:** `plugins/Skript/scripts/`
  * The remaining scripts are only for separate custom behavior such as join titles or plugin hiding.

### 5. Lobby Items & Special Items

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

* **MurderMystery Special Items:** `plugins/MurderMystery/special_items.yml`
  * Change lobby item slots, materials, names, lore, and click commands here.
  * The V1.7 lobby layout includes the Arena Selector, Shop, and Stats items.
  * Keep the item materials in sync with the resource pack icons if you change the visual design.

### 6. Party System

*The setup includes Parties so players can group up and play together.*

* **Parties Main Config:** `plugins/Parties/config.yml`
  * Controls the party command system, auto-command behavior, command aliases, and debug logging.
  * The auto-command system repeats whitelisted commands from the party leader to party members.

### 8. Global Server Messages

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

* **EssentialsX:** `plugins/Essentials/`
  * If you need to translate standard commands like `/tp`, `/msg`, or economy messages, look for the `messages_en.properties` file here (you might need to extract it from the Essentials jar if it's not generated).
  * The setup uses Essentials economy as coins. Economy wording and balance formatting are controlled in `plugins/Essentials/messages/messages_en.properties` and `plugins/Essentials/config.yml`.
  * MurderMysteryAdditions can use Vault economy formatting for shop balances and prices, so Essentials economy format changes can carry through to the shop.
* **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/murder-mystery-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.
