Lobby Server Setup - [v2.050]

How to set this up :

Proxy Installation:

  • If you don't know how to download BungeeCord or Velocity on your server, I highly recommend you to watch this tutorial entirely: https://www.youtube.com/watch?v=3uN7Hv5u6Uc. This video explains entirely how those type of servers works and how to set them up properly.

Backend Installation:

Follow these steps to properly install the Lobby Setup and make it work on your Minecraft network.

  • Download Required Plugins:

    • Navigate to the Dependencies Tab on the product page.

    • Click "Link Here" next to each plugin to download the required version.

  • Set your Server Version:

    • If you're using a server host, set your version to 1.21.8. ViaVersion and ViaBackwards are already included in the Server Setup, so players using older or newer versions will still be able to join your server.

  • Prepare Server Files:

    • Delete all existing server files (if there are any).

    • Upload the "Lobby Setup - [v2.050].zip" file to your server.

    • Unzip the file, and it will create a folder containing everything needed.

    • Move the contents of the unzipped folder into your main server category.

    • Drag and drop the dependencies you downloaded into the plugins folder

    • After opening the Translation files that should also be in your server folder, select the language you want.

    • After, copy all the folders that you see inside this file and paste them into the Plugins folder.

  • Verify Server.jar Installation:

    • If you are using a server host, the paper-1.21.8.jar file should be added automatically.

    • If your server doesn't, download the latest Paper 1.21.8 build from PaperMC.io

    • Paper is the server software that this server was built and tested on; other server software (like Velocity, Purpur, Sponge, etc) should work, but it's not guaranteed and may cause some issues.

  • Need Help?:

    • If you encounter any issues, join my Discord Server and create a support ticket.

    • If you're using different server software and something isn't working, open a ticket — we'll do our best to help you.

Branding

This section explains how to change all links and default server names to your server name.

  • Branding with Skript:

    • Open the Misc.sk file:

      • Navigate to /plugins/skript/scripts/Other/Misc.sk in your server files.

      • Open this file with any editor (Notepad, Visual Studio Code, Anything!)

    • Update Social Links:

      • In this file, Lines 1 to 10 contain a placeholder for social media links (Discord, YouTube, Instagram, Twitter)

      • Replace these links with your corresponding ones.

    • Set your Server's name:

      • On line 13, find the variable defining the server's name.

      • Change this to your server name.

    • Update your Webstore link:

      • Go to /plugins/skript/scripts/Menus/Store.sk

      • Open the file and find Line 2

      • Replace the value with the URL of your webstore

    • Save all files and restart the server after you have done all these changes.

  • Branding with TAB Plugin:

    • Locate the config file:

      • Go to /plugins/TAB/config.yml in your server files.

    • Find the server name:

      • Open config.yml With a text editor and press CTRL+F to open the search box

      • Search for the text ꜱᴇʀᴠᴇʀɴᴀᴍᴇ.ɴᴇᴛ or %animation_lobby%

    • Convert your Server IP to small caps:

      • Visit Disk.gg and enter your server IP.

      • Copy the smallcaps version generated by the website.

    • Replace the server name:

      • in config.yml, replace ꜱᴇʀᴠᴇʀɴᴀᴍᴇ.ɴᴇᴛ with your smallcaps Server IP from step 3.

    • Save the file with CTRL+S and use the command /tab reload to apply the changes without restarting the server.

  • Branding with MiniMOTD:

    • Locate the config file:

      • Go to plugins/MiniMOTD/main.conf in your server files.

    • Change the server name:

      • Open main.conf with a text editor.

      • On Line 9, find ServerName and replace it with your server's name.

    • Save your changes with CTRL+S, and use the command /minimotd reload to apply the changes.

  • Branding with AdvancedBan

    • Locate the messages file:

      • Go to /plugins/AdvancedBan/Messages.yml in your server files.

    • Find the default Discord link:

      • Open the file with a text editor and press CTRL+F to search for discord.gg/servername

    • Replace it with your Discord Invite:

      • Press CTRL+H to open the replace tool.

      • Replace all discord.gg/servername with your actual Discord invite link.

    • Press CTRL+S to save the file, then use the command /advancedban reload to apply the changes:

Last updated