mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
Add 'hidenames' option, and supporting messages
This commit is contained in:
parent
32a1c20fd0
commit
47455eb912
@ -50,6 +50,8 @@ components:
|
|||||||
protected-player-info: false
|
protected-player-info: false
|
||||||
# If true, hide players with invisibility potion effects active
|
# If true, hide players with invisibility potion effects active
|
||||||
hide-if-invisiblity-potion: true
|
hide-if-invisiblity-potion: true
|
||||||
|
# If true, player names are not shown on map, chat, list
|
||||||
|
hidenames: false
|
||||||
#- class: org.dynmap.JsonFileClientUpdateComponent
|
#- class: org.dynmap.JsonFileClientUpdateComponent
|
||||||
# writeinterval: 1
|
# writeinterval: 1
|
||||||
# sendhealth: true
|
# sendhealth: true
|
||||||
@ -72,6 +74,7 @@ components:
|
|||||||
# # Limit length of single chat messages
|
# # Limit length of single chat messages
|
||||||
# chatlengthlimit: 256
|
# chatlengthlimit: 256
|
||||||
# hide-if-invisiblity-potion: true
|
# hide-if-invisiblity-potion: true
|
||||||
|
# hidenames: false
|
||||||
|
|
||||||
- class: org.dynmap.SimpleWebChatComponent
|
- class: org.dynmap.SimpleWebChatComponent
|
||||||
allowchat: true
|
allowchat: true
|
||||||
@ -378,6 +381,8 @@ msg:
|
|||||||
players: "Players"
|
players: "Players"
|
||||||
chatrequireslogin: "Chat Requires Login"
|
chatrequireslogin: "Chat Requires Login"
|
||||||
chatnotallowed: "You are not permitted to send chat messages"
|
chatnotallowed: "You are not permitted to send chat messages"
|
||||||
|
hiddennamejoin: "Player joined"
|
||||||
|
hiddennamequit: "Player quit"
|
||||||
|
|
||||||
# URL for client configuration (only need to be tailored for proxies or other non-standard configurations)
|
# URL for client configuration (only need to be tailored for proxies or other non-standard configurations)
|
||||||
url:
|
url:
|
||||||
|
Loading…
Reference in New Issue
Block a user