Add 'sidebaropened' option to auto-pin sidebar
This commit is contained in:
parent
c00bd077cb
commit
09e1ebc972
3 changed files with 49 additions and 29 deletions
|
|
@ -20,6 +20,7 @@ public class ClientConfigurationComponent extends Component {
|
|||
s(t, "quitmessage", c.getString("quitmessage", "%playername% quit"));
|
||||
s(t, "spammessage", c.getString("spammessage", "You may only chat once every %interval% seconds."));
|
||||
s(t, "defaultzoom", c.getInteger("defaultzoom", 0));
|
||||
s(t, "sidebaropened", c.getBoolean("sidebaropened", false));
|
||||
|
||||
DynmapWorld defaultWorld = null;
|
||||
for(DynmapWorld world : plugin.mapManager.getWorlds()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue