Releases: DGvagabond/SCP-008-X
Releases · DGvagabond/SCP-008-X
Exiled 6 Update
4.0.0 EXILED 6 Update
Temporary EXILED NRE Fix
3.1.2 Removed references
CustomRole Update
What's Changed
- Updated for EXILED 5.2.1
- Transitioned to using EXILED's CustomRole API for handling SCP-008 rather than adding 049-2 checks in methods
- Added Death, Infection, and Revive notifications
- Added a proper HumeShield feature for SCP-008, which will currently work on all players with AHP to ensure the math functions correctly. This will be limited to just SCP-008 in the near future
- Fixed an NRE in the OnDying method
- Fixed all SCPs' damage values being overridden
3.1.0
- Updated to EXILED v4.1.5 and SCP:SL v11.1
This is a pre-release to push the plugin into current servers for now. Additional QOL adjustments will be added shortly.
3.0.1
Updated EXILED references
2.3.1
idk what i'm doing
2.2
- Removed an unnecessary human check from
Extensions
- Removed SerpentHand checks in favor for Tutorial checks
- Removed Round statistics
- Renamed the outbreak command to avoid conflicts with another plugin
- Fixed null reference exceptions being thrown from the tiniest brain moment thus far
SCP:SL 11.0 BETA Release
Changelog
Plugin API
- Removed the previous plugin API system for something easier to access for other developers
- Incorporated use of SessionVariables to allow for easier API use, documentation coming soon
Commands
- Minor changes in the infect and cure commands, mainly tying them towards the same methods the rest of the plugin uses
- Removed the placeholder for the outbreak command to integrate into another plugin
Core
- SCP-049-2 now has their own AHP that will not decay, however this means nothing if the server does not use the
scp008buff
config - The
scp0008buff
config has changed from anint
to aushort
- The Gun() extension has been removed and replaced with an EXILED equivalent
- Treatment kits have been removed and will soon be replaced in concept
2.1.0
More NRE fixes
- Fixed an NRE throw from the OnHurt method
- Fixed an NRE throw from the OnDied method
- Added an NRE check before trying to remove players from the internal Victims list
- Updated to EXILED 2.1.30