Merge pull request 'feature-23-fix-luckperms-server-name' (#32) from feature-23 into develop
All checks were successful
/ build-docker (push) Successful in 7m58s
All checks were successful
/ build-docker (push) Successful in 7m58s
Reviewed-on: #32
This commit is contained in:
commit
f7f078580f
@ -125,6 +125,12 @@ ENV GRIM_DB_PASSWORD=0000
|
|||||||
ENV DISCORDSRV_BOT_TOKEN=dummy-token
|
ENV DISCORDSRV_BOT_TOKEN=dummy-token
|
||||||
|
|
||||||
|
|
||||||
|
ENV LUCKPERMS_DB_HOST=127.0.0.1
|
||||||
|
ENV LUCKPERMS_DB_PORT=3306
|
||||||
|
ENV LUCKPERMS_DB_NAME=luckperms
|
||||||
|
ENV LUCKPERMS_DB_USERNAME=luckperms
|
||||||
|
ENV LUCKPERMS_DB_PASSWORD=0000
|
||||||
|
|
||||||
WORKDIR ${WORKDIR_PATH}/config
|
WORKDIR ${WORKDIR_PATH}/config
|
||||||
|
|
||||||
# Minecraft
|
# Minecraft
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
# - When set to "global" this setting is effectively ignored.
|
# - When set to "global" this setting is effectively ignored.
|
||||||
# - In all other cases, the value here is added to all players in a "server" context.
|
# - In all other cases, the value here is added to all players in a "server" context.
|
||||||
# - See: https://luckperms.net/wiki/Context
|
# - See: https://luckperms.net/wiki/Context
|
||||||
server: lobby
|
server: survival
|
||||||
|
|
||||||
# If the servers own UUID cache/lookup facility should be used when there is no record for a player
|
# If the servers own UUID cache/lookup facility should be used when there is no record for a player
|
||||||
# already in LuckPerms.
|
# already in LuckPerms.
|
||||||
@ -401,7 +401,6 @@ auto-install-translations: true
|
|||||||
# value was not inherited from the given group.
|
# value was not inherited from the given group.
|
||||||
#
|
#
|
||||||
# => lowest_not_from_group_<group> Same as above, except takes the value with the lowest weight.
|
# => lowest_not_from_group_<group> Same as above, except takes the value with the lowest weight.
|
||||||
|
|
||||||
meta-formatting:
|
meta-formatting:
|
||||||
prefix:
|
prefix:
|
||||||
format:
|
format:
|
||||||
|
Loading…
Reference in New Issue
Block a user