diff --git a/README.md b/README.md index 6b6d8d4..1b4abd1 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/main.sh b/main.sh index 1078f40..9342fc9 100644 --- a/main.sh +++ b/main.sh @@ -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 diff --git a/replit.nix b/replit.nix index c9313e0..a14acc2 100644 --- a/replit.nix +++ b/replit.nix @@ -5,5 +5,6 @@ pkgs.unzip pkgs.nginx pkgs.busybox + pkgs.tmux ]; } \ No newline at end of file