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

Chais commented on 2014-09-06 09:06 (UTC)

Since I've been asked: Archlinux' java setup changed. Please refer to https://wiki.archlinux.org/index.php/Java#Fixing_the_default_Java_environment on how to fix it.

Chais commented on 2014-09-05 17:53 (UTC)

Silenced minecraftctl for successful execution. Failure still produces output.

Chais commented on 2014-06-27 22:35 (UTC)

I know. I've already added a message to the post_install() Accepting the EULA should be the user's choice. Packaging a file implying the acceptance would feel wrong.

xyproto commented on 2014-06-27 21:33 (UTC)

After upgrading to 1.7.10, I had to edit eula.txt before systemctl start minecraftd would work.

Chais commented on 2014-05-19 20:13 (UTC)

@Reventlov: Fixed. Also removed the copy of the server.jar. Symlinked it instead.

<deleted-account> commented on 2014-05-19 19:03 (UTC)

Hello. Please fix the permissions of your binary file or avoid creating an user that cannot execute the binary. Thank you.

Chais commented on 2014-05-12 22:08 (UTC)

@arnefm: thx. Corrected.

SirPenguins commented on 2014-04-29 17:45 (UTC)

Disowning as I do not have time to keep up with the package. Hopefully someone else can take my place! :)

arnefm commented on 2014-04-27 15:43 (UTC)

There is a typo on line 35 in minecraftctl. It says "mc_docommand safe-off" while it should say "mc_docommand save-off".