SCPStats / Plugin

SCPStats is a plugin for SCP: Secret Laboratory that provides global stat tracking and features for server administrators such as rolesync and bansync.
https://scpstats.com
Apache License 2.0
9 stars 3 forks source link

Bump EXILED from 4.1.7 to 4.2.2 in /SCPStats #55

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps EXILED from 4.1.7 to 4.2.2.

Release notes

Sourced from EXILED's releases.

Re-release the re-release because re-release was done wrong

This is now just 4.2.0 but compatible with SL 11.1.0

4.2.1

This is just a re-release of 4.1.6.

Smol fix for 330

  • Players will no longer disconnect when interacting with the SCP-330 bowl.

Whee, stuff and things!

Fixes

  • [Exiled.CustomItems] An item duplication bug with custom items of certain types has been fixed.
  • [Exiled.Events] SCP-096 will no longer gain enrage time while already enraged (this was a bug and now mimics base-game behavior) #966
  • [Exiled.Events] If SCP-096 attempts to enrage but has no targets, the amount of time added to his enrage is properly reset, instead of being added to his next enrage. #962
  • [Exiled.Events] The Warhead.Stopping event can now be fired while the warhead is locked, or there is less than 10sec remaining on the timer. #939

Additions

  • [Exiled.API] Added the Door.IsBroken get-only property that indicates if a door is broken. Value will always be false for unbreakable doors. #968
  • [Exiled.API] Added the Map.GetRandomRoom([ZoneType filter]) method. #968
  • [Exiled.API] Added the Map.GetRandomCamera() method. #968
  • [Exiled.API] Added the Map.GetRandomDoor([ZoneType filter] [bool onlyUnbroken]) method. #968
  • [Exiled.API] Added the Map.GetRandomLift() method. #968
  • [Exiled.API] Added the Map.GetRandomLocker() method. #968
  • [Exiled.API] Added the Map.GetRandomPickup([ItemType filter]) method. #968
  • [Exiled.CreditTags] Added tag values for EXILED Tournament participants.
    • Dev note: These tags follow all the same rules as existing dev credit tags.
  • [Exiled.Events] Re-implemented the PickingUpScp330 event. #961
    • Dev note: Technically the new version of this event is a breaking change from the previous implementation, however since it has been multiple releases since that event was implemented, we are not marking it as a breaking change.
  • [Exiled.Events] Added the InteractingScp330 event. #961

Changes (non-breaking)

  • [Exiled.API] The generation of the map cache when a new map is generated (which caches all of the lockers, doors, rooms etc) is now delayed by 0.15s, to avoid issues where not all of the objects to be cached have finished initializing, and thus are ignored during caching. #964

Changes (breaking)

  • None

Other notes:

  • The decision has been made not to add things into EXILED that are specific to the xmas event, as they will be short lived and we do not know if/when they will be re-added into the game. For the sake of not giving us more work later on, unnecessarily, things like the Moleculor Disruptor, Hypothermia effect, etc. will not be added into EXILED unless they are re-added in a future non-event update to the game.
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #56.