Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK: updated to latest build [#250] #13

Merged
merged 1 commit into from
Mar 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 1.18.2/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
####################################################################
## ZOUPA - (ZombyMediaIC open source usage protection agreement) ##
## License as of: 19.07.2021 10:32 | #202107191032 ##
## License as of: 15.03.2022 11:10 | #202203151110 ##
## Niklas Vorberg (AsP3X) ##
####################################################################

Expand Down Expand Up @@ -31,7 +31,7 @@ if test -f "$JARFILE"; then
screen -S Minecraft-Server /bin/sh -c "java -Xmx${RAM} -Xms${RAM} -jar papermc.jar"
else
echo "Creating new Files"
wget https://papermc.io/api/v2/projects/paper/versions/1.18.2/builds/231/downloads/paper-1.18.2-231.jar -O /temp/papermc.jar
wget https://papermc.io/api/v2/projects/paper/versions/1.18.2/builds/250/downloads/paper-1.18.2-250.jar -O /temp/papermc.jar
touch /temp/eula.txt
echo "eula=true" > /temp/eula.txt
sed -i -e 's/false/true/g' /temp/eula.txt
Expand Down