Add publicURL setting and '/dynmap url' command

This commit is contained in:
Mike Primm 2022-02-12 01:30:00 -06:00
parent de344869b7
commit d941aec6eb
14 changed files with 76 additions and 6 deletions

View file

@ -462,6 +462,10 @@ soft-ref-cache: true
# Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false
#enterReplacesExits: true
# Published public URL for Dynmap server (allows users to use 'dynmap url' command to get public URL usable to access server
# If not set, 'dynmap url' will not return anything. URL should be fully qualified (e.g. https://mc.westeroscraft.com/)
#publicURL: http://my.greatserver.com/dynmap
# Set to true to enable verbose startup messages - can help with debugging map configuration problems
# Set to false for a much quieter startup log
verbose: false