Skip to content

Commit

Permalink
Merge pull request Krakenskulls1#1 from Atticuss320/main
Browse files Browse the repository at this point in the history
Update eaglercraftx, add carbon for faster performance, remove useless files
  • Loading branch information
IsmaelTechProxy authored Mar 10, 2024
2 parents b0b665b + 2ef7633 commit f37ff4d
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .replit

This file was deleted.

Binary file removed LicensePrompt.jar
Binary file not shown.
Empty file removed base.repl
Empty file.
Binary file added bungee/plugins/EaglerXBungee-Latest.jar
Binary file not shown.
Binary file removed bungee/plugins/EaglercraftXBungee.jar
Binary file not shown.
Binary file added misc/carbon.jar
Binary file not shown.
15 changes: 0 additions & 15 deletions replit.nix

This file was deleted.

4 changes: 2 additions & 2 deletions selsrv.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash
exit
SRV=$(dialog --menu "Choose a server software:\n(or cancel for no change)\nUse arrow keys and enter to select:" 12 40 3 1 "Paper 1.8.8 (recommended)" 2 "nPaper 1.7 (faster)" 3 "Cuberite (fastest)" --output-fd 1)
SRV=$(dialog --menu "Choose a server software:\n(or cancel for no change)\nUse arrow keys and enter to select:" 12 40 3 1 "Carbon 1.8.8 (recommended)" 2 "nPaper 1.7 (faster)" 3 "Cuberite (fastest)" --output-fd 1)

clear

case $SRV in
1)
echo "Switching to Paper 1.8.8..."
rm /tmp/server.jar
cp misc/paper-1.8.8.jar /tmp/server.jar
cp misc/carbon.jar /tmp/server.jar
rm server/plugins/Carbon.jar
rm server/plugins/Carbon-ProtocolLib.jar
;;
Expand Down

0 comments on commit f37ff4d

Please sign in to comment.