This is a simple plugin to protect players from the void. When a player is below a certain height (set in the config), a command is executed on behalf of the player. The command can also be changed in the config.
Configuration:
# Command to be executed on behalf of the player
command:
"spawn"
# Height coordinate, upon reaching which the command will be executed
yCoord: 0
I am planning to develop a plugin. TODO:
1) Make plugin available for all versions
2) Add multiple modes of operation other than command execution
3) Add check time change