Skip to content

Commit

Permalink
Update mc
Browse files Browse the repository at this point in the history
  • Loading branch information
rekkun authored Apr 16, 2020
1 parent b862d64 commit 2c173cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opt/mc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fi

# create server config
echo "server-port=${mc_port}" >> /app/server.properties
echo "online-mode=false" >> /app/server.properties
for f in whitelist banned-players banned-ips ops; do
test ! -f $f.json && echo -n "[]" > $f.json
done
Expand Down

0 comments on commit 2c173cf

Please sign in to comment.