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

fraunos commented on 2015-11-08 19:59 (UTC) (edited on 2015-11-09 01:07 (UTC) by fraunos)

Did anyone manage to build this on a Raspberry Pi 2? I'm getting out of memory errors despite setting java to lower memory usage (-Xmx 512m -Xms128m, RPi2 has 1GB). EDIT: I made some mistake, Java was not set properly, "export _JAVA_OPTIONS="-Xmx512m" almost worked... I got [INFO] --- specialsource-maven-plugin:1.2.1:remap (default) @ craftbukkit --- Exception in thread "main" java.lang.RuntimeException: Error running command, return status !=0: [sh, /tmp/yaourt-tmp-alarm/aur-spigot/src/apache-maven-3.2.5/bin/mvn, clean, install] at org.spigotmc.builder.Builder.runProcess(Builder.java:535) at org.spigotmc.builder.Builder.main(Builder.java:413) ==> ERROR: A failure occurred in build().

Schala commented on 2015-09-18 05:12 (UTC)

okay

edh commented on 2015-09-17 09:57 (UTC)

@Schala It is great to see the script spread! By the way I recently updated it again and it is now possible to change the settings in /etc/conf.d/spigot instead of in the script itself. Hereby makes it a whole lot easier to get the configuration back after an upgrade. This should however be the last addition for a while since steadily increasing the pkgrel without changing the actual package is in no one's interest. Feel free to ignore this message in case there is no need for it. Otherwise alter it to your liking (or make me Co-Maintainer so I could add it :D).

markzz commented on 2015-09-16 19:42 (UTC)

I've had issues with starting an existing server installed with 1.8.8-1 or earlier. Be weary if you upgrade to this package and things may stop working.

Schala commented on 2015-09-15 07:33 (UTC)

Awesome! I'll commit the changes shortly

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?