Appearance
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:
bash
git clone https://github.com/ArduinoDenis/server_minecraft.gitStep 2
Enter the cloned directory:
bash
cd server_minecraft/Step 3
Grant execution permissions to the script:
bash
sudo chmod 777 file_per_minecraft.shStep 4
Run the script:
bash
./file_per_minecraft.shWait 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!
