Add uNmINeD to pi apps!
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.
*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.
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.
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.
Ok sure, thanks!
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)
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.
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 -
I see thewget -O /tmp/unmined.tar.gz https://unmined.net/download/unmined-gui-linux-arm64-dev/?tmstv=17419028861741902886at 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
|| errorin more places, namely extraction, mkdir, and chmod. - Why add a
unmined.shscript to Desktop? No other app does that. - Please add
To runandTo run in a terminalinformation in the description. See other apps for a template on how to do this.
I suppose I forgot to remove some test stuff from it. Also good point, I suppose I should fix those.
@TheProKnightGamer I think we're ready to add this once you make those changes.
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.
You've had all summer break... how's it going? :)