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.121899
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 .. 25 26 27 28 29 30 31 32 33 34 35 .. 37 Next › Last »

artemklevtsov commented on 2012-07-04 10:51 (UTC)

Service file should be in /usr/lib/systemd/system/ Update package please.

dvzrv commented on 2012-05-26 23:57 (UTC)

The unit file should be installed to /usr/lib/systemd/system This is the default directory for unit files now.

SirPenguins commented on 2012-04-10 04:23 (UTC)

Yes, there certainly is. Besides the usual piping of the program, it is also possible to simply symlink /srv/minecraft/server.log to /var/log/minecraft.log (unless there's something bad about that practice that I don't know about.) I plan to include that in the next revision of the package, just for you. :)

zosodk69 commented on 2012-04-09 21:08 (UTC)

Sir, one of the things I like about the minecraft-server package is the ability to log server output to a file under /var/log. Is there any way of achieving that behavior through the systemd package?

<deleted-account> commented on 2012-04-05 08:30 (UTC)

I did some testing and it does seem that most of the times expect misses the "Save complete.$" case and falls back to the default case. "Save complete." without $ seems to work every time. The default case is intended to shut down the server in case of a save-all failure (after a 10s timeout).

JonnyJD commented on 2012-04-05 00:49 (UTC)

expect { "Save complete.$" { exit [exitServer] } default { exit [exitServer] } } Doesn't wait for "Save complete" at all. It will exit right after it gets "Forcing save.." due to the default. Please skip the default. If Save complete is not matched expect will go on 10 seconds later. However I only got "Save complete." to work (without $). Something about expect not beeing line based, I guess. This is not that bad because exitServer does expect "Saving Chunks", but then having expect at all after "save-all" doesn't help.

yochaigal commented on 2012-04-04 23:45 (UTC)

Seems like md5sum has changed to 5f078323c2d661b8d9773c8242d912c3

scjudd commented on 2012-03-22 17:55 (UTC)

Here is the new md5sum for minecraft_server.jar: '6524b7299b1717ffb6e2b38f171568d0' :)

sjakub commented on 2012-03-22 04:30 (UTC)

It works now, it wasn't working before. It looks like jre package has been updated without changing the release version :/