Compare commits

...

2 Commits

Author SHA1 Message Date
q13x
0e9628f505
Update README.md 2024-05-20 23:41:24 -08:00
q13x
268bc84339
Update build.sh 2024-05-20 23:41:02 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ elif [ $exit_code -eq 2 ]; then
mkdir -p ./.build mkdir -p ./.build
cd ~/$REPL_SLUG/ cd ~/$REPL_SLUG/
npm install typescript npm install typescript
npx tsc npx tsc || true # work around dep compile failure
echo "finished compiling, launching..." echo "finished compiling, launching..."
else else
echo "received non-zero exit code ($?), exiting!" echo "received non-zero exit code ($?), exiting!"

View File

@ -3,7 +3,7 @@
<a href="https://repl.it/github/WorldEditAxe/eaglerproxy"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/replit2.svg"><img></a> <a href="https://repl.it/github/WorldEditAxe/eaglerproxy"><img height="30px" src="https://raw.githubusercontent.com/FogNetwork/Tsunami/main/deploy/replit2.svg"><img></a>
A standalone reimplementation of EaglercraftX's bungee plugin written in TypeScript, with plugin support. A standalone reimplementation of EaglercraftX's bungee plugin written in TypeScript, with plugin support.
_Working for latest EaglercraftX client version as of `6/15/2023`_ _Working for latest EaglercraftX client version as of `5/21/2024`_
## Known Issues ## Known Issues