Package Details: spigot 1.20.5+b181-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: 29
Popularity: 0.001583
First Submitted: 2013-10-09 23:27 (UTC)
Last Updated: 2024-04-23 18:27 (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 »

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

edh commented on 2017-05-24 17:50 (UTC)

@fennectech If there is no data to be saved but you trigger a backup nevertheless, then the server will simply backup empty folders. This is expected behaviour and nothing to worry about. Simply start you server, accept the EULA and start it again to populate the world. In a nutshell: create data which makes sense to backup.

fennectech commented on 2017-05-24 05:08 (UTC)

backing my server up with spigot backup yealds [fennectech@manjaro ~]$ spigot backup Starting backup... tar: world: Cannot stat: No such file or directory tar: world_nether: Cannot stat: No such file or directory tar: world_the_end: Cannot stat: No such file or directory Total bytes written: 10240 (10KiB, 40MiB/s) tar: Exiting with failure status due to previous errors backup completed Only keeping the last 10 backups and removing the other ones... done (no backups pruned) and an empty tarball

edh commented on 2017-03-29 08:33 (UTC)

@wyre Since this discussion starts to clutter the comments section, please direct further replies directly to my E-Mail address. Validate that you have the required dependencies installed on your system and that the idle server is properly started and running using the 'status' command. If you have changed the value recently a complete shutdown and subsequent start is required (respectively a restart). If everything from the above yields the expected results, start investigating the idle_server by attaching to its GNU screen session using 'sudo -u craftbukkit screen -S idle_server_spigot -xR'. The so called idle_server shuts the server down if no player has been on it for IDLE_IF_TIME (defaults to 20 minutes). It then listens on the usual minecraft port for incoming connections and starts the server if someone tries to connect, thereby discarding the first connection. After waiting a few seconds for the server to properly start everything should be back to normal and the process repeats itself. Bookmarked servers are immediately checked whether they are available thereby initiating a server start without you connecting to it.

jfernandz commented on 2017-03-29 02:15 (UTC) (edited on 2017-03-29 02:16 (UTC) by jfernandz)

@edh I cannot start the server when I setup IDLE_SERVER=true in /etc/conf.d/spigot What is this mode supposed to do? Stops the server when there are no players, but then what is the state reported to minecraft bookmarks servers? and it will be enabled again if a player try to connect?

edh commented on 2017-03-27 15:09 (UTC)

@wyre The idle server works fine for me. However I can't guarantee the same for your setup. In general I would consider it stable. Whether you want to enable it depends on you being fine with an increased connection time after resuming. The file permissions should be independent from spigot and are most likely dictated by the user's umask. Adapting it to grant the group read and write access to newly created files should do the job.