Package Details: craftbukkit-spigot 1.20.4.3952-1

Git Clone URL: https://aur.archlinux.org/craftbukkit-spigot.git (read-only, click to copy)
Package Base: craftbukkit-spigot
Description: CraftBukkit, Spigot, and vanilla Minecraft servers
Upstream URL: https://www.spigotmc.org/
Keywords: minecraft-server
Licenses: GPL3
Conflicts: bukkit, craftbukkit, craftbukkit-stable
Provides: craftbukkit, minecraft-server
Submitter: jeancf
Maintainer: ejona86
Last Packager: ejona86
Votes: 6
Popularity: 0.000790
First Submitted: 2015-03-28 13:07 (UTC)
Last Updated: 2024-02-20 00:04 (UTC)

Dependencies (6)

Required by (5)

Sources (11)

Pinned Comments

ejona86 commented on 2019-07-21 21:01 (UTC) (edited on 2019-07-21 21:02 (UTC) by ejona86)

BuildTools will default to 1.14.4 soon. I suggest preparing for the new version now by running cd /srv/craftbukkit && java -jar /usr/share/java/craftbukkit-spigot/spigot.jar --forceUpgrade (and once it finishes, you can ctrl+C or type "stop") as recommended by Spigot. If you do not use /srv/craftbukkit or you run multiple servers, make sure to run the command for each.

ejona86 commented on 2019-07-21 20:44 (UTC) (edited on 2019-12-14 16:45 (UTC) by ejona86)

This package tracks the default version of Minecraft used by BuildTools. To use a different version of Minecraft (old or development) change _pkgver to the version of Minecraft you want to use.

See the readme.md for usage information

Latest Comments

« First ‹ Previous 1 2

Xavedge commented on 2017-02-14 13:58 (UTC)

Note to self: Read the readme file! Thank you jeancf, you are awesome.

jeancf commented on 2017-02-13 19:02 (UTC)

@ejonas On the replacement of sudo: what you suggest was my favorite option as well. It is cleaner but I never managed to get it --or some variant of it-- to work. In sort, when the service file exits the java instance running the server dies as well. For the missing exit in send_command.sh, I will add it in the next release, thanks.

jeancf commented on 2017-02-13 18:56 (UTC)

@xavedge This server provides a send_command.sh script in the /srv/craftbukkit folder that enables a user that is a member of the craftbukkit group to send commands to the server. Commands should not be prefixed with '/'. for example: spigot-command.sh "say hello world!"

Xavedge commented on 2017-02-13 15:28 (UTC)

Sorry for asking here but I can't seem to find the answer anywhere: How do I run a spigot server from systemctl in a screen or console so that I can send commands to the server (e.g. /op 'user')?

ejona86 commented on 2017-02-12 15:21 (UTC)

send_command.sh is missing an exit after "RCON must be enabled to operate the server." It continues trying to use mcrcon.

ejona86 commented on 2017-02-12 03:50 (UTC)

Instead of using sudo -u craftbukkit in start_server.sh, could you use User=craftbukkit/Group=craftbukkit in the service files? Doing so is simpler, wouldn't depend on sudo configuration, and doesn't leave sudo running.

jeancf commented on 2017-02-10 21:34 (UTC)

Bumped to BuildTools #59

jeancf commented on 2016-12-27 11:04 (UTC)

@jpbd Done, thanks. Upgraded package to latest build tools and server to Minecraft 1.11.2.

jpbd commented on 2016-12-27 09:43 (UTC)

PKGBUILD should have a noextract() to prevent bsdtar from trying to extract the BuildTools.jar. Otherwise ends in a failed build. noextract=('BuildTools.jar')

jeancf commented on 2015-03-28 14:52 (UTC)

* 3 servers in one package: minecraft, craftbukkit and spigot. Use the one you prefer * simple deamon with no dependency on screen or tmux * communication with the running instance through mcrcon (thanks ejona86 for the inspiration) * formal acceptance of minecraft EULA during installation * no DMCA issue