Valandur / Web-API

RESTful web server for Minecraft Sponge including an admin panel
https://valandur.github.io/Web-API/
MIT License
66 stars 17 forks source link

Webhook PLAYER_QUIT : get logout message #119

Open oblx opened 5 years ago

oblx commented 5 years ago

Long time didn't post ;)

When a player logs out, it would be nice to get reason. E.g : left the game, timed out, kick, etc...

Currently, body['message'] is always set to Player left the game

Thanks again for your awesome plugin !