Package Details: minecraft-server 1.20.6-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: 2.01
First Submitted: 2010-11-29 15:52 (UTC)
Last Updated: 2024-04-30 09:10 (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 .. 26 27 28 29 30 31 32 33 34 35 36 37 Next › Last »

Sacro commented on 2012-03-10 12:47 (UTC)

Any chance the next version can rely on java-runtime-headless, means you don't need all of the Xorg requirements.

<deleted-account> commented on 2012-03-01 14:51 (UTC)

For 1.2 change the first md5sum to a97d6de0c414b292076b0a75a98c070b and it appears to work.

<deleted-account> commented on 2012-01-12 17:14 (UTC)

For 1.1 change the first md5sum to b0f4fb91f9723104adf35944bbf3d3cf and it appears to work.

zosodk69 commented on 2011-12-17 12:47 (UTC)

Perfect! I can now delegate minecraft server administration without giving root access. Thanks!

<deleted-account> commented on 2011-12-17 08:50 (UTC)

@zosodk69: please try 1.0.1-2

zosodk69 commented on 2011-12-16 14:14 (UTC)

This really is the most elegant minecraft server script I've seen. A couple of modifications that I'd recommend: The socket (/var/run/minecraft-server), which is chmod 700 should be 770 so members of the minecraft group can administer the server. The logs under /var/log/minecraft-server, should be chmod 750 and chgrp log, which seems to be the convention in archlinux.

<deleted-account> commented on 2011-12-15 09:31 (UTC)

@MessedUpHare: Yes when you execute minecraft-server it stores its data into the current working directory. But be careful though because your modification breaks the rc script.

MessedUpHare commented on 2011-12-15 08:51 (UTC)

Works nicely - my only modification has been to add the following to /usr/bin/minecraft-server before execution: cd $HOME/.minecraft-server This prevents it from making a mess of your home directory

SirPenguins commented on 2011-12-15 02:27 (UTC)

If you are looking to run a CanaryMod server instead of an official Minecraft server, my aur/minecraft-canary package will handle the custom server exactly like this package does.

SirPenguins commented on 2011-12-15 00:46 (UTC)

I've sort of semi-forked this package in minecraft-server-systemd. It uses screen instead of attachtty, and it supports only systemd, not the regular rc init system. I borrowed parts of minecraft-server.install in my package. If anyone's looking for a systemd version of this package, it's out now.