Hello. I want to proxy Minecraft and I tried a few public proxies with the "Authentication servers are in maintenance" (or something like that) error. I am currently using -Dsocks java flags to do it. I thought it was related to using crowded proxies but due to the fact I have linux servers I created my own and the error was not solved. Please help me!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumHello. I want to proxy Minecraft and I tried a few public proxies with the "Authentication servers are in maintenance" (or something like that) error. I am currently using -Dsocks java flags to do it. I thought it was related to using crowded proxies but due to the fact I have linux servers I created my own and the error was not solved. Please help me!
Player p = Bukkit.getServer().getPlayerExact("Mr_Matwin3");
if (p.isAwesome){
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "Mr_Matwin3 is awesome!");
}
else{
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "I am still awesome! :P!");
}
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBUMP! (come on! At least see this thread! :P)
Player p = Bukkit.getServer().getPlayerExact("Mr_Matwin3");
if (p.isAwesome){
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "Mr_Matwin3 is awesome!");
}
else{
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "I am still awesome! :P!");
}
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumBUMP (Sorry for bumping before 12 hours before! Now I waited 12)
Player p = Bukkit.getServer().getPlayerExact("Mr_Matwin3");
if (p.isAwesome){
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "Mr_Matwin3 is awesome!");
}
else{
Bukkit.BroadcastMessage(ChatColor.RED + "" + ChatColor.BOLD + "I am still awesome! :P!");
}