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

a app that create a minecraft bedrock server using bukkit and add a bedrock conect and playit #2689

Open
4 tasks done
HackerTyper2311 opened this issue Dec 5, 2024 · 3 comments

Comments

@HackerTyper2311
Copy link

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

Copy link
Contributor

github-actions bot commented Dec 5, 2024

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


Copy link
Contributor

github-actions bot commented Dec 5, 2024

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 Botspot closed this as completed in 67e425f Dec 7, 2024
@Botspot Botspot reopened this Dec 7, 2024
@Botspot
Copy link
Owner

Botspot commented Dec 7, 2024

Sorry about that. I commented in the wrong place.

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