pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.88k stars 2.32k forks source link

[Egg Request]: LiteLoader for Bedrock edition #1532

Closed Ultr4Anubis closed 2 years ago

Ultr4Anubis commented 2 years ago

Does this expand an already existing service

Yes

Link to a game or software

https://www.litebds.com/

Links for the download

https://github.com/LiteLDev/LiteLoaderBDS/releases

Links for the install docs

https://github.com/LiteLDev/LiteLoaderBDS

gOOvER commented 2 years ago

This is Windows only . there is No Linux Version and Linux Install ends in a 404.

Atm its not possible with Ptero

aShanki commented 2 years ago

It's not windows only though, it works with docker on linux

docker pull shrbox/liteloaderbds
docker create --name liteloader -p 19132:19132/udp -i -t shrbox/liteloaderbds

then

Start server: docker container start liteloader

Stop server(unrecommended): docker container stop liteloader

Enter console: docker attach liteloader

Exit console: press Ctrl + P + Q. If you press Ctrl + C, the server process will exit. If you want to manage server file, use docker volume --help for more details
DatMayo commented 2 years ago

There is no "real" Linux version. Its Just wine /home/bds/bds/bedrock_server_mod.exe that makes the magic. So it can break every time

parkervcp commented 2 years ago

Going with a no on this one.

Ultr4Anubis commented 2 years ago

Is it still a no on this one?