diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 2533c114..8d6c655a 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -39,7 +39,9 @@ components: # # Optional - make player hidden when they are under cover (#=sky light level,0=underground,15=open to sky) # hideifundercover: 14 # # (Optional) if true, players that are crouching/sneaking will be hidden - # hideifsneaking: false + hideifsneaking: false + # If true, player positions/status is protected (login with ID with dynmap.playermarkers.seeall permission required for info other than self) + protected-player-info: false #- class: org.dynmap.JsonFileClientUpdateComponent # writeinterval: 1 # sendhealth: true diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index a674ea8f..c9e22ce3 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -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