From 559bc0ef55fe6d008a10ffa54400d80ecb4b30db Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Wed, 22 Feb 2012 00:51:13 -0600 Subject: [PATCH] Add optional send message pushbutton on web ui (chatbox component) --- src/main/resources/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index c84a8513..0f93d9d6 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -90,6 +90,8 @@ components: messagettl: 5 # Optional: set number of lines in scrollable message history: if set, messagettl is not used to age out messages #scrollback: 100 + # Optional: send push button + sendbutton: false - class: org.dynmap.ClientComponent type: playermarkers showplayerfaces: true