# Setup Knowledge

### Essential Plugins?

We do not include **EssentialsX** or **CMI** in the setup because they are not particularly useful for our lobby setup. You are free to use any essential plugin of your choice.

{% hint style="success" %}
[**SunLight** ](https://www.spigotmc.org/resources/sunlight-%E2%AD%90-best-z-essentials-cmi-alternative.67733/) is highly recommended - a modern plugin come with great customization options for all the features and modules.&#x20;
{% endhint %}

### Gem Economy

The Gem in the Hyronic Lobby is handled by the **PlayerPoints** plugin. Currently, it doesn't serve any purpose other than creating a leaderboard for players.\
\
However, you can connect the Gem to sub-servers to create a cross-server perk system that uses the same type of Gem. Players can then use this Gem to purchase perks such as cosmetics.

{% hint style="info" %}
We will also update a trails shop for the Hyronic Lobby as soon as possible so players can purchase "trails" in next updates.
{% endhint %}

### Welcome Screen

> A UI will appear every time a player joins the Lobby, where you can place announcements and news. The content can be changed using the PSD file we have provided.

This feature works by combining two plugins. When a player joins the server, the **DeluxeHub** plugin will open a menu created by **FancyDialog**


---

# 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://wiki.hyronic.dev/server-setups/hyronic-lobby/setup-knowledge.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.
