> For the complete documentation index, see [llms.txt](https://docs.nexstudios.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexstudios.org/skyblock-plus-setup/getting-set-up/configuration.md).

# Configuration

Now that your server is ready to go, let's get started on customizing the setup to include your own server name and branding. Here's a list of all the files you need to change to your server name:

{% hint style="info" %}
We'd recommend using an external editor like [Visual Studio Code](https://code.visualstudio.com/download) for editing files, but you can use the built-in editor from your hosting provider as well.
{% endhint %}

{% hint style="info" %}
To generate "small text font" seen on our server, [use this tool](https://mcutils.com/small-text-converter).\
To generate gradients seen on our server, [use this tool](https://www.birdflop.com/resources/rgb/).
{% endhint %}

`/plugins/AutomaticBroadcast/broadcasts.yml:` Lines 29, 35, 50, 56, 72, 94 -> Replace with your respective vote, store and Discord links

`/plugins/DecentHolograms/holograms/Spawn Info:`

* `welcome.yml` -> Line 12: Use the "small text font" generator above to type out your server name.
* `Coins.yml` -> Line 24: Replace "store.yourserver.com" with your store name. Again, use the "small text font" generator seen above.

`/plugins/DeluxeMenus/gui_menus`:

* `vote.yml` -> Lines 35-40, 73, 100, 132, 159, 192, 220, 252, 279,  312, 339, 372, 399. Replace "yourserver.com" with your server vote link.
* `/plugins/DeluxeMenus/gui_menus/coinshop/`:
  * `All files in this directory:` Replace `ѕᴛᴏʀᴇ.ʏᴏᴜʀѕᴇʀᴠᴇʀ.ᴄᴏᴍ` with your server store URL.
* `/plugins/DeluxeMenus/gui_menus/ranks/`:
  * `All files in this directory:` Replace `store.yourserver.com` with your server store URL.

`/plugins/Essentials/custom.txt` -> Line 2: Replace discord.gg/nexstudios with your Discord invite link.

`/plugins/Essentials/motd.txt` -> Line 10: Replace entire line with your server name. Using the gradient generator, put `#B3FF94` as gradient 1, `#B0EA60` as gradient 2 and `#B3FF94`as gradient 3.

`/plugins/MiniMOTD/main.conf` -> Line 18 & 19: Replace "SERVER NAME" with your server name and change the line2 to whatever you wish to have as the second line of your server MOTD.

`/plugins/ServerTutorialPlus/tutorialsaves.yml` -> Lines 34, 40, 356, 404 and 691. Change to your server name in the small font.

`/plugins/TAB/config.yml` -> Lines 6, 8, 84, 101, 120, 136, 152, 170, 188, 203 and 234. Replace with your respective URLs/server name/socials. For "Skyblock PLUS" small text, use the small text generator and gradient generator, put `#B3FF94` as gradient 1, `#B0EA60` as gradient 2 and `#B3FF94`as gradient 3.

`/plugins/TAB/animations.yml` -> Customise the animations and text seen at the bottom of tab.

{% hint style="info" %}
Type **/st reload**, then restart your server to apply all of the changes you've made to the configuration files.
{% endhint %}


---

# 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://docs.nexstudios.org/skyblock-plus-setup/getting-set-up/configuration.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.
