Plugin Installation Tutorial

Here is a guide with details that you need to follow in order to complete the installation.

Before installation

In order to install PlayerServers, you will need to have a VPS or Dedicated server with root access. If you do not have it, please do not buy the plugin or try to install it on a Shared (Game) Hosting.

Picking the right OS

We understand that if you have your server already up and running, it might come hard for you to change your OS. That's why we tested our plugin on many of the popular OS-es. Even tho some of them are marked with ⚠️, it doesn't mean the plugin will not work there, it just means that the instructions from this guide will not help you while setting up the plugin on those Operating Systems, but if you configure everything correctly (like installing Java, Screen & Fuser) the plugin should work without any problems. If you have any problems with an OS marked with ✅, please contact me so we can solve it.

Operating Systems marked with ⛔️ are currently not supported at all, but the support for them come in the future versions. Below is the list of all the popular operating systems:

Requirements

Before installing the dependencies below, it is recommended to run apt-get update command as the commands below might not work without it.

In order to install PlayerServers on your machine, you obviously need to have Java (the plugin was compiled using Java 8, as it's the standard version of Java, and it's been tested on Java 11, but it should work on newer versions as well. If it does not, please report it). The recommended version of Java to be used with this plugin is Java 11. If you don't have it already installed, please execute the command below in your Linux Terminal.

If you're using 2.0+ versions of PlayerServers, you'll need to install Java 16, or preferrably Java 17 - as it'll become standard as of PlayerServers 3.0.

You can find an in-depth guide on that here.

$ apt-get install default-jre -y

The second required dependency is Screen. We use screens for providing easy access to PlayerServers. In order to install it, you need to execute the command below. For further help with Screen, please go to the Screen (accessing consoles) page.

$ apt-get install screen -y

After successfully installing Screen, you will need to install fuser. Many Linux distros already come with it pre-installed, but if you don't have it, make sure to install it by executing the following command:

$ apt-get install fuser -y

Installation of the plugin

In order to install the plugin, you just need to put it into your BungeeCord plugins folder. After that, please reboot your server and let the plugin generate it's config files and download some other required dependencies.

After the first boot of the server, you will see some errors generated by the plugin. Don't worry, just shutdown your BungeeCord server and follow the instructions below in order to solve it.

Now navigate to the plugins folder -> PlayerServers and open up the config.yml file. It is recommended to open it usign some sort of advanced text editor (like Notepad++ or VisualStudio Code). After that, you will have to enter your MySQL informations. If you're unsure on how to create database on Linux machine, this Creating MySQL database page might help you.

After the configuration of MySQL database, boot up your BungeeCord server. The plugin should successfully launch this time.

That's it!

If you followed the guide correctly, you will have a working version of PlayerServers installed. If there are any additional errors, or you need help with something, please don't hesitate to send me PM od MC-Market, or on Discord - OpenSource#3310

Possible Issues

While installing PlayerServers for the first time, it is required for the plugin to download some dependencies from our servers. If servers are down, you might encounter some errors. If you see those errors, please contact the developer on our Support Discord.

~~Don't worry, you can still install the plugin even if servers are down. In the downloaded .zip file, you'll see sub-folder called Use only if needed. Copy the contents of that folder to:

BungeeCord -> plugins -> PlayerServers -> Templates

and you should be fine to complete the installation. If there are any other unexpected issues, don't hesitate to ask. We'll always respond in less than 24 hours.~~

NOTE FOR SPIGOT / MINEMEN USERS: Since spigot does not allow large file sizes, you'll need to download required files from links blow, as your download does not include Use only if needed folder.

If you're using 8.0+, you will not ever encounter those issues, as the plugin is no longer cloud-depandent

Last updated