VoidInstantKill Kill players in the void instantly.
This is a re-upload of my first ever spigot plugin, it has been re-modelled slightly to improve efficiency and support for newer spigot versions.
This is very much a plug-and-play plugin in the sense that it will work out of the box, if you are using newer minecraft versions with a deeper void, you should set the custom height to -64. A sample config.yml file can be found at the bottom of this page
Commands /vik-reload- Reloads the plugins Config.yml file and brings all changes into effect ingame. Permission Nodes vik.reload - Allows access to the /vik-reload command
Sample Configuration
Code (YAML):
#--[################################################################] #--[##################### GENERAL INFORMATION ######################] #--[################################################################] # Don't delete anything below, just edit the fields! # General Reminder: true means yes; false means no # If you ever feel like you have messed up and need to get the file back to its default state just delete the .yml file and restart the server
# Do you want to get update notifications when new versions of VoidInstantKill are released? Update Notifications: true
################################################################# ##################### General Configuration ##################### #################################################################
# Choose a custom Y Level for the VoidInstantKill (Leave as 0 for default) # NOTE: Set to -64 if using newer minecraft versions to reflect the new accurate depth Custom Respawn Y Level: 0
# Choose whether the player should instantly respawn Instant Respawn: false
# If the player instantly respawns this message will be sent in chat (Remove text for no message!) # Now supports color codes! Instant Respawn Message: "&c[VoidInstantKill] &fYou died from falling in the void!"
# When a player dies from instant respawn, should it clear their inventory? [Also clears players Exp] Instant Respawn Clear Inventory: true