diff --git a/.gitignore b/.gitignore index a671fc2..cc1d013 100644 --- a/.gitignore +++ b/.gitignore @@ -200,5 +200,5 @@ plugins/dynmap/*.pending plugins/WorldEdit/.archive-unpack/ !plugins/LuckPerms/*.db -# Ignore the update script -update.sh \ No newline at end of file +# Ignore environment scripts. +env/** \ No newline at end of file diff --git a/run.sh b/run.sh index ee90565..94c2bda 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,4 @@ #!/bin/sh -./update.sh +/usr/lib/jvm/java-18-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui -/usr/lib/jvm/java-18-openjdk/bin/java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui \ No newline at end of file