Improves availability of stats information in the JSON events.
The MySQL plugin now exclusively reacts to data sent to it using the JSON events; it no longer needs to pull the stats KeyValues in and copy it. It also now uses transactions in more places where it runs multiple queries.
Added full player stats to Get5_OnMapResult, similarly to Get5_OnRoundEnd.
Breaking due to various changes to the JSON events/forwards and the stats KeyValues.
You can now provide an id parameter to a team in match configurations, which is sent back via events/forwards when referencing a team.
Improves availability of stats information in the JSON events.
The MySQL plugin now exclusively reacts to data sent to it using the JSON events; it no longer needs to pull the stats KeyValues in and copy it. It also now uses transactions in more places where it runs multiple queries.
Added full player stats to
Get5_OnMapResult
, similarly toGet5_OnRoundEnd
.Breaking due to various changes to the JSON events/forwards and the stats KeyValues.
You can now provide an
id
parameter to a team in match configurations, which is sent back via events/forwards when referencing a team.CC @LukasW1337