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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 37 Next › Last »

edh commented on 2019-12-19 18:09 (UTC)

@Wunkolo Thanks for the request! That sounds like a decent suggestion. I will add such an option with the next Minecraft release.

Wunkolo commented on 2019-12-19 03:56 (UTC)

Just a request: but when making the automated tar backups can there perhaps be an option to provide our own tar options? In particular. I want to be able to make the minecraft backups using zstd as opposed to the default tar options which are proving to be quite slow during the "Remove leading" step.

edh commented on 2019-07-21 16:32 (UTC)

@jpefxguy The server is already running as the unprivileged minecraft user! As far as I know, /usr/lib/systemd/user/ serves a different purpose and is merely used for user-services of users who can actually log into a system.

jpegxguy commented on 2019-07-21 13:23 (UTC)

AFAIK the server doesn't need to run as root. I suggest moving the service files to /usr/lib/systemd/user/ instead.

kylef commented on 2019-07-19 20:36 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 45dc259..7371667 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
 # Contributer: sowieso <sowieso@dukun.de>

 pkgname=minecraft-server
-pkgver=1.14.3
-_nonce=d0d0fe2b1dc6ab4c65554cb734270872b72dadd6
-pkgrel=2
+pkgver=1.14.4
+_nonce=3dc3d84a581f14691199cf6831b71ed1296a9fdf
+pkgrel=1
 pkgdesc="Minecraft server unit files, script, and jar"
 arch=('any')
 url="https://minecraft.net/"
@@ -24,7 +24,7 @@ source=("minecraft_server.${pkgver}.jar"::"https://launcher.mojang.com/v1/object
        "minecraftd.conf"
        "minecraftd.sh")
 noextract=("minecraft_server.${pkgver}.jar")
-sha512sums=('67235f0bf6e47b3cc31b045ec5151bbb0b6695d351ce975bfabb3d99cac6f93671a075827bc221f550ef59f21c2901de9c7bac93e8de0ab780208c983a5c606a'
+sha512sums=('b3d2852c6fa1b996bbf2fa9fc1fb860c6bca5136bcc5ddd3d236d85789c6bce81620f6b2d69eaa10c41d020fe0bb54de2fa601b3df3093af2691853a4445e1f8'
             'c8f96bafb0ba3fd8946ac791b09e75cae54dc1a8e02822f91ca70a77a8ba45b253a83c4db30f9cfbf0658a2608b38e6de3d00f1d832ef676f329a78e69eab3e7'
             '19ee3646bfbace353b65c0373594edb654de11c9671f29cebad3b31109f29f94ade1d529d9f409b0989c376bef9b451585b22a1e0ac4295fcc92d9565f808418'
             '5203f6331f740ecfcea2a2cc653603ae97419baa89e08512f9d8feb63e4a52978442a69b313eccd9037b676a62ab528e2b533c0fb95a9c7177318279fe0cde79'

edh commented on 2019-06-24 18:55 (UTC)

@Ketchup901 I am pretty sure that I build the package in a clean environment before pushing. Can you please make sure that you have no remnant, like e.g. the previously download 1.14.3 jar file, in your folder.

Ketchup901 commented on 2019-06-24 18:42 (UTC)

Again with the failed checksum validation

edh commented on 2019-05-27 17:21 (UTC)

@ProdigySim It should be fixed now. My build directory was still polluted by the old file with the invalid nonce. Sorry again!

ProdigySim commented on 2019-05-27 15:21 (UTC)

@edh Thanks for the quick updates! Now it looks like the SHA512sum is not updated... I get a validation error when installing.

I think it should be: 9670c1038aa23c3012241a5a103ab5a3e989efcb13edd45f318f92e9968f5f2e99314d3edd0c6851238772e2e1cc5b4bdaeac686a7622e321ac81bf40e2a3cf7

edh commented on 2019-05-27 14:42 (UTC)

@ProdigySim

Sorry about that. I simply forgot to update the nonce value.