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 .. 16 17 18 19 20 21 22 23 24 25 26 .. 37 Next › Last »

xyproto commented on 2014-04-15 09:39 (UTC)

1.7.9 is out. Updated PKGBUILD: http://ix.io/bGI

namru commented on 2014-04-03 08:14 (UTC)

@rami please delete the old minecraft_server file rm /var/abs/local/sources/minecraft_server.1.7.5.jar md5sum patches to the current file.

rami commented on 2014-04-02 18:07 (UTC)

The md5sum is out of date :)

<deleted-account> commented on 2013-12-16 10:39 (UTC)

@SirPenguins Mayhaps you should just download it as is and have installation/upgrade point out a message regarding setting up the config file

SirPenguins commented on 2013-12-11 22:44 (UTC)

@ntzrmtthihu777 Originally, the server was always named minecraft_server.jar. I was never aware that default installations shipped with the version number appended to the main .jar -- I just changed the original source URL around the same time someone recommended I use the amazonaws link to get the minecraft_server.jar. Never really realized what the link's target implied. I've just updated the PKGBUILD's version for now. A fix that renames the server's jar correctly will come soon in 1:1.7.4-2. Of course, this means all users will need to modify their /etc/conf.d/minecraft files to avoid breaking invocation on every upgrade unless they aren't using the default, or unless I just make minecraft_server.jar a symbolic link to the latest version on each update. Not sure which route is more KISS.

<deleted-account> commented on 2013-12-11 03:30 (UTC)

You should really stop renaming the minecraft_server.1.7.2.jar; minecraftforge (the de-facto modding software as modloader is dying off) *requires* the jar to be named as minecraft_server.x.x.x.jar to function

SirPenguins commented on 2013-12-08 05:54 (UTC)

@Ibex Sorry for the delay, there is now a git repo at https://github.com/aronson/minecraft-server/ @Obihoernchen Fixed, thank you!

Obihoernchen commented on 2013-11-19 21:17 (UTC)

There is a typo in minecraftctl line 35: mc_docommand safe-off Have to be: mc_docommand save-off

sighter commented on 2013-10-27 22:01 (UTC)

Hey Guys. I just updated the pkgbuild. Only version number and corresponding md5sum was changed. Seems to work nice. https://gist.github.com/anonymous/7188376 peace

khenderick commented on 2013-09-27 13:46 (UTC)

I might be a nice idea publish your script on a bitbucket or github repo so the community can make enhancements and create pull requests. Since I'm running on a ZFS filesystem, I'd like to have the mc_saveoff and mc_saveon methods of minecraftctl made available, so I can just make the disks consistent, create a ZFS snapshot and re-enable IO.