Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uNmINeD to pi apps! #2751

Open
4 tasks done
TheProKnightGamer opened this issue Mar 20, 2025 · 8 comments
Open
4 tasks done

Add uNmINeD to pi apps! #2751

TheProKnightGamer opened this issue Mar 20, 2025 · 8 comments

Comments

@TheProKnightGamer
Copy link

What is the name of the app?

uNmINeD

Where is the app hosted?

https://unmined.net

About the app

uNmINeD is a free Mincraft mapper software that lets you view Minecraft worlds in a UI. It also has sooooo many tools that many Minecraft admins may find quite useful. It already has a arm version that the pi/arm compatible PCs can run without setup.(If not arm there are 7+ different arcitectures supported so its compatable with practically everything.*) It even supports modded dimensions! You can also create images of selected areas or export the world as a interactable html(see below). Anyway I find this to be a useful everyday software to monitor my server to make sure no one is building server crashers and it can do so so much more.

Image

Image

Image

Image

Image

Image

Image

Image

*Last checked Thu Mar 20 2025

Confirmations

Copy link
Contributor

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@Botspot
Copy link
Owner

Botspot commented Mar 20, 2025

Thanks for testing it running on Raspberry Pi. You'd be surprised how many people don't.

Would you be willing to figure out which commands are necessary to download and install this? In other words, could you start the process of writing the install script for it? Usually we at Pi-Apps don't have the time to do this ourselves.

Making these scripts is pretty simple - just go to Pi-Apps Settings, click New App, and follow the directions.

@TheProKnightGamer
Copy link
Author

Ok sure, thanks!

@TheProKnightGamer
Copy link
Author

uNmINeD.zip
I coded and tested it and its all set!(If Megasys ever adds the icon in the package it will work with it also)

@Botspot
Copy link
Owner

Botspot commented Mar 22, 2025

Pi Os has a bug where compressing a folder does not include the contained files, so your zip file is empty. Please open the zip file and add your scripts in.

@TheProKnightGamer
Copy link
Author

Ok fixed it:

uNmINeD.zip

@Botspot
Copy link
Owner

Botspot commented Mar 22, 2025

A few questions.

  • What are you trying to accomplish with this part in your uninstall script?
    PI_APPS_DIR="$HOME/pi-apps/apps/unmined"
    
    # Check if Pi-Apps is installed, then remove the Pi-Apps entry
    if [ -d "$PI_APPS_DIR" ]; then
        echo "Removing Pi-Apps entry..."
        rm -rf "$PI_APPS_DIR"
    fi
  •   wget -O /tmp/unmined.tar.gz https://unmined.net/download/unmined-gui-linux-arm64-dev/?tmstv=1741902886
    
    I see the 1741902886 at the end of that URL, which looks like a UNIX timestamp. Please check if the link works forever or if it has an expiration.
  • You should put || error in more places, namely extraction, mkdir, and chmod.
  • Why add a unmined.sh script to Desktop? No other app does that.
  • Please add To run and To run in a terminal information in the description. See other apps for a template on how to do this.

@TheProKnightGamer
Copy link
Author

I suppose I forgot to remove some test stuff from it. Also good point, I suppose I should fix those.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants