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
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
echo -e "\nWould you like to uninstall the MCPI++ application itself? [Y/n]"
read -p "> " -n 1 -r
if [[ $REPLY =~ ^[Yy]$ ]]
then
sudo apt-get remove -y minecraft-pi-reborn-client
sudo apt-get remove -y minecraft-pi-reborn-server
fi
echo -e "\nUninstall complete! Please note that the MCPI Python API is still installed and can be removed with 'pip uninstall mcpi'. Your user data folder, '~/.minecraft-pi/' can also be removed if you want."