unresolved3169 / Altay

A server software for Minecraft: Bedrock Edition in PHP (ABONDONED)
GNU Lesser General Public License v3.0
143 stars 52 forks source link

1.16.210 #322

Closed xxAROX closed 3 years ago

xxAROX commented 3 years ago

Support for 1.16.210

IceCruelStuff commented 3 years ago

You just copied this from the PocketMine repository https://github.com/pmmp/PocketMine-MP/commit/4816a66fb8fcf05fb94bbb48682e2b32f9bb3a16

xxAROX commented 3 years ago

yea

xxAROX commented 3 years ago

works on my side

IceCruelStuff commented 3 years ago

works on my side

okay

Crasher508 commented 3 years ago

You can easily merge it from pmmp

xxAROX commented 3 years ago

You can easily merge it from pmmp

lmao i dont know much about merging

xxAROX commented 3 years ago

lmao

Matze997 commented 3 years ago

/p merge lul :P

HighTecDev commented 3 years ago

I dont think its faster. You could have just waited for Emre to take it from PM xD

xxAROX commented 3 years ago

Updated

tojakavel commented 3 years ago

download?

MrGalletaYT commented 3 years ago

Can you convert it to phar? For those who can't do it or don't know

tojakavel commented 3 years ago

i just would need in phar because I do not keep my files on githubie

ItzKazuki commented 3 years ago

I need .phar

xxAROX commented 3 years ago

For everyone wanna use this before it will merged or implemented

Get Altay

git clone --recursive https://github.com/xxAROX/Altay.git
cd Altay
git checkout patch-1
git submodule update --init
composer install

Make PHAR

composer make-server

start.sh -> For running from Source

if [ "$POCKETMINE_FILE" == "" ]; then
        if [ -f ./src/pocketmine/PocketMine.php ]; then
                POCKETMINE_FILE="./src/pocketmine/PocketMine.php"
        else
                echo "Altay.phar not found"
                echo "Downloads can be found at https://github.com/TuranicTeam/Altay/releases"
                exit 1
        fi
fi
xxAROX commented 3 years ago

@tojakavel @MrGalletaYT @Kazuk77

xxAROX commented 3 years ago

Get composer

tojakavel commented 3 years ago

thanks

tojakavel commented 3 years ago

fatal: not a git repository (or any of the parent directories): .git

xxAROX commented 3 years ago

cd Altay

tojakavel commented 3 years ago

You can also run php --ini inside terminal to see which files are used by PHP in CLI mode. Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems. Script @composer install --no-dev --classmap-authoritative handling the make-server event returned with error code 2

phoshp commented 3 years ago

Merged at here

xxAROX commented 3 years ago

👌