hi i am wondering is there away to thunder right before ban ? not sure how it is done can some tell me how thanky you
Hi, You would need to create a plugin which replace the current ban system with you're new one. The new ban system would execute the command /lightning and then ban the user. It's not too difficult at all. If you are looking for away to do that without a plugin, I'm afraid it's not possible as far as I am aware. -HotShot
You could use the World#strikeLightningEffect(Location loc) and the use a BukkitRunnable for executing the ban some ticks later.