Add no-permission message option
This commit is contained in:
parent
9c80489ec6
commit
078275d16d
15 changed files with 55 additions and 9 deletions
|
|
@ -461,7 +461,10 @@ soft-ref-cache: true
|
|||
#enterexitUseTitle: true
|
||||
# Set true if new enter messages should supercede pending exit messages (vs being queued in order), default false
|
||||
#enterReplacesExits: true
|
||||
|
||||
|
||||
# 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