Releases: Thundermaker300/RoundReports
Releases · Thundermaker300/RoundReports
V1.0.1
V1.0.0 - Stable Release!
- Rename Respawn Stats to Misc Stats, add more stats to it
- Add new map statistics
- TotalRooms
- RoomsByZone
- TotalCameras
- TotalDoors
- TotalTeslaGates
- TeslaShocks
- TeslaDamage
- Add new SCP-049 stat: Revives
- Add new SCP-079 stats
- CamerasUsed (% of total number of cameras used)
- MostUsedCamera
- Add new average stats
- AverageDamagePerPlayer
- AverageShotsPerFirearm
- Add evil new stat: MostTalkativePlayer
- SCP-079 now appropriately gains MVP points for SCP-049 and SCP-106 kills.
- Fix report not publishing when there's no MVP for humans or SCPs.
- Fix pocket dimension error spam (occurred when a player entered the pocket dimension and there's no SCP-106)
- [Not Enabled Yet] Added integration with Scripted Events and 2 scripted events that can be used:
RR_ADDREMARKandRR_PAUSEREPORTER. Will be enabled when Scripted Events is updated.
Version 0.7.0 - Another MASSIVE Release!
Create a backup of your config before installing the new version! The new version may reset your configs, as there were quite a few changes to them!
Additions
- New command: mvp (add/remove) (player) (scp/human) (amount) (reason)
- Used to add/remove points from a certain player, either from the SCP or the Human MVP point pool.
- New configs for MVP settings and point values.
- Added 3 MVP points for recontaining SCP-079.
- Added an MVP point for unlocking a generator.
- Added configurable embed fields to config.
- Add percentages to certain stats that support them.
- Added new stat:
ShotsByFirearm. - Add support for SCP-008-X and SCP-035 (whenever 035 is updated).
Changes
- [IMPORTANT] Points removal hint now includes the negative sign automatically with the
{POINTS}argument, which means it will need to be removed from config, otherwise a double negative will be shown! - SCP-018 teamkills no longer punish the thrower.
- Users are no longer granted 10 MVP points for killing an SCP-049-2.
- The AddRemark command will now show its usage in the RA.
- SCP-049 is now granted MVP points for nearby Cardiac Arrest deaths.
Bug Fixes
- Fix MTF respawns not showing in the Respawned list.
- The reporter will no longer record stats if the pausereport command is executed (previously, stats would still be recorded and then discarded into the ocean of reclaimed memory if the reporter was paused. Now, stats simply are not recorded to begin with).
Version 0.6.0
Additions
- Added numerous new stats:
- KillsByZone
- Scp173Tantrums
- Scp939Lunges
- Scp939Clouds
- TotalInteractions
- The following arguments can now be used in broadcasts and discord text:
- ID - Unique ID for the specific round.
- UPTIMEROUND - Round # since the server started/restarted.
- FIRST330USER
- TOTALCANDIESTAKEN
- BUTTONUNLOCKER
- FIRSTWARHEADACTIVATOR
- FIRST914ACTIVATOR
- TOTAL914ACTIVATIONS
- TOTALITEMUPGRADES
- TOTALINTERACTIONS
- REPORTLINK - Link to the uploaded report.
- Added configs for modifying discord embed with much more control than before.
- Added configs for showing a hint to players when they gain & lose points (MVP).
- Added "Nobody" translation to replace "No Data" when the missing stat is expecting a player.
Changes
- Now using Exiled's pool system rather than NorthwoodLib + a custom DictionaryPool.
- Updated to Exiled beta.24.
- Numerous code refactoring things.
- More reliable system for granting SCP-079 experience based on assist kills.
Bug Fixes
- Fix broadcast related errors due to restarting the round. Broadcasts will no longer attempt to be shown while the round is restarting.
- Fix numerous errors related to players being null in certain cases.
- Fix numerous errors related to stats being recorded while the round was restarting.
- Fixed a lot of stats being recorded for DNT users when exclusion was on.
Version 0.5.5
Actually fixed the goddamn plugin. Make sure to include Newtonsoft.Json in your Exiled Plugins/dependencies folder (I'm an idiot and forgot to attach it previously).
Version 0.5.4
Updated for Exiled beta.18
Version 0.5.3
No changes, just a fix so the plugin actually runs on beta.17!
Version 0.5.2
- Rename
TotalRespawnedPlayers->TotalRespawned - Renamed argument
CLASSDKILLS->DCLASSKILLS - Renamed argument
WINTEAM->WINNINGTEAM - Renamed argument:
TOTALRESPAWNWAVES->SPAWNWAVES - Renamed argument:
914ACTIVATIONS->TOTAL914ACTIVATIONS - Merged the two huge tables on the README into one table
Version 0.5.1 - Fixes
- Reworked SCP-079 point gaining slightly (info in readme) let me know what you think
- Fixed a potential error in point granting
- Update to beta.13
Version 0.5.0
- Update to Exiled beta.8
- All femur breaker stats have been removed (rip)
- Convert
AllowedStatsconfig toIgnoredStats(all stats now listed on README) - Added debug logs and associated
Debugconfig. - Added 3 days expiration option.