From 78b2b758a0a3807f902ce2261dc88ec67949d544 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Thu, 27 Feb 2020 20:17:39 +0200 Subject: [PATCH] Make ProtocolLib-folder read only --- script/server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/server.sh b/script/server.sh index eff9820..828365c 100755 --- a/script/server.sh +++ b/script/server.sh @@ -3,7 +3,7 @@ # The alive checker and Minecraft server is started at the same time. For performance reasons, the # OpenJ9 JVM is used instead of Java's default Hotspot JVM. -chmod -R 500 $HOME/plugins/bStats/ $HOME/plugins/PluginMetrics/ +chmod -R 500 $HOME/plugins/bStats/ $HOME/plugins/PluginMetrics/ $HOME/plugins/ProtocolLib/ dtach -n alivecheck $HOME/script/alivecheck.sh