pi-apps icon indicating copy to clipboard operation
pi-apps copied to clipboard

Add uNmINeD to pi apps!

Open TheProKnightGamer opened this issue 9 months ago • 11 comments

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

  • [x] I have confirmed that this app is legal and not piracy.
  • [x] I have read the app eligibilty rubric https://github.com/Botspot/pi-apps/issues/185 and confirmed this app is suitable for addition in Pi-Apps.
  • [x] I have confirmed that this app has never been discussed in https://github.com/Botspot/pi-apps/issues and https://github.com/Botspot/pi-apps/pulls, and it is not in the Pi-Apps app list.
  • [x] I have confirmed that this app can run on all Pi-Apps supported systems.

TheProKnightGamer avatar Mar 20 '25 14:03 TheProKnightGamer

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.

github-actions[bot] avatar Mar 20 '25 15:03 github-actions[bot]

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.

Botspot avatar Mar 20 '25 21:03 Botspot

Ok sure, thanks!

TheProKnightGamer avatar Mar 21 '25 01:03 TheProKnightGamer

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)

TheProKnightGamer avatar Mar 22 '25 02:03 TheProKnightGamer

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.

Botspot avatar Mar 22 '25 03:03 Botspot

Ok fixed it:

uNmINeD.zip

TheProKnightGamer avatar Mar 22 '25 16:03 TheProKnightGamer

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.

Botspot avatar Mar 22 '25 16:03 Botspot

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

TheProKnightGamer avatar Mar 23 '25 00:03 TheProKnightGamer

@TheProKnightGamer I think we're ready to add this once you make those changes.

Botspot avatar Apr 11 '25 23:04 Botspot

Sorry it’s been so long, I have been wildly busy with school so I haven’t been able to do much aside from trying to keep a server online. It may take some more time but I will be free to help implement this app.

TheProKnightGamer avatar May 06 '25 20:05 TheProKnightGamer

You've had all summer break... how's it going? :)

Botspot avatar Sep 18 '25 04:09 Botspot