修改输出内容
This commit is contained in:
parent
069b78a225
commit
9e548cb850
|
@ -33,22 +33,22 @@ public class ServerEnable {
|
|||
this.getLang();
|
||||
this.getProxyServer();
|
||||
|
||||
System.out.println(VariableStorage.getPrefix() + "§c配置文件加载完毕");
|
||||
System.out.println("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.println("§6作者:§e" + BungeeCross.getAuthor());
|
||||
System.out.println("§9版本:§d" + BungeeCross.getVersion());
|
||||
System.out.println("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.print(VariableStorage.getPrefix() + "§c配置文件加载完毕");
|
||||
System.out.print("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.print("§6作者:§e" + BungeeCross.getAuthor());
|
||||
System.out.print("§9版本:§d" + BungeeCross.getVersion());
|
||||
System.out.print("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
}
|
||||
|
||||
public void serverReload() {
|
||||
this.getConfig();
|
||||
this.getLang();
|
||||
|
||||
System.out.println(VariableStorage.getPrefix() + "§c配置文件重载完毕");
|
||||
System.out.println("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.println("§6作者:§e" + BungeeCross.getAuthor());
|
||||
System.out.println("§9版本:§d" + BungeeCross.getVersion());
|
||||
System.out.println("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.print(VariableStorage.getPrefix() + "§c配置文件重载完毕");
|
||||
System.out.print("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
System.out.print("§6作者:§e" + BungeeCross.getAuthor());
|
||||
System.out.print("§9版本:§d" + BungeeCross.getVersion());
|
||||
System.out.print("§9§l§m=]=======§2 Bungee§aCross §9§l§m========[=");
|
||||
}
|
||||
|
||||
private void getLang() {
|
||||
|
|
|
@ -36,6 +36,6 @@ public class PlayerJoinProxyEvent implements Listener {
|
|||
}
|
||||
}
|
||||
String message = Pattern.compile("%player%").matcher(loginServerMessage).replaceAll(event.getConnection().getName());
|
||||
System.out.println(message);
|
||||
System.out.print(message);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -36,6 +36,6 @@ public class PlayerLeaveProxyEvent implements Listener {
|
|||
}
|
||||
}
|
||||
String message = Pattern.compile("%player%").matcher(leaveServerMessage).replaceAll(event.getPlayer().getName());
|
||||
System.out.println(message);
|
||||
System.out.print(message);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user