diff --git a/TwosideKeeper.jar b/TwosideKeeper.jar index 317f9d8..592eca4 100644 Binary files a/TwosideKeeper.jar and b/TwosideKeeper.jar differ diff --git a/src/sig/plugin/TwosideKeeper/TwosideKeeper.java b/src/sig/plugin/TwosideKeeper/TwosideKeeper.java index 31a96e6..30aac99 100644 --- a/src/sig/plugin/TwosideKeeper/TwosideKeeper.java +++ b/src/sig/plugin/TwosideKeeper/TwosideKeeper.java @@ -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(); }