Hey, this is a plugin I made for my network a while back that simply lets you run a console command when players hit the void in certain (or all) worlds.
I figured I'd upload it here incase anyone else needs something basic like this.
It comes in handy if you use something like EssentialsSpawn like I do and don't want to worry about setting your new voidspawn location each time you change builds.
Config:
Code (Text):
# Set which worlds the plugin is active in. You can use "all" for all worlds
worlds:
- "spawn"
# Which y level do you want to teleport at
y: -5
# Set which command the console runs. Available placeholders: <player>.
command: "spawn <player>"
# Configure messages
message: "&bAn angel has swept you back on your feet!"