Upgrade Spigot on Ubuntu Server with Multicraft

This article is for those looking for a detailed and clear guide on how to upgrade spigot on Ubuntu Server with Multicraft.
Spigot is a modified Minecraft server built on top of the CraftBukkit core. Spigot is known for its stability, performance, support for a large number of plugins and is intended to replace CraftBukkit.
IMPORTANTThe server must have Multicraft, OpenJDK and Git installed.
You can find out how to install Multicraft on Ubuntu Server by reading Install Multicraft on Ubuntu Server.
To install OpenJDK and Git on the server, you can use the command:
sudo apt install -y default-jdk git
IMPORTANTOpenSSH must be installed on the server, and port 22 must be open in order to be able to connect to the server using the SSH protocol.
To install OpenSSH on a server, you can use the command:
sudo apt install openssh-server
NOTETo connect to the server from a Windows system, you can use tools like PuTTY or MobaXterm.
NOTEThis guide walks you through connecting to a server with the iTerm2 terminal emulator on macOS.
We connect to the Multicraft server on which we plan to update Spigot.
Let’s create a new directory that we need to create a new version of Spigot using the command:
sudo mkdir BuildTools
Go to the new directory using the command:
cd BuildTools
Load the “BuildTools.jar” file using the command:
sudo wget https://hub.spigotmc.org/jenkins/job/BuildTools/lastSuccessfulBuild/artifact/target/BuildTools.jar
The “BuildTools.jar” file is required to create a new version of Spigot.
Let’s make changes to the Git configuration using the command:
sudo git config --global --unset core.autocrlf
We start creating a new version of Spigot using the command:
sudo java -jar BuildTools.jar
The new version of Spigot has been successfully created and is available in the previously created “BuildTools” directory.
Now you need to replace the old version of Spigot with the new one so that Spigot starts correctly with Multicraft.
Find the location of the old version of Spigot using the command:
sudo find / -name 'spigot*.jar'
The old version is in the directory:
/home/minecraft/multicraft/jar/
Let’s create a backup copy of the old version of Spigot using the command:
sudo mv /home/minecraft/multicraft/jar/spigot.jar /home/minecraft/multicraft/jar/spigot.jar.old
Let’s copy the new version of Spigot to the place of the old version using the command:
sudo cp /home/ubuntu/BuildTools/spigot-* /home/minecraft/multicraft/jar/spigot.jar
Let’s enable execution of the “spigot.jar” file using the command:
sudo chmod +x /home/minecraft/multicraft/jar/spigot.jar
Let’s adjust the owner and group for the “spigot.jar” file using the command:
sudo chown -R minecraft:minecraft /home/minecraft/multicraft/jar/spigot.jar
NOTEBy default Multicraft runs as “minecraft” username. Therefore, the owner of the new version of Spigot must be the user “minecraft”.
The Spigot update has been successfully completed and you can now correctly launch the modified Minecraft server using Multicraft.
NOTEFor a step-by-step guide on starting a Minecraft server with Multicraft, see my tutorial: Run a Minecraft Server with Multicraft.
Patreon Exclusives
🏆 Join my Patreon and dive deep into the world of Docker and DevOps with exclusive content tailored for IT enthusiasts and professionals. As your experienced guide, I offer a range of membership tiers designed to suit everyone from newbies to IT experts.
Tools I Personally Trust
If you’re building things, breaking things, and trying to keep your digital life a little saner (like every good DevOps engineer), these are two tools that I trust and use daily:
🛸 Proton VPN - My shield on the internet. It keeps your Wi-Fi secure, hides your IP, and blocks those creepy trackers. Even if I’m hacking away on free café Wi-Fi, I know I’m safe.
🔑 Proton Pass - My password vault. Proper on-device encryption, 2FA codes, logins, secrets - all mine and only mine. No compromises.
These are partner links - you won’t pay a cent more, but you’ll be supporting DevOps Compass. Thanks a ton - it helps me keep this compass pointing the right way 💜
Gear & Books I Trust
📕 Essential DevOps books
🖥️ Studio streaming & recording kit
📡 Streaming starter kit
Social Channels
🎬 YouTube
🐦 X (Twitter)
🎨 Instagram
🐘 Mastodon
🧵 Threads
🎸 Facebook
🦋 Bluesky
🎥 TikTok
💻 LinkedIn
📣 daily.dev Squad
✈️ Telegram
🐈 GitHub
Community of IT Experts
👾 Discord
Refill My Coffee Supplies
💖 PayPal
🏆 Patreon
🥤 BuyMeaCoffee
🍪 Ko-fi
💎 GitHub
⚡ Telegram Boost
🌟 Bitcoin (BTC): bc1q2fq0k2lvdythdrj4ep20metjwnjuf7wccpckxc
🔹 Ethereum (ETH): 0x76C936F9366Fad39769CA5285b0Af1d975adacB8
🪙 Binance Coin (BNB): bnb1xnn6gg63lr2dgufngfr0lkq39kz8qltjt2v2g6
💠 Litecoin (LTC): LMGrhx8Jsx73h1pWY9FE8GB46nBytjvz8g
Is this content AI-generated?
No. Every article on this blog is written by me personally, drawing on decades of hands-on IT experience and a genuine passion for technology.
I use AI tools exclusively to help polish grammar and ensure my technical guidance is as clear as possible. However, the core ideas, strategic insights, and step-by-step solutions are entirely my own, born from real-world work.
Because of this human-and-AI partnership, some detection tools might flag this content. You can be confident, though, that the expertise is authentic. My goal is to share road-tested knowledge you can trust.