Forgot the extra lightning storm effect.

This commit is contained in:
sigonasr2 2016-08-07 17:43:11 -05:00
parent 11009aad5b
commit 37c1b6fe6a
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -4507,6 +4507,9 @@ public class TwosideKeeper extends JavaPlugin implements Listener {
}
Bukkit.getServer().broadcastMessage(ChatColor.GREEN+participants_list.toString()+ChatColor.WHITE+" have successfully slain "+m.getCustomName()+ChatColor.WHITE+"!");
aPlugin.API.discordSendRaw(ChatColor.GREEN+participants_list.toString()+ChatColor.WHITE+" have successfully slain **"+m.getCustomName()+ChatColor.WHITE+"**!");
m.getWorld().spawnEntity(m.getLocation(), EntityType.LIGHTNING);
m.getWorld().setStorm(true);
m.getWorld().setWeatherDuration(20*60*15);
GenericFunctions.generateNewElite();
}