Package Details: spigot 1.20.4+b171-2

Git Clone URL: https://aur.archlinux.org/spigot.git (read-only, click to copy)
Package Base: spigot
Description: High performance Minecraft server implementation
Upstream URL: https://www.spigotmc.org/
Keywords: craftbukkit games minecraft minecraft-server
Licenses: LGPL
Conflicts: bukkit, craftbukkit, spigot-patcher
Provides: bukkit, craftbukkit, minecraft-server
Submitter: Schala
Maintainer: edh
Last Packager: edh
Votes: 30
Popularity: 0.002185
First Submitted: 2013-10-09 23:27 (UTC)
Last Updated: 2024-01-30 21:54 (UTC)

Dependencies (11)

Required by (5)

Sources (2)

Latest Comments

1 2 3 4 5 6 .. 14 Next › Last »

edh commented on 2021-12-22 15:33 (UTC)

The management script to control this minecraft flavor was moved to a dedicated repository at GitHub:Edenhofer/minecraft-server. The script works for various flavors of minecraft. It is very minimalist yet versatile and feature-rich. For more information on how to configure and install the script separately, visit the above linked repository.

kulak commented on 2021-12-22 01:34 (UTC)

If you got error:

spigot[2940]: The corresponding screen session for spigot was already dead.

check screen log file. Mine reported error:

Unsupported Java detected (61.0). Only up to Java 15 is supported.

Majora320 commented on 2021-06-17 05:32 (UTC)

Looks like Java 16 is now mainlined :)

crowdigit commented on 2021-06-12 19:36 (UTC)

I was able to build newest (1.17) spigot with this PKGBUILD patch:

diff --git a/PKGBUILD b/PKGBUILD
index 7763acd..ae2edf1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
 # Submitter: Schala Zeal <schalaalexiazeal@gmail.com>

 pkgname=spigot
-_pkgver=1.16.5
-_build=126
+_pkgver=1.17
+_build=128
 pkgver="${_pkgver}+b${_build}"
 pkgrel=1
 pkgdesc="High performance Minecraft server implementation"
 arch=('any')
 url="https://www.spigotmc.org/"
 license=("LGPL")
-depends=("java-runtime-headless>=8" 'screen' 'sudo' 'fontconfig' 'bash' 'awk' 'sed')
+depends=("java-runtime-headless>=16" 'screen' 'sudo' 'fontconfig' 'bash' 'awk' 'sed')
 optdepends=("tar: needed in order to create world backups"
        "netcat: required in order to suspend an idle server")
 makedepends=("java-environment>=8" 'git')
@@ -26,7 +26,7 @@ source=("BuildTools-${_pkgver}+b${_build}.jar::https://hub.spigotmc.org/jenkins/
        "${pkgname}.tmpfiles"
        "${pkgname}.conf"
        "${pkgname}.sh")
-sha512sums=('92fe99a967d3899cd7415c867128d755ab23dfd2cbb945806db52013c21105e694ec30ddd9e1599bd7b47101ceb2b5a73f8034f4ce09e1d9b97d29af9183e82a'
+sha512sums=('1a68933b4430ca0e4c45f57e3ff6af13fb867b7df776626e038c8cb9a3ffb894b381ba5ed0bd5e35034fb9f2c1a1f65a215733b90f317ebaf87939ba1ee2f30e'
             '03ba1032b687553831021cfb0bed489e6301d0446c3b4f56d989d203855952911f3b1caaa00596f4731060ddf6684f66c3d674f3c5546b600cbe6585fc8560fb'
             '76c77e47c442b477216e968db2213612579b24add54cf0e0512f808498673500b4d24e59bce70b1e7479d724a9a897ceb154e937b88a476beb11c8776258b36c'
             '5a32439ff4b8fa9db89e9242206cf99109e0b00f29f87711c25342dda522171d999f7e18fb2013437ddf62cfec05b6677601933233aaf42bcb5d67eb7a1469ee'

beware, you need java runtime >= 16, I installed amazon-corretto-16 from AUR in this case.

edh commented on 2021-06-12 09:02 (UTC)

Just as a heads-up, I will wait until java-runtime-headless>=16 hits the stable Arch repositories before publishing the next release of spigot to the AUR. Please be patient until then.

edh commented on 2020-11-21 16:08 (UTC)

You'll see this message if you attempt to stop a server that is already dead. At first glance this does not seem like an error.

Can you elaborate a little on what you are trying to do and which part of it does not work? Have you tried stopping and then restarting the service again on the command line via the spigot script?

Bujiraso commented on 2020-11-21 13:49 (UTC)

I started the server once and it ended abnormally and now all the systemd service does is this:

spigot[2940]: The corresponding screen session for spigot was already dead. 
systemd[1]: spigot.service: Succeeded.

Is there a way to fix it? Is this a bug?

edh commented on 2020-11-17 10:45 (UTC)

@heycrip haha no worries. You're welcome! Be sure to read/skim the wiki first next time though. And, once again, don't edit files in /usr/bin :D

heycrip commented on 2020-11-17 10:37 (UTC)

God I'm dumb :'). Need more coffee. Sorry about that and thanks.

edh commented on 2020-11-17 08:38 (UTC)

@heycrip What? Why would you change the /usr/bin/spigot script? There is a dedicated setting for this in /etc/conf.d/spigot . This is also documented in the ArchWiki.

P.S. please don't edit files in /usr/bin. That is generally a bad idea.