Disable partial name matching for offline players by default

#1482
This commit is contained in:
TfT_02
2013-09-25 14:26:24 +02:00
parent 45dfc13ebd
commit 933b6f278b
3 changed files with 20 additions and 3 deletions

View File

@ -197,6 +197,8 @@ public class Config extends AutoUpdateConfigLoader {
public String getAdminChatPrefix() { return config.getString("Commands.a.Chat_Prefix_Format", "[[AQUA]][[[WHITE]]{0}[[AQUA]]]"); }
public boolean getAdminDisplayNames() { return config.getBoolean("Commands.a.Use_Display_Names", true); }
public boolean getMatchOfflinePlayers() { return config.getBoolean("Commands.General.Match_OfflinePlayers", false); }
/* Mob Healthbar */
public MobHealthbarType getMobHealthbarDefault() {
try {