maybe this might lower codebeat's quality
This commit is contained in:
Robinson Gallego
2019-11-18 17:25:14 -05:00
parent 75168dbb38
commit e884d9b47e
3 changed files with 6 additions and 2 deletions

View File

@ -59,6 +59,11 @@ public class SignBlocker extends FreedomService
player.sendMessage(ChatColor.GRAY + "You are not allowed to place broken strings that Mojang never fixed.");
event.setCancelled(true);
}
if (line1.contains("translation.test.") || line2.contains("translation.test.") || line3.contains("translation.test.") || line4.contains("translation.test."))
{
player.sendMessage(ChatColor.BOLD + "No.");
event.setCancelled(true);
}
}
}