Change chat 'scrollback' setting to be consistent with existing defaults.
This commit is contained in:
parent
2aed24a566
commit
6552b49626
1 changed files with 2 additions and 1 deletions
|
|
@ -63,7 +63,8 @@ components:
|
||||||
type: chatbox
|
type: chatbox
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
messagettl: 5
|
messagettl: 5
|
||||||
scrollback: 100
|
# Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages
|
||||||
|
#scrollback: 100
|
||||||
- class: org.dynmap.ClientComponent
|
- class: org.dynmap.ClientComponent
|
||||||
type: playermarkers
|
type: playermarkers
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue