mirror of
https://github.com/kaboomserver/framework.git
synced 2025-07-29 08:52:44 +00:00
prevent extras from going apeshit
Something went wrong while saving the prefix. Please check console.
This commit is contained in:
parent
a4f6745693
commit
2a9548831b
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ cd ~/server/
|
|||
while true; do
|
||||
# Make certain files and folders read-only
|
||||
|
||||
mkdir debug/ dumps/ plugins/update/
|
||||
mkdir debug/ dumps/ plugins/update/ plugins/Extras
|
||||
|
||||
chmod 700 plugins/Extras
|
||||
chmod -R 500 debug/ dumps/ plugins/bStats/ plugins/PluginMetrics/ plugins/update/
|
||||
chmod 500 plugins/
|
||||
chmod 400 bukkit.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue