🔩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:

We'd recommend using an external editor like Visual Studio Code for editing files, but you can use the built-in editor from your hosting provider as well.

To generate "small text font" seen on our server, use this tool. To generate gradients seen on our server, use this tool.

/plugins/DecentHolograms/holograms:

  • welcome.yml -> Line 12: Use the "small text font" generator above to type out your server name.

  • Gens.yml, KitPvP.yml, Lifesteal.yml, Prison.yml, Skyblock.yml, Survival.yml -> Line 20: Replace the 127.0.0.1:25599 IP in the %pinger_isonline_127.0.0.1:25599% placeholders with the IP of each of your servers.

/plugins/DeluxeMenus/gui_menus:

  • vote.yml -> Lines 62, 88, 119, 145, 177, 204, 235, 261, 293, 319, 351, 377. Replace "yourserver.com" with your server vote link.

/plugins/DeluxeHub/:

  • config.yml -> Line 285: Generate your server name using the small text font generator above. Then, using the gradient tool above, set #5AD9D3 as the first color, then #ADF3FD as the second color.

  • menus/serverselector.yml -> Lines 66, 89, 111, 135, 167 & 190: Replace the 127.0.0.1:25599 IP in the %pinger_isonline_127.0.0.1:25599% placeholders with the IP of each of your servers. Instructions for further customisation of the server selector GUI can be found on the next page.

  • menus/lobbyselector.yml -> If you don't plan on using multiple lobbies, you can remove this file. If you are, see this page for more information.

  • config.yml -> Remove lines 343 to 351 to remove the lobby selector item from your inventory if you don't plan on using it.

/plugins/Essentials/custom.txt -> Lines 15-20: Replace with your respective social media links. Lines 22, 24, 26, 28, 30, 32, 34 & 36: Replace with your respective social media links.

/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. Note that unless you're using ping-passthrough on your Proxy, this MOTD will not be seen.

/plugins/TAB/config.yml -> Lines 6, 7, 95, 111, 114, 130 & 148. Replace with your respective URLs/server name/socials.

/plugins/TAB/config.yml -> Lines 149 to 153, feel free to change this to some other text or remove it all together.

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

Restart your server to apply all of the changes you've made to the configuration files.

Last updated