# Lobby Setup

### Version: <mark style="color:orange;">1.21.11</mark>

<figure><img src="/files/PupMokh9JegB5T61Rbrv" alt=""><figcaption></figcaption></figure>

This setup is available on BuiltByBit: [Premium Lobby Setup](https://builtbybit.com/resources/premium-lobby-setup-nitrosetups.28966/)

## Installation Guide

{% tabs %}
{% tab title="Follow this guide to install the Premium Lobby Setup" %}
{% hint style="info" %}
Are you unsure on how to upload a setup to your server in general? And are you completely new to the world of Minecraft servers? Read our general in-depth setup installation guide [here](https://docs.nitrosetups.com/docs/general-guides/how-to-install-a-setup).
{% endhint %}

### 1. Upload All Files to Your Server

Start by uploading all the setup files to your server. These files are located in the `server` folder included with the setup. You'll find five files and five folders, as shown in the screenshot below.

<figure><img src="/files/MUVK0pM0zfnoBxdeio8r" alt=""><figcaption></figcaption></figure>

### 2. Install the Server JAR

The next step is to install a server JAR file. All of our setups are designed to run on **Paper** or **Purpur**, and should be installed using the Minecraft version advised at the top of this guide.

You can download Paper for your server here: [PaperMC](https://papermc.io/)

If you're using a public Minecraft hosting provider, you can usually install Paper automatically through their control panel. Be sure to select the version specified at the top of this guide.

### 3. Install the Dependencies

Due to redistribution restrictions, some plugins used in the setup must be downloaded or purchased separately. These are listed under the **Dependencies** tab on the product page.

Download the plugins listed below and upload them to the `plugins` folder:

* [Citizens](https://ci.citizensnpcs.co/job/Citizens2/4117/)   <mark style="color:green;">(Free)</mark>
* [TAB](https://www.spigotmc.org/resources/tab-1-5-1-21-7.57806/)   <mark style="color:green;">(Free)</mark>

### 4. Start your Server

The installation process is now finished — your server is ready to go! You can launch it immediately or continue by reading the **Usage Guide** and **Editing Guide** to better understand the setup and tailor it to your preferences.

As the server owner, your first step should be to grant yourself operator (OP) status. This gives your Minecraft account full access to all in-game commands. To OP yourself, enter the following command in your server console:

```
OP %your username%
```

### 5. Velocity/BungeeCord Installation

Want to setup a Velocity/Bungeecord network? Check the guide below.

{% content-ref url="/pages/CwubCWMHd38FWBraECYV" %}
[How To Create A Server Network](/docs/setup-guides/general-setup-guides/how-to-create-a-server-network.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}

## Editing Guide

This guide explains how to customize and configure all the key features that most server owners will want to adjust. The tabs below are ordered from **most commonly edited** to **least**, so we recommend starting from the top and working your way down.

<details>

<summary>TAB/Scoreboard</summary>

The TAB/Scoreboard is made with the plugin TAB. You can edit the layout/text in the TAB and scoreboard at the following filepath:

&#x20; plugins > TAB > config

</details>

<details>

<summary>Command: /discord</summary>

The /discord command can be edited at the following filepath:

&#x20; plugins > Skript > scripts > linkdiscord

</details>

<details>

<summary>Command: /store</summary>

The /store command can be edited at the following filepath:

&#x20; plugins > Skript > scripts > linkstore

</details>

<details>

<summary>Welcome Message</summary>

You can edit the Welcome Message which appears on join in the chat at the following file path:

plugins > DeluxeHub > config > Line 278-285

</details>

<details>

<summary>Server MOTD</summary>

You can edit the server MOTD in the server.properties file

</details>

<details>

<summary>Editing Holograms</summary>

The holograms are made with the plugin [DecentHolograms](https://www.spigotmc.org/resources/decentholograms-1-8-1-20-1-papi-support-no-dependencies.96927/). You can edit the holograms at the following filepath:

plugins > DecentHolograms > holograms

</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.nitrosetups.com/docs/setup-guides/premium-setups/lobby-setup.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.
