Add unprivileged-gm-commands config option

Also replaced !kick with /worldkick (CMT_KICK)
This commit is contained in:
Jakob Gillich 2020-08-24 00:27:25 +02:00
parent 0429003863
commit 0fdd3a0133
9 changed files with 391 additions and 332 deletions

View file

@ -1,7 +1,7 @@
version: "3"
services:
loginserver:
image: mozilla/sbt:8u232_1.3.8
image: mozilla/sbt
volumes:
- .:/PSF-Loginserver:z
working_dir: /PSF-Loginserver
@ -12,15 +12,12 @@ services:
- 51002:51002/tcp
command: >
sh -c '
if [ ! -f "config/worldserver.ini" ]; then
sed "s/Hostname = \"localhost\"/Hostname = \"db\"/g" config/worldserver.ini.dist > config/worldserver.ini
fi
if [ ! -d "pscrypto-lib" ]; then
wget https://github.com/psforever/PSCrypto/releases/download/v1.1/pscrypto-lib-1.1.zip
unzip pscrypto-lib-1.1.zip
rm pscrypto-lib-1.1.zip
fi
sbt pslogin/run
sbt server/run
'
adminer:
image: adminer