Killer Void
Killer Void
Description
This plugin is a very simple, lightweight plugin that will instantly kill the player when they touch the void. This will kill every player (including creative mode players) the instant they touch the void.
This plugin could be helpful for any servers such as SuperCraftBros where it would be convient do die instantly when you fall off the world!
Install
Just drag and drop the KillerVoid plugin into your plugin folder and start your server! Now players can die with ease! Killer Void should work with any version of Bukkit including 1.4, 1.3, 1.2, 1.1, etc and any upcoming versions!
Video
Source
Heres a link!
Did You Guys Had Any Reports that The Plugin Causes Memory Leaks? I Am Having Memory Leaks and it may be this Plugin
@therealspoljo
Thats not the point of the plugin though. The point of the plugin is to kill players the instant they enter the void. Plus it causes almost no lag. Larger plugins like factions call move events then do a ton of checks on the location and that doesn't cause much lag even with 100+ players. Checking if a constant is < 0 is very light on the server and will cause so little lag that it would be un-noticable.
@Louis1234567890987654321
With a lot of players online it does...
@therealspoljo
bukkit calls the event to all handlers so it doesn't lag much.
@bukkitCensoresComments
That is true, cause he uses PlayerMoveEvent which eats a lot of resources.
@Minnymin3, a better solution would be to check for EntityDamageEvent and check if e.getCause() == DamageCause.VOID and then set their health to 0 :)
Does this still work for 1.6.2 ? :)
@Mike546378
Awaiting approval!
Seems like it would be useful for my events server but where is the download link? Am I just missing something O_o