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

edh commented on 2015-09-14 15:18 (UTC)

@Schala I recently wrote my own spigot shell script [1] from scratch with the use of GNU screen to easily manage my minecraft server. The programm is obviously able to start and stop the server but it also can provides status information, create backups, bring you to the server console or simply run single commands in the server console with all (nearly all) output piped back to stdout. In addition I created a systemd timer and service file for automated backups. I don't want to seem intrusive but since the functionality of the currently provided script is somewhat limited, I would be glad to be able to improve this PKGBUILD. [1] https://github.com/Edenhofer/abs/tree/master/spigot

theYinYeti commented on 2015-05-22 18:46 (UTC)

I had a “GC overhead limit” error. The error disappeared by adding this line as the first line of the build() function: export MAVEN_OPTS="-Xmx2g -XX:MaxPermSize=1g" You may probably get by with less memory, though.

Schala commented on 2015-03-25 01:53 (UTC)

Sounds like an upstream issue

emjds commented on 2015-03-23 07:09 (UTC)

Getting this running is quite a challenge. I'm currently getting the error "cannot open git-upload-pack" stacked with "unable to find valid certification path to requested target." Anyone have any ideas? Is it because I'm using a self-signed certificate?

PaulAvery commented on 2015-01-25 10:55 (UTC)

You might want to add fontconfig as a dependency. Otherwise this does not build on minimal, headless server.

Schala commented on 2015-01-05 21:14 (UTC)

Did you try sourcing your JDK path script? If that doesn't work, you could try exporting JAVA_HOME yourself.

Enverex commented on 2015-01-04 22:47 (UTC)

This refuses to install, it always fails with "Error: JAVA_HOME is not defined correctly." (logging out then back in after installing JDK doesn't help).

Schala commented on 2014-12-01 22:26 (UTC)

I don't use OpenSUSE though. Feel free to modify this though for it. This is based off of the craftbukkit package and I didn't even write the spigot.sh script or service file for it. I simply edited it.

Cent commented on 2014-12-01 15:42 (UTC)

Why don't you provide a build package on build.opensuse.org for us? It would be much simpler