public static void StrunBahQo(World world, EntityPlayer player) {
for (Entity el : getNearbyEntities(world, player.boundingBox))
if (!(el == player))
if (player.canEntityBeSeen(el))
world.spawnEntityInWorld(new EntityLightningBolt(world, el.posX, el.posY,
el.posZ));
mc.ingameGUI.addChatMessage("<" + player.username + ">:�3 STRUN BAH QO");
}