Updates
Updated config.lua
- Better organization, everything is organized in the 3 main categories
- config.webhooks (Where the webhooks are configured)
- config.translations (All the embed translations are stored here)
- config.embed (webhooks, translations, and embed configurations are configured here)
New Features
- Added Player Death Event, when a player dies it will send an embed that includes the following information:
- Player Name (Victim)
- Player ID (Victim)
- Character ID (Victim)
- Character First Name (Victim)
- Character Last Name (Victim)
- Killed With (Currently hardcoded, working on getting the weapon used to kill player)
- Player Name (Killer)
- Player ID (Killer)
- Character ID (Killer)
- Character First Name (Killer)
- Character Last Name (Killer)
Full Changelog: 1.0.1...1.0.2