add a ton of stuff lmao
This commit is contained in:
parent
3fe37c13df
commit
fe4c3482f4
|
@ -1,6 +1,8 @@
|
||||||
# replit eaglercraft server
|
# replit eaglercraft server
|
||||||
|
|
||||||
[extra help discord server](https://discord.gg/9HfPSp3D)
|
[extra help discord server](https://discord.gg/9HfPSp3D)
|
||||||
|
|
|
||||||
|
[anotha one](https://discord.gg/FBqfmDkF2Z)
|
||||||
|
|
||||||
### smashed together by [ayunami2000](https://github.com/ayunami2000)
|
### smashed together by [ayunami2000](https://github.com/ayunami2000)
|
||||||
|
|
||||||
|
|
2
main.sh
2
main.sh
|
@ -96,7 +96,7 @@ fi
|
||||||
|
|
||||||
echo starting bungeecord...
|
echo starting bungeecord...
|
||||||
cd java/bungee_command
|
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 -
|
cd -
|
||||||
|
|
||||||
if [ "$setserver" = "true" -a "$syncweb" = "true" ]; then
|
if [ "$setserver" = "true" -a "$syncweb" = "true" ]; then
|
||||||
|
|
|
@ -5,5 +5,6 @@
|
||||||
pkgs.unzip
|
pkgs.unzip
|
||||||
pkgs.nginx
|
pkgs.nginx
|
||||||
pkgs.busybox
|
pkgs.busybox
|
||||||
|
pkgs.tmux
|
||||||
];
|
];
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user