Minecraft Spigot Server

by Tygo-bear in Circuits > Computers

9029 Views, 0 Favorites, 0 Comments

Minecraft Spigot Server

spigot.png

A Minecraft spigot server is ideal if you want to add plugins to your server. The Spigot community is very large and offers a lot of free plugins.

Running a Minecraft server is free if you host the server yourself. If you choose to host it on your own hardware the following things are very important.

  1. If you don't port forward your server, only local players can join.
  2. If you are going to make a public server, I recommend using a hosting company like Tygohost.com
  3. You need a good pc to run it on with a decent internet connection

Make a Folder to Store Your Server In

Schermafbeelding 2020-11-05 223746.png

Start with creating a new folder with any name (name of your server)

Download the Server Jar

Schermafbeelding 2020-11-05 224135.png

Download the Spigot jar from https://getbukkit.org/

Place the jar in the server folder that you made in the previous step.

Rename the Jar

Schermafbeelding 2020-11-07 160223.png

Rename the name of the jar file to "server.jar"

Create Run.bat

Schermafbeelding 2020-11-07 160523.png

Create a new file, and call it "run.bat".

Add the text below in the file:

java -Xmx1024M -Xms1024M -jar server.jar

Downloads

Run "run.bat"

Schermafbeelding 2020-11-07 160939.png

Double click "run.bat".

A black terminal window will open and the server files will be created.

If the black window closes, you can go to the next step.

Accept the EULA

Schermafbeelding 2020-11-07 161725.png

To run a Minecraft server, you need to accept the EULA

Open "eula.txt" and change "false" to "true" or paste this in the file:

eula=true

rerun the server by clicking "run.bat"

Join Your Server

Schermafbeelding 2020-11-07 162221.png
Schermafbeelding 2020-11-07 175201.png

If everything went well, you can join your server by typing "localhost" as ip.

Installing a Plugin

Schermafbeelding 2020-11-07 175614.png

You can download plugins from spigotmc.org

Plugin jar's should be placed in the "plugin" folder.

Type in the console restart or reload to load the plugin in.

You can check for loaded plugins by typing /pl in the console