FallAvert has been recoded so your config.yml will need to be regerated.
Change Log: - Fixed slabs and other non-solid blocks being detected as AIR for players
- Improved config.yml
- Added command `/fallavert check <player>` for checking if a player is falling or not and why
punishments: # Set this to true if players should be punished when they log out in mid-air # Default: false enable: false
# A list of commands that will be executed as punishments if the above option is 'true' # These will be executed by console, not the player # Do not add a '/' before the command # # Valid Placeholders: # {player}: The name of the player that logged out commands: -
"kill {player}"