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

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.

ProdigySim commented on 2019-05-27 14:22 (UTC)

It looks like the 1.14.2-1 PKGBUILD update did not change the JAR url or SHAsum. Based on the 1.14.2 blogpost it seems like the URL should have changed (808be....) https://www.minecraft.net/en-us/article/minecraft-java-edition-1-14-2

edh commented on 2019-03-29 11:41 (UTC)

@abrenner Thanks a bunch! That should not have happened! Fixed.

abrenner commented on 2019-03-29 03:25 (UTC) (edited on 2019-03-29 03:26 (UTC) by abrenner)

Bug Report:

In commit fc300f4fd62a a switch was made from using "which" to "command" to determine if binaries exists on a system (tar, netcat, etc.).

The issue is that a space needs to be between the -v and name of the binary:

command -vtar is not correct

command -v tar is correct

Please add a space.

thanks, /adam