add a ton of stuff lmao
This commit is contained in:
parent
3fe37c13df
commit
fe4c3482f4
|
@ -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)
|
||||
|
||||
|
|
2
main.sh
2
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
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
pkgs.unzip
|
||||
pkgs.nginx
|
||||
pkgs.busybox
|
||||
pkgs.tmux
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user