This repository has been archived by the owner on Oct 9, 2022. It is now read-only.
Releases: BuildBoy12-SL/EndConditions
Releases · BuildBoy12-SL/EndConditions
Exiled 5.3 version bump
- Updated to Exiled 5.3.0
More Patching
- Friendly Fire will now reset to the server's config on round restart
- Alive ClassD and Scientists will now count towards the escape conditions
Exiled 5.0 and Core Rewrite
- Moved default config to
Exiled\Configs\EndConditions\global.yml
- Overhauled config structure. Previous configs are no longer valid and will need to be ported.
- Removed
testconditions
command - Newtonsoft.Json is no longer a required dependency
- Updated to Exiled 5.0.0-beta.3
Exiled 4.0 go br
- Updated to SL 11.1/Exiled 4.0
Exiled 3.0 go br
Update to support SL 11.0/Exiled 3.0
Modified Role Fix
- Properly applies modified roles for Scp035 and plugins utilizing the API
- Backend formatting.
Escape Condition Optimization
- Escape conditions are now separated in the
conditions
command - Optimizations relating to the reading of Escape Conditions during a round
- Win condition configs will now reload after
reload configs
Optimizations
- Backend optimizations
- Development command (testconditions)
- Now ignores users with empty userIds
Backend Improvements
- Changed to a struct list versus a dictionary
- Added 'conditions' command to list each win condition
Minor Tweaks
- Changed how ending the round is handled
- Minor backend adjustments