a app that create a minecraft bedrock server using bukkit and add a bedrock conect and playit
What is the name of the app?
bedrock minecraft server
Where is the app hosted?
https://github.com/user-attachments/files/18023579/install.zip
About the app
a app that create a minecraft bedrock server using bukkit and add a bedrock conect and playit
Upload file or Add PR Link
Confirmations
- [X] I have confirmed that this app is legal and not piracy.
- [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 read and followed the creating an app for Pi-Apps documentation.
- [X] I have confirmed that this app can run on all Pi-Apps supported systems.
A zipfile was found in the body of your issue. The sha1sum of the zip was: 976ae88f61376227c68fa39c4ee449fd6e68e1e1
Click to show contents preview
uninstall
#!/bin/bash
#Allow packages required by this app to be uninstalled
cd ~/Desktop
sudo rmdir nukkit
description
pls run nukkit.jar at dextop in nukkit folder
and playit and MCXboxBroadcastStandalone.jar
install
#!/bin/bash
#Be sure to use the "error" function - it will display a message if a command fails to run. Example below:
# Install some packages that are necessary to run this app - no need for "error", as the install_packages function already handles errors.
cd ~/Desktop
mkdir nukkit || echo error
cd nukkit || echo error
wget -O nukkit.jar https://go.pimylifeup.com/3xsPQA/nukkit || echo error
wget https://github.com/MCXboxBroadcast/Broadcaster/releases/download/66/MCXboxBroadcastStandalone.jar || echo error
curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null || echo error
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list || echo error
sudo apt update || echo error
sudo apt install playit || echo error
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.
Sorry about that. I commented in the wrong place.