Package Details: minecraft-server 1.21.3-1

Git Clone URL: https://aur.archlinux.org/minecraft-server.git (read-only, click to copy)
Package Base: minecraft-server
Description: Minecraft server unit files, script, and jar
Upstream URL: https://minecraft.net/
Keywords: bash minecraft official script server
Licenses: custom
Conflicts: minecraft-canary, minecraft-server-systemd
Submitter: sorcix
Maintainer: edh
Last Packager: edh
Votes: 164
Popularity: 0.079457
First Submitted: 2010-11-29 15:52 (UTC)
Last Updated: 2024-10-23 19:51 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Pinned Comments

edh commented on 2016-06-18 18:24 (UTC) (edited on 2021-10-02 08:19 (UTC) by edh)

To get an overview of the available options provided by the management script, be sure to have a look at the help page or read the according section on the ArchWiki article [1].

You can quit the console without shutting down the server by press ctrl+a d (first ctrl+a and after releasing the buttons press d; ctrl+b also works). This will detach your input from the server console. The attaching and detaching is done with tmux (previously GNU screen) since it lets you view and type into the console, send single commands to it and keep it alive without a connected user. Take a look at the the command overview at the ArchWiki [2] to get a feel for its power. (@carmelo12341)

[1] https://wiki.archlinux.org/title/Minecraft#Setup [2] https://wiki.archlinux.org/title/Tmux

Latest Comments

« First ‹ Previous 1 .. 28 29 30 31 32 33 34 35 36 37 Next › Last »

synthead commented on 2011-10-23 18:55 (UTC)

Might be a good idea to say in the .install to Ctrl+\ out of attachtty so people don't accidentally Ctrl+C the server like I did! :)

<deleted-account> commented on 2011-09-23 17:09 (UTC)

@zachtib: I will wait for the final beta 1.9 release to update this package since clients are not automatically updated. Feel free to post your own package if you want the latest pre-release.

zachtib commented on 2011-09-22 15:03 (UTC)

jeb_ just tweeted a link to the 1.9 prerelease

<deleted-account> commented on 2011-09-20 16:28 (UTC)

@JonnyJD: patch added in beta_1.8.1-2

JonnyJD commented on 2011-09-20 09:43 (UTC)

You should not rely on anything being in "/var/run" after a reboot. See: http://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/var.html My proposed change (which works on my system where I flush /var/run on reboot): --- minecraft-server-rc.old 2011-09-20 11:13:09.000000000 +0200 +++ minecraft-server-rc 2011-09-20 11:34:51.000000000 +0200 @@ -12,6 +12,10 @@ stat_busy "Starting minecraft-server" if [[ ! -f "$_runDir/server.pid" ]]; then cd "$_srvDir" + if [[ ! -d "$_runDir" ]]; then + mkdir "$_runDir" + chown minecraft:minecraft "$_runDir" + fi su minecraft -c "source /etc/profile && detachtty --dribble-file $_logDir/server_stdout.log --log-file $_logDir/detachtty.log --pid-file $_runDir/server.pid $_runDir/socket /usr/bin/minecraft-server nogui" && add_daemon minecraft-server && stat_done || stat_fail

sonny commented on 2011-09-18 10:56 (UTC)

I prefer using attachtty too since it's a more generic solution.

Zom commented on 2011-09-17 19:27 (UTC)

@yochaigal: The problem with using screen like that is that it doesn't work. You wouldn't be able to attach the screen afterwards, AFAIK.

yochaigal commented on 2011-09-17 18:05 (UTC)

thanks for this - I would also prefer screen rather than using attachtty.

pyropeter commented on 2011-09-14 14:08 (UTC)

1.8.0 is out (md5sum is d3dd75cccaa75b1df1401cc4e76a34d5 )