Add no-permission message option

This commit is contained in:
RedstoneFuture 2022-05-29 15:28:06 +02:00
parent 9c80489ec6
commit 078275d16d
15 changed files with 55 additions and 9 deletions

View file

@ -478,7 +478,10 @@ soft-ref-cache: 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
# Send this message if the player does not have permission to use the command
noPermissionMsg: "You don't have permission to use this command!"
# 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