small changes

This commit is contained in:
JaTiTV 2022-01-07 20:40:43 +01:00
parent 89030215a1
commit 88bdac1fc8
2 changed files with 1 additions and 3 deletions

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);