Package Details: spigot 1.21.4+b188-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.31
First Submitted: 2013-10-09 23:27 (UTC)
Last Updated: 2024-12-20 23:42 (UTC)

Dependencies (11)

Required by (5)

Sources (2)

Latest Comments

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

fennectech commented on 2018-06-10 04:39 (UTC) (edited on 2018-06-10 04:41 (UTC) by fennectech)

@maintainer Your spigot.service requires modification Spigot cannot start in the craftbukkit user until multi-user.target is reached however on slower booting systems where network.target is reached before multi-user.target spigot will fail to start.

A solution would be to modify spigot.service as follows ;; [Unit] Description=Spigot After=local-fs.target network.target multi-user.target

[Service] Type=forking ExecStart=/usr/bin/spigot start ExecStop=/usr/bin/spigot stop User=craftbukkit Group=craftbukkit

[Install] EOF [/code] Remove multi-user.target from wanted-by and make it start after multi-user.

edh commented on 2017-12-02 22:17 (UTC)

@tarasis First of all it is important to emphasize that this message, besides not being desirable, is harmless. The package should work either way. Concerning the solution: I just forgot to push the changes to the AUR. Thanks a lot delivering the necessary hint! Btw. I did not increase the pkgrel since the actual package does not get changed and hence rebuilding is unnecessary.

tarasis commented on 2017-12-02 21:58 (UTC)

Just built spigot. Got all the way to the install phase and then gave errors which indicates that "msg" should be added to the list of dependencies, or a different way of spitting out messages. :: Processing package changes... (1/1) installing spigot [###############################################################] 100% /tmp/alpm_ShxF4Q/.INSTALL: line 7: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 12: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 18: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 19: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 20: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 21: msg: command not found /tmp/alpm_ShxF4Q/.INSTALL: line 22: msg2: command not found error: command failed to execute correctly Optional dependencies for spigot tar: needed in order to create world backups [installed] netcat: required in order to suspend an idle server :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...

edh commented on 2017-11-09 22:40 (UTC)

I recently obtain the maintainership for this packages and will do my best to keep it up-to-date and clean. First of all I update the pkgver, quoted a lot of more bash variables, tidied up the source naming schema and implemented some minor shell-code improvements. If you have any additional suggestions which might make sense to include into the PKGBUILD, please let me know.

sflor commented on 2017-10-23 12:34 (UTC)

Will there be an update to 1.12.2?

edh commented on 2017-07-02 12:38 (UTC)

@wyre I host most of my AUR related code on github [1], including the management script for the spigot server [2]. However this time the change is really incremental [3] and may easily be done manually by just editing /usr/bin/spigot. [1] https://github.com/Edenhofer/abs [2] https://github.com/Edenhofer/abs/blob/master/spigot/spigot.sh [3] https://github.com/Edenhofer/abs/commit/9a22a1dedc2df21899d066c24b925971b30307fa#diff-dd899152de28588218776cfd2481322cL410

jfernandz commented on 2017-07-02 11:44 (UTC)

@edh Where could I found the last version of the script? Thank you so much.

edh commented on 2017-07-01 16:35 (UTC)

@wyre Thanks a lot for reporting the problem. It is caused by GNU screen being unable to connect to a session which is owned by a different user. Thankfully there are some workarounds available and the most recent version of the script fixes the behavior. Just for the sake of completeness: Other commands of the server are not affected by this. Meaning the server does run happily without someone being able to connect to the console. @Schala Could you please update the script in this package to reflect the recent commits. Thanks in advance!

jfernandz commented on 2017-06-30 18:25 (UTC) (edited on 2017-06-30 18:26 (UTC) by jfernandz)

I'm getting all the time the same message when I try to do "spigot console" "Cannot open your terminal '/dev/pts/1' - please check." I think there is something wrong with your script and last system updates. I've got that: ┌—————[wyre]—————[~] └> $ spigot console Cannot open your terminal '/dev/pts/1' - please check. ┌—————[wyre]—————[~] └> $ cd /dev/pts/ ┌—————[wyre]—————[/dev/pts] └> $ ls -latr total 0 c--------- 1 root root 5, 2 jun 30 20:14 ptmx drwxr-xr-x 2 root root 0 jun 30 20:14 . drwxr-xr-x 18 root root 3020 jun 30 20:14 .. crw--w---- 1 craftbukkit tty 136, 0 jun 30 20:24 0 crw--w---- 1 wyre tty 136, 1 jun 30 20:26 1 ┌—————[wyre]—————[/dev/pts] └> $

Schala commented on 2017-06-19 06:11 (UTC)

Only flag if it's outdated. Do not flag for bug reports