You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 uninstalledcd~/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.
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
install.zip
Confirmations
The text was updated successfully, but these errors were encountered: