Server Minecraft

Guide to Setting Up a Minecraft Spigot Server on Linux

Today we will see how to create a Minecraft server using Spigot on Linux.

Step 1

Clone the repository:

git clone https://github.com/ArduinoDenis/server_minecraft.git

Step 2

Enter the cloned directory:

cd server_minecraft/

Step 3

Grant execution permissions to the script:

sudo chmod 777 file_per_minecraft.sh

Step 4

Run the script:

./file_per_minecraft.sh

Wait for the procedure to finish. During installation, you will be prompted to accept some conditions, and at the end, a configuration page will open. Use Ctrl+O to save and Ctrl+X to exit.

Finally, wait for the Minecraft server to be created.

Conclusion

Have fun and enjoy your gameplay!

Last updated