2.5.19 #4

Merged
JaTiTV merged 2 commits from world-black-/-whitelist into main 2022-01-07 19:43:38 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 88bdac1fc8 - Show all commits

View File

@ -27,7 +27,7 @@ public class BUpdateChecker {
public static void sendUpdateMsg(String Prefix, String foundVersion, String update_version) {
Bsend.console("§4=========== " + Prefix + " §4===========");
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 find more information on Discord: §e" + BMain.discord);
Bsend.console("§4=========== " + Prefix + " §4===========");

View File

@ -169,8 +169,6 @@ public class Events implements Listener {
return;
}
}
send.debugmsg(Main.plugin,SelectConfig.UseItemWorldList.toString());
send.debugmsg(Main.plugin,p.getWorld().getName());
if (SelectConfig.UseItemWorldProtection) {
if (SelectConfig.UseItemWorldMode.equalsIgnoreCase("blacklist") && SelectConfig.UseItemWorldList.contains(p.getWorld().getName())) {
e.setCancelled(true);