fix: chmod 700 paper remapped directory before starting ()

This commit is contained in:
amy 2025-03-12 20:43:05 -03:00 committed by GitHub
parent 5c4b80187b
commit eddd4504bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,10 +20,12 @@ while true; do
# Make certain files and folders read-only
mkdir debug/ dumps/
mkdir debug/ dumps/ plugins/.paper-remapped
chmod -R 500 debug/ dumps/
chmod 500 config/ plugins/ mods/
chmod 700 plugins/.paper-remapped
chmod 400 config/paper-global.yml config/paper-world-defaults.yml
chmod 400 bukkit.yml
chmod 400 commands.yml