2.5.19 #4
@ -27,7 +27,7 @@ public class BUpdateChecker {
|
|||||||
public static void sendUpdateMsg(String Prefix, String foundVersion, String update_version) {
|
public static void sendUpdateMsg(String Prefix, String foundVersion, String update_version) {
|
||||||
Bsend.console("§4=========== " + Prefix + " §4===========");
|
Bsend.console("§4=========== " + Prefix + " §4===========");
|
||||||
Bsend.console("§6A new version was found!");
|
Bsend.console("§6A new version was found!");
|
||||||
Bsend.console("§6Your version: §c" + foundVersion + " §7- §6Current version: §a" + update_version+"_Bungee");
|
Bsend.console("§6Your version: §c" + foundVersion + " §7- §6Current version: §a" + update_version);
|
||||||
Bsend.console("§6You can download it here: §e" + BMain.spigot);
|
Bsend.console("§6You can download it here: §e" + BMain.spigot);
|
||||||
Bsend.console("§6You can find more information on Discord: §e" + BMain.discord);
|
Bsend.console("§6You can find more information on Discord: §e" + BMain.discord);
|
||||||
Bsend.console("§4=========== " + Prefix + " §4===========");
|
Bsend.console("§4=========== " + Prefix + " §4===========");
|
||||||
|
@ -169,8 +169,6 @@ public class Events implements Listener {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
send.debugmsg(Main.plugin,SelectConfig.UseItemWorldList.toString());
|
|
||||||
send.debugmsg(Main.plugin,p.getWorld().getName());
|
|
||||||
if (SelectConfig.UseItemWorldProtection) {
|
if (SelectConfig.UseItemWorldProtection) {
|
||||||
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemWorldList.contains(p.getWorld().getName())) {
|
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemWorldList.contains(p.getWorld().getName())) {
|
||||||
e.setCancelled(true);
|
e.setCancelled(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user