From 60fc1e956e6e9fe71091bc1c5ff645f3c3da30e3 Mon Sep 17 00:00:00 2001 From: mathiascode Date: Sat, 6 Jun 2020 15:58:32 +0300 Subject: [PATCH] Make spigot.yml and paper.yml read-only --- script/server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/server.sh b/script/server.sh index 4274eb8..dd99ece 100755 --- a/script/server.sh +++ b/script/server.sh @@ -18,8 +18,10 @@ chmod -R 500 plugins/ProtocolLib/ chmod 400 bukkit.yml chmod 400 commands.yml chmod 400 eula.txt +chmod 400 paper.yml chmod 400 permissions.yml chmod 400 server-icon.png +chmod 400 spigot.yml chmod 400 wepif.yml while true; do