Forgot the extra lightning storm effect.
This commit is contained in:
parent
11009aad5b
commit
37c1b6fe6a
Binary file not shown.
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user