Add 'grayplayerswhenhidden' option to allow disable of graying of players in player list when not visible on current map
This commit is contained in:
parent
5af670de61
commit
3c849b9d66
3 changed files with 6 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ public class ClientConfigurationComponent extends Component {
|
|||
s(t, "dynmapversion", plugin.getDescription().getVersion());
|
||||
s(t, "cyrillic", c.getBoolean("cyrillic-support", false));
|
||||
s(t, "showlayercontrol", c.getBoolean("showlayercontrol", true));
|
||||
s(t, "grayplayerswhenhidden", c.getBoolean("grayplayerswhenhidden", true));
|
||||
String sn = plugin.getServer().getServerName();
|
||||
if(sn.equals("Unknown Server"))
|
||||
sn = "Minecraft Dynamic Map";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue