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 6.0.0-beta.22 to 6.0.0-beta.25 in /SCPStats #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps EXILED from 6.0.0-beta.22 to 6.0.0-beta.25.

Release notes

Sourced from EXILED's releases.

Broken Exiled hotfix Part 3 + LOTS OF API

Additions

  • Added multiple new Lift API. (#1520)
    • static Lift.Get(Vector3)
    • Lift.Bounds
    • Lift.IsInElevator(Vector3)
  • Added multiple new SCP-079 API. (#1517)
    • Scp079Role.RewardManager
    • Scp079Role.MarkedRooms
    • Scp079Role.MarkRoom(Room)
    • Scp079Role.UnmarkRoom(Room)
    • Scp079Role.ClearMarkedRooms()
  • Added multiple new Warhead API. (#1508)
    • static Warhead.AutoDetonate
    • static Warhead.OpenDoors
    • static Warhead.BlastDoors
    • static Warhead.CloseBlastDoors()
    • static Warhead.TriggerDoors(bool)
    • static Warhead.CanBeDetonated(Vector3, bool)
  • Added the following Jailbird events. (#1482)
    • ChargingJailBird
    • Swinging
  • Added EffectType.InsufficientLighting. (#1544)
  • Added Player.Lift property. (#1520)
  • Added Room.Get(RelativePosition) and Room.FindParentRoom(GameObject). (#1497)

Changes (Breaking)

  • Removed ChangingSpectatedPlayerEventArgs.IsAllowed as it would cause server de-sync issues. (#1512)
  • Removed unused enum EffectType.Visuals173Blink as its base-game effect was removed. (#1537)
  • Map.FindParentRoom(GameObject) is now obsolete. Use Room.FindParentRoom(GameObject). (#1497)
  • Player.IsInPocketDimension no longer checks for the Corroding status effect, and only does a direct room check instead. (#1519)

Changes (Non-Breaking)

  • Event patches are now patched individually, meaning that one patch error will no longer break all Exiled events. (#1534)
  • Exiled pools now use base-game pools where possible. (#1506)
  • All wrapper classes (Item, Camera, Generator, etc) with the exception of Player now inherit from IWrapper<T>. (#1495)
  • ChangingRoleEventArgs now properly pools and re-uses objects. (#1501)
  • CustomRoles errors will only show with debug mode on now. (#1538)

Bug Fixes

  • Fix and reintroduced SCP-914 events. (#1527)
  • Fix errors related to inventory of a player that is disconnected. (#1530)
  • Fix certain checkpoints having the incorrect Type value. (#1533)
  • Fix SCP-939 stolen voices not being saved or usable. (#1542)

Contributors

... (truncated)

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 1 year ago

Looks like EXILED is up-to-date now, so this is no longer needed.