Package Details: mcaselector 2.2.2-1

Git Clone URL: https://aur.archlinux.org/mcaselector.git (read-only, click to copy)
Package Base: mcaselector
Description: An external tool to export or delete selected chunks and regions from a world save of Minecraft Java Edition.
Upstream URL: https://github.com/Querz/mcaselector
Licenses: MIT
Submitter: ROllerozxa
Maintainer: ROllerozxa
Last Packager: ROllerozxa
Votes: 8
Popularity: 0.000225
First Submitted: 2021-03-02 18:34 (UTC)
Last Updated: 2023-06-28 08:37 (UTC)

Dependencies (3)

Required by (0)

Sources (4)

Latest Comments

« First ‹ Previous 1 2

soulsuke commented on 2021-10-24 16:05 (UTC)

Just a heads up, the launcher script could be updated to support both Java 16 and 17:

#!/bin/sh

JV="$(javac -version | sed -e "s,.* ,,")"

export PATH="/usr/lib/jvm/java-${JV}-openjdk/bin/:$PATH"

java --module-path /usr/lib/jvm/java-${JV}-openjdk/lib/javafx.base.jar:/usr/lib/jvm/java-${JV}-openjdk/lib/javafx.controls.jar:/usr/lib/jvm/java-${JV}-openjdk/lib/javafx.graphics.jar:/usr/lib/jvm/java-${JV}-openjdk/lib/javafx.swing.jar --add-modules javafx.base,javafx.controls,javafx.graphics,javafx.swing -jar /usr/share/java/mcaselector.jar "$@"

ROllerozxa commented on 2021-09-06 15:02 (UTC)

Thank you so much! I'll update the package right away.

sem.z commented on 2021-09-06 07:48 (UTC) (edited on 2021-09-06 07:57 (UTC) by sem.z)

I have openjdk 16 and openjfx 16 installed, this is how I run mca selector:

java --module-path /usr/lib/jvm/java-16-openjdk/lib/javafx.base.jar:/usr/lib/jvm/java-16-openjdk/lib/javafx.controls.jar:/usr/lib/jvm/java-16-openjdk/lib/javafx.graphics.jar:/usr/lib/jvm/java-16-openjdk/lib/javafx.swing.jar --add-modules javafx.base,javafx.controls,javafx.graphics,javafx.swing -jar mcaselector-1.16.3.jar

Edit: added swing module

ROllerozxa commented on 2021-09-04 08:57 (UTC)

(I wrote this as a reply to the orphan request email notification only to realize it would've been sent to a noreply email, so I'll just put it here)

The package has been outdated for so long because I've been unable to get newer versions of MCAselector to work for the packaging, not because I've abandoned it.

The newer versions of MCAselector that require Java 16 (along with JavaFX since that is used) are completely broken with any Java 16 package that exists on Arch Linux that I've tested (jre-openjdk w/ java-openjfx, AUR jre, AUR jdk), and as such I haven't been able to update it.

If you have some sort of solution to this or know of a Java(FX) package that does work (or something has changed in the last weeks since I last tested), please let me know so I can finally update the package.