made webchat prefix to configurable
This commit is contained in:
parent
aa7d80407f
commit
cd02926fb0
6 changed files with 6 additions and 4 deletions
|
|
@ -19,6 +19,7 @@ public class ClientConfigurationComponent extends Component {
|
|||
s(t, "joinmessage", c.getString("joinmessage", "%playername% joined"));
|
||||
s(t, "quitmessage", c.getString("quitmessage", "%playername% quit"));
|
||||
s(t, "spammessage", c.getString("spammessage", "You may only chat once every %interval% seconds."));
|
||||
s(t, "webprefix", c.getString("webprefix", "[WEB] "));
|
||||
s(t, "defaultzoom", c.getInteger("defaultzoom", 0));
|
||||
s(t, "sidebaropened", c.getBoolean("sidebaropened", false));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue