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

jfernandz commented on 2017-03-27 14:24 (UTC)

@edh Last few things: - The idle function works fine with this server? Can I enable it? it is recommended? - How could I make spigot generates files with 775 permissions to get an easier managing? (I've included my usual user into craftbukkit group)

edh commented on 2017-03-25 10:39 (UTC)

@wyre Glad to hear that everything works as expected. The backup process works like this: Disable automatic rewriting of savestats (in theory preventing file-changes while backing up); Instruct the server to save all remaining files; Syncing files to disk; Actually create the backup using tar; Turn automatic savestats back on. However this approach is not fail-safe as you have seen with your backup. In some weird way files can get changed nevertheless. The server is not suspended at any point therefore allowing full player interaction while taking a backup. Either way to be sure to get a proper backup, I would consider shutting down the server for the time being. This often is not a viable option for most admins, hence I would not broadly recommend it.

jfernandz commented on 2017-03-25 03:52 (UTC)

@edh Yes, you are right, I must have looked into an old backup or something like that, because it had only world folder. But last backup has three folders. Also... the script suspend the server to do the backup? I mean, I've scheduled the timer to 8am to ensure there is few users inside server but the server should not be stopped in order to get better performance in the backup? Otherwise I get messages from tar like "region file has changed while compression"

edh commented on 2017-03-24 22:04 (UTC)

@wyre You need to change the configuration of the control script which resides in /etc/conf.d/spigot to include those folders. However by now this should be the default, meaning if you have a pacnew file, merge it first. Should the problem persist be sure to contact me directly via mail with as much detail as possible since the script is working perfectly fine with my setup.

jfernandz commented on 2017-03-24 19:38 (UTC)

The spigot.sh script is only doing world backup, doesn't make backups of world_nether and world_the_end.

jfernandz commented on 2017-03-16 15:38 (UTC)

Could it be possible setup the umask 002 to craftbukkit user? I've tried in systemd unit but i'm not pretty sure what be working. What do you think?

Schala commented on 2017-02-27 16:17 (UTC)

Maybe the latest git version isn't for 1.11.2? I'd think BuildTools grabs the latest stable release.

jfernandz commented on 2017-02-27 13:38 (UTC)

when I run again "makepkg -sfi" spigot package doesn't build the last spigot git version. I'm 1 version behind.

Schala commented on 2017-02-27 04:06 (UTC)

Yeah, I too, use jdk8.

lightninjay commented on 2017-02-26 20:55 (UTC)

@Gaesthy I was having the same issue you are having. It seems as though Jdk7 is having problems connecting to their git. I loaded Jdk8 instead and it seems to be successfully cloning the directories now. Perhaps give that a shot?