add a ton of stuff lmao

This commit is contained in:
ayunami2000 2022-05-09 08:57:43 +00:00
parent 3fe37c13df
commit fe4c3482f4
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# replit eaglercraft server
[extra help discord server](https://discord.gg/9HfPSp3D)
|
[anotha one](https://discord.gg/FBqfmDkF2Z)
### smashed together by [ayunami2000](https://github.com/ayunami2000)

View File

@ -96,7 +96,7 @@ fi
echo starting bungeecord...
cd java/bungee_command
java -Xmx32M -Xms32M -jar bungee-dist.jar > /dev/null 2>&1 &
tmux new -d -s bungee java -Xmx32M -Xms32M -jar bungee-dist.jar
cd -
if [ "$setserver" = "true" -a "$syncweb" = "true" ]; then

View File

@ -5,5 +5,6 @@
pkgs.unzip
pkgs.nginx
pkgs.busybox
pkgs.tmux
];
}