fix: chmod 700 paper remapped directory before starting

This commit is contained in:
amyavi 2025-03-12 20:41:07 -03:00
parent 5c4b80187b
commit 3675441ddf
No known key found for this signature in database

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