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 .. 6 7 8 9 10 11 12 13 14 Next › Last »

edh commented on 2016-04-27 19:32 (UTC) (edited on 2016-04-27 19:38 (UTC) by edh)

@Schala I increased the funtionality of the minecraftd server script by a lot: Add suspending capability for the minecraft server through the control script and an additional screen session which listens on the same port with netcat. Bear in that when using the idle server, the first incoming connection when the server is down will be aborted. * Update .conf accordingly * IDLE_SERVER can be either true or false * The default is no idle server * Choose an available netcat flavor automatically A whole lot of bug fixes, not sever but still... [1] Variable renaming in .install. Notify the user of kept directories on post_remove and alter ownership to root before removing the game user. Print error messages to stderr. Plus some more minor things... The changes might be of interest to users of spigot as well. The script is in use in the minecraft-server package since more than a month ago and should be stable. As always, the changes may be pulled in from my github repo [2]. [1] https://github.com/Edenhofer/abs/commits/master/spigot [2] https://github.com/Edenhofer/abs

jfernandz commented on 2016-03-31 22:49 (UTC) (edited on 2016-03-31 22:53 (UTC) by jfernandz)

Spigot has been updated to 1.9.2 and I canno't get the last build, when I force makepkg and recompile the package I haven't got the last git Spigot's version: git-Spigot-1480adb-6247aa0 At least my server startup says git-Spigot-d20369f-7fc5cd8 (6 versions down), However it seems runing 1.9.2 because I can connect to the server with that client version. Thanks so much :D

edh commented on 2016-02-20 00:34 (UTC) (edited on 2016-02-20 00:36 (UTC) by edh)

@wyre Sorry, but I can't reproduce your error. At least not on my 64bit computers. Please provide more information.

jfernandz commented on 2016-02-18 23:01 (UTC) (edited on 2016-02-18 23:01 (UTC) by jfernandz)

I've noticed some issues to start Spigot from its service with newest systemd version 229. (i686) Can someone confirm that?

edh commented on 2016-02-15 08:55 (UTC) (edited on 2016-06-10 09:35 (UTC) by edh)

@wyre Not really. The systemd service is called spigot and not minecraftd. With "very similiar" I ment that they behave similiar not that they are called the same. Have a look at the source array to get a feeling for the naming schema.

jfernandz commented on 2016-02-15 00:56 (UTC)

@edh And systemd daemon would be the same? or something like spigotd.service?

edh commented on 2016-02-14 20:00 (UTC) (edited on 2016-02-14 20:01 (UTC) by edh)

@wyre Yes sure. You may even have both servers installed and running if you don't want to loose the vanilla minecraft-server - Just make sure to make them listen on different ports. Managing a minecraft or a spigot server is very similiar. The control script is the same and the server root is under /srv as well. If you need some guidance take a look at the wiki page [0]. It should give you a brief overview of how things work. [0] https://wiki.archlinux.org/index.php/Minecraft#Server

jfernandz commented on 2016-02-14 19:53 (UTC)

Could I replace minecraft-server with this?

edh commented on 2016-02-03 18:22 (UTC)

@Schala By the way my nickname is edh :P

edh commented on 2016-02-01 20:10 (UTC) (edited on 2016-02-02 10:25 (UTC) by edh)

@Schale I am sorry for this but I screwed up a recent commit and misquoted a variable. Therefore making it buggy to take backups of multiple worlds. I fixed it as soon as I noticed it and updated the repo accordingly. Unfortunatly the bug made its way into this package. I highly recommend updating the script again. Sorry for the inconvenience!