Add 'protected-player-info' option - require login + privilege to see players other than self
This commit is contained in:
parent
ee7e6eedc8
commit
d523ce8a41
2 changed files with 7 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ permissions:
|
|||
dynmap.dmap.perspectivelist: true
|
||||
dynmap.dmap.shaderlist: true
|
||||
dynmap.dmap.lightinglist: true
|
||||
dynmap.playermarkers.seeall: true
|
||||
dynmap.render:
|
||||
description: Allows /dynmap render command
|
||||
default: true
|
||||
|
|
@ -320,3 +321,6 @@ permissions:
|
|||
dynmap.webchat:
|
||||
description: Allows web chat (if login required for webchat)
|
||||
default: true
|
||||
dynmap.playermarkers.seeall:
|
||||
description: Allow all players to be seen by user on web UI
|
||||
default: op
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue