Package Details: spigot 1.21.5+b191-1

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.034828
First Submitted: 2013-10-09 23:27 (UTC)
Last Updated: 2025-03-26 01:01 (UTC)

Dependencies (11)

Required by (5)

Sources (2)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 Next › Last »

Jacuzzi commented on 2016-12-21 13:19 (UTC)

I have an error while installing the latest version... Success! Everything compiled successfully. Copying final .jar files now. Copying craftbukkit-1.11.2-R0.1-SNAPSHOT.jar to /home/jacuzzi/.cache/pacaur/spigot/src/. - Saved as craftbukkit-1.11.2.jar Copying spigot-1.11.2-R0.1-SNAPSHOT.jar to /home/jacuzzi/.cache/pacaur/spigot/src/. - Saved as spigot-1.11.2.jar ==> Entering fakeroot environment... ==> Starting package()... install: cannot stat 'spigot-1.11.1.jar': No such file or directory ==> ERROR: A failure occurred in package(). Aborting...

Schala commented on 2016-07-12 23:50 (UTC)

I did that for backwards compatibility with Craftbukkit

edh commented on 2016-07-12 17:19 (UTC) (edited on 2016-07-12 17:20 (UTC) by edh)

@ImNtReal The package moved all files from /srv/spigot to /srv/craftbukkit in a commit [1] from 2015-11-20 and a warning message was placed at a later point [2]. However due to the rolling release nature of arch linux and the fact that it has been about half a year ago, the warning was removed in a recent commit [3]. [1] https://aur.archlinux.org/cgit/aur.git/commit/?h=spigot&id=242523469d89c1b6a075728ec8526656fd742d41 [2] https://aur.archlinux.org/cgit/aur.git/commit/?h=spigot&id=f52bcd11078cf46c294dc14965694f29134bd79d [3] https://aur.archlinux.org/cgit/aur.git/commit/?h=spigot&id=8d0c19886f6ad85235c69cd2d950e223aee24681

ImNtReal commented on 2016-07-12 15:07 (UTC)

I found my problem. I don't recall if the .jar files used to be installed elsewhere, but since they were installed in /srv/craftbukkit, and I was using /srv/spigot, I would either need to rearrange the package, or move to craftbukkit, so I moved my stuff.

ImNtReal commented on 2016-07-12 01:36 (UTC)

I haven't played for a while, but when my server rebooted tonight, I noticed that spigot didn't start back up. I have no idea how long it's been going on, but I don't get any status information, and there's nothing written to the log file. Any advice on how to debug the control script?

edh commented on 2016-06-26 20:08 (UTC)

Remember to close all spigot sessions prior to upgrading GNU screen since you can not reattach to the previous session [1] after the upgrade. [1] https://www.archlinux.org/news/screen-440-1-unable-to-attach-old-sessions/

edh commented on 2016-05-28 12:01 (UTC) (edited on 2016-05-28 12:03 (UTC) by edh)

@Schala, @jro I fixed the bug and pushed a new release to github. I tried to mimic the described use case as good as possible and am optimistic that it will work. As always, the changes are openly available in my github repo [1]. [1] https://github.com/Edenhofer/abs

edh commented on 2016-05-28 10:19 (UTC)

@jro Thanks for the bug report. I will look into ASAP. Unfortunately the minecraft/spigot server does not have an API to properly communicate with it, therefore things has to be a little bit hacky. Currently the search pattern for determining that no player is on the server is by looking at the last line of the log after triggering the list command: # tail -n 1 "${LOGPATH}/latest.log" | sed -r 's/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g' | sed 's/.*\: //' | tr -d '\n' and scanning for the first word following the last ':'. Spigot and most plugins do not alter this behaviour. I assume you got one of those plugins which do.

jro commented on 2016-05-28 08:57 (UTC)

on the spigot console I see the following output: [10:55:09 INFO]: CONSOLE issued server command: /list [10:55:09 INFO]: There are 0 out of maximum 20 players online. >list [10:55:40 INFO]: CONSOLE issued server command: /list [10:55:40 INFO]: There are 0 out of maximum 20 players online. >list [10:56:11 INFO]: CONSOLE issued server command: /list and so on, yet, the suspend seems to be never triggered

jro commented on 2016-05-28 08:27 (UTC)

I installed gnu-netcat and set IDLE_SERVER to "true" in /etc/conf.d/spigot but it seems to have no effect. The server doesn't seem to be suspended at any time, I see java continuing to cause high server load and "sudo -u craftbukkit spigot status" always tells me the server is running. Any guesses what might be the cause?