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.070275
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 .. 31 32 33 34 35 36 37 Next › Last »

<deleted-account> commented on 2011-03-26 12:43 (UTC)

Sorry for my ignorance. When running as a daemon is it possible to attach to the session so you can issue minecraft commands, etc?

<deleted-account> commented on 2011-03-02 15:48 (UTC)

Suggestion: Add a minecraft user/group that will run the daemon, for security reasons.

sorcix commented on 2011-02-23 20:16 (UTC)

Updated to beta 1.3 (see http://notch.tumblr.com/post/3446675806/minecraft-beta-1-3) Also replaced the original RC script with the one provided by desearcher.

cgirard commented on 2011-02-22 20:37 (UTC)

New md5sum for the jar: fd341dccafa8c1f5fb851505524151f5

<deleted-account> commented on 2011-02-19 03:04 (UTC)

I propose this re-write of the rc script, as the original wasn't properly closing the server for me: http://pastebin.com/N9eMnyaD

cgirard commented on 2011-01-18 22:36 (UTC)

There is this [1] script that could help to think about some alternative. Right now with your script, the script that launch minecraft is killed but not minecraft-server itself. [1] http://www.minecraftwiki.net/wiki/Server_startup_script

<deleted-account> commented on 2011-01-14 18:36 (UTC)

Neither am I. I just added a "sleep 10" in the start part :p. It's a hack but it works.

sorcix commented on 2011-01-14 17:40 (UTC)

The script should handle that crash though. I'm not good at writing shell scripts, but I'll try to handle that.

<deleted-account> commented on 2011-01-14 17:38 (UTC)

That's a great point. I use wicd, so the connection probably isn't up by the time the minecraft script starts.

sorcix commented on 2011-01-14 16:34 (UTC)

Hardrive, looks like the server crashes then. Are you sure your network connection is up when it starts using rc.conf? (Updated to 1.2_01)