From 1113799a0f94a839ae86114d291bd71031b627e0 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Sat, 16 Apr 2022 00:33:33 -0500 Subject: [PATCH] Inverting launch controls. --- .gitignore | 4 ++-- run.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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