Add no-permission message option
This commit is contained in:
parent
9c80489ec6
commit
078275d16d
15 changed files with 55 additions and 9 deletions
|
|
@ -479,6 +479,9 @@ soft-ref-cache: true
|
|||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue