Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Updated ExMod.Exiled from 8.13.1 to 9.8.1.

Release notes

Sourced from ExMod.Exiled's releases.

9.8.1

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.8.0...v9.8.1

9.8.0

Exiled 9.8.0 Release Notes

Exiled 9.8.0 is now available.

I finally had more time to put together a proper release note.


Fixes


Additions

  • Added new DoorType

    • Scp106Checkpoint
    • ServerRoomCloset
    • TestRoom
    • PlantsCloset
    • Checkpoint
  • Added Room.LevelName and Player.LevelName

  • Added new Waypoint Wrapper and some warning of NW bug

  • Added Player.Enumerable and Player.Count properties (#​616)

  • Added Custom Weapon Attachments additions. (#​521)

  • Added Round.IgnoredPlayers are now ignored for SCP Targets (#​614)

  • Added new event Scp173.AddingObserver and Scp173.RemovedObserver (#​498)

  • Added new event Player.SavingByAntiScp207 (#​617)

  • Added new MirrorExtensions about faking Effect to the user (#​618)

    • ResyncEffectTo(this Player, Player, EffectType)
    • ResyncEffectTo(this Player, IEnumerable, EffectType)
    • SendFakeEffectTo(this Player, IEnumerable, EffectType, byte)
    • SendFakeEffectTo(this Player, Player, EffectType, byte
  • Added new Items.Firearm functionality

    • Firearm.AnimatorReloaderModule (#​621)
    • Firearm.TryReload()
    • Player.TryUnload()
    • Player.Unload()
    • Player.TryReloadWeapon()
    • Player.UnloadWeapon()
    • Player.TryUnloadWeapon()
    • Player.AnimatorReloaderModule
      ... (truncated)

9.7.2

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.7.1...v9.7.2

9.7.1

What's Changed

  • Fix bug where Dropping Weapon was filling up ammo

Full Changelog: ExMod-Team/EXILED@v9.7.0...v9.7.1

9.7.0

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.6.3...v9.7.0

9.7.0-rc.2

⚠️ This is for the early-server-build⚠️

please make a backup of your server before installing this

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.7.0-rc.1...v9.7.0-rc.2

9.7.0-rc.1

⚠️ I recomand not using this Build except for testing purpose⚠️

please make a backup of your server before installing this

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.6.3...v9.7.0-rc.1

9.6.3

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.6.2...v9.6.3

9.6.2

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.6.1...v9.6.2

9.6.1

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.5.2...v9.6.1

9.6.0-beta8

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.6.0-beta7...v9.6.0-beta8

9.6.0-beta7

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.6.0-beta6...v9.6.0-beta7

9.6.0-beta6

Known Bug

  • RoundEnding::IsAllowed = false do not prevent the end of the round

What's Changed

New Contributors

... (truncated)

9.6.0-beta5

fix: InteractingDoorEvent::CanInteract (#​463
fix: RagdollScale for 106
fix: ConssummingEvent
fix: everything for compatibility with new LabAPI
fix: Door.Get(GameObject)

9.6.0-beta4

Include new functionality of Exiled 9.5.1

  • Fix on CommandPatch & RoundEnd
  • Adding CustomRole::Gravity
  • Fixing UnlockingGenerator Event

9.6.0-beta3

What's Changed (other than ScpSL changed)

What's Changed with SCP:SL update

  • Every reference to NWAPI is changed to LabAPI

Has been added

  • New Implicit Operator with LabAPI Player Class in both way
  • FpcRole::Gravtity has been added (Ex: ev.Player.Role.As<FpcRole>().Gravity = Vector3.Up)
  • HumanRole::HumeShieldModule
  • Warhead.OpenBlastDoors()
  • SendingCassieMessageEventArgs::CustomSubtitles & IsCustomAnnouncement
  • EscapingPocketDimensionEventArgs::Teleporter
  • Ragdoll::RagdollScale is replacing our previous Ragdoll::Scale now Ragdoll::Scale is for baseGame (no more weird ragdoll)
  • ConfigType.Separated by default

KnownIssue

  • 2 Error on start up about 2 Transpiller
    • Both are for the same event Sending / Sended CommandEvent

Full Changelog: ExMod-Team/EXILED@v9.5.0...v9.6.0-beta3

9.5.2

Exiled 9.5.2 Release Notes

Exiled 9.5.2 is now available. Should have been called 9.6.0 with all the change taken but we already 9.6.0 for LabAPI relaese.


Docs

  • Typo in DoorLockType (#​457)
  • Typo in RoomType::EzShelter
  • Grammatical Corrections for a Player::EnableEffect (#​460)
  • Broadcast description fix (#​455)
  • Update Descriptions for AmnesiaItems and AmnesiaVision (#​467)
  • Typo in SendingAdminChatMessageEventsArgs.IsAllowed

Fixes

  • Obsoleted: InvalidCamera in CameraType Enum (#​453)
    • HczHIDChamber
    • HczHIDHallway
    • Hcz173Hallway
  • Obsoleted: InvalidDoor in DoorTypeEnum (#​462)
    • SurfaceDoor
  • Fixed CustomItem Locker (#​450)
  • Fixed Player::CurrentItem for MicroHID not working correctly (#​458)
  • Fixed CommonExtensions.Multiply(this AnimationCurve, float) and CommonExtensions.Add(this AnimationCurve, float) (#​470)
  • Fixed Jailbird not getting Recheck Usage when setting it (#​471)
  • Fixed InvalidOperationException in UnregisterItems (#​489)
  • Fixed than NPC Health issue (#​420)
  • Fixed than NPC wasn't working well for CustomRole Health
  • Fixed Server.Name now being safe check incase of skill issue (#​491)
  • Fixed Window::BreakWindow() not being sync for client (#​502)

Additions

  • Added Player::TryRemoveCandy(CandyKindID) (#​448)
  • Added Map.Broadcast(ushort, Func<Player, string>) (#​447)
  • Added Enum MessageType Class Message (#​454)
    • Player::Message(Message, bool)
    • Player::Message(ushort, string, MessageType, bool)
  • Added Chamber::AddItem(Pickup) (#​450)
  • Added Map.StaffMessage(string, Player) (#​461)
  • Added new event MicroHIDOpeningDoorEventArgs (#​466)
  • Added new event ExplodingMicroHIDEventArgs (#​465)
  • Added new event Interface IMicroHIDEvent (#​465)
  • Added PlayGunSound(this Player, Vector3, FirearmType, float, int) (#​386)
  • Added Item::Identifier (#​386)
  • Added Player::AddRegeneration(float, float, float, float, float) (#​492)
  • Added Warhead new method (#​494)
    ... (truncated)

9.5.1

Exiled 9.5.1 Release Notes

Exiled 9.5.1 is now available. Including multiple fix and NW fix.


Fixes

  • Fixed : Fix CustomWeapon Reload (#​418) / (#​421) / (#​422)
  • Fixed Custom Roles Lagging Back When Spawning (#​428)
  • Fixed Npc Not getting flashed (#​429)
  • Fixed Npc Not TriggeringTesla (#​424)
  • Fixed Server.IsHeavilyModded is Obsoleted (#​419)
  • Fixed Add EffectType.Scp1344 is now considered as IsPositive (#​426)
  • Fixed ServerFreezing when OnShooting target (#​438)
  • Fixed Randomized Firearm Attachments (#​430)
  • Fixed NW Hypothermia Bug (#​441)
  • Fixed Npc created by basegame command is now count in Npc.List
  • Fixed IntercomSpeaking not calling the bell noise when IsAllowed to false

Additions

  • Added Missing SpawnLocationType (#​388)
    • InsideGr18Glass
    • Inside106Primary
    • Inside106Secondary
    • Inside939Cryo
    • Inside079Armory
  • Added Missing UserSettings: SliderSetting and UserTextInputSetting (#​416)
  • Added SettingBase.SendToPlayer(Player, IEnumerable<SettingBase>) (#​432)
  • Added a way to remove EasterEgg message at start of Exiled -- --defaultloadmessage or -- --noeasteregg
  • Added Server.IsTransparentlyModded (#​419)
  • Added Missing Propperty to AdminToy::GameObject and AdminToy::Transform (#​431)
  • Added Added ICommandSender to KickingEventArgs and BanningEventArgs (#​436)
  • Added Map.Clean(DecalPoolType) and Map.Clean(DecalPoolType, int) (#​437)

Changes (non-breaking)

  • Brought npcs back to Player.List (#​445)

Full Changelog

9.5.0

Exiled 9.5.0 Release Notes

Exiled 9.5.0 is now available. Including new event and fix for Weapon.


Fixes

  • Fixed : Fix Firearm::Aiming for futur update (aka when NW will not use LinearAdsModule) (#​405)
  • Fixed : Fix Reloading when IsAllowed false not being stop (#​398)
  • Fixed : CustomItem Firearm not working & Firearm::ClipSize (#​398)
  • Fixed : Missing Obsolete & Updated ItemExtension for Holiday (#​409)
  • Fixed : NRE & CastException on ShootingTargetToy.Get(ShootingTarget) (#​410)
  • Fixed : CustomItem Spawn Command (#​411)

Additions

  • Added Items.Usable::Use(Player) and Player.Use(Usable) (#​403)
  • Added new Event Player.ReloadedWeapon and Player.UnloadedWeapon (#​403)
  • Added Firearm::HitscanHitregModule (#​403)
    • with getter & setter Firearm::Damage , Firearm::Inaccuracy , Firearm::Penetration , Firearm::DamageFalloffDistance
    • with only getter Firearm::EffectiveDamage , Firearm::EffectiveInaccuracy , Firearm::EffectivePenetration
  • Added new Event Scp079.LosingSignal and Scp079.LostSignal (#​400)
  • Added new Propperty to Scp939::ValidatingVisibility TargetVisibilityState and IsLateSeen #​401
    • Added for TargetVisibilityState new enum Scp939VisibilityStates
  • Added new Event Scp939.CreatedAmnesticCloud (#​401)
    • Modify Event Name Scp939.UpdatedCloudStateEventArgs from this Release & new argument (#​407)

Changes (non-breaking)

  • Recoded Player.OnPreAuthenticating to not used NWAPI Event (#​159)
  • Obsolete SpawnLocationType.InsideNukeArmory and DoorType.NukeArmory (#​404) (404 Error :trollface:)

Full Changelog

9.4.0

Exiled 9.4.0 Release Notes

Exiled 9.4.0 is now available, for the new SCP:SL 14.0.2.


Fixes

  • Fixed : Crash from MirrorExtensions.ChangeAppearance because of Flamingo (#​390)
  • Fixed : Value being null on ElevatorSequencesUpdatedEventArgs::Lift (#​393)
  • Fixed : IL Code for SCP:SL 14.0.2 Update (#​392)

Additions

  • Added new API related to object with (#​316)
    • Added new Enum ObjectiveType
    • ScpItemPickupObjective
    • GeneratorActivatedObjective
    • HumanDamageObjective
    • HumanKillObjective
    • EscapeObjective
    • Objective
  • Added Warhead.DeadmanSwitchEnabled (#​389)
  • Added new Event Warhead.DeadmanSwitchInitiatingEventArgs (#​389)
  • Added new Event Server.CompletingObjective (#​316)
  • Added new Event Map.ElevatorSequencesUpdated (#​380)
  • Added new Event Player.SendingCommand and Player.SentValidCommand(#​163)

Changes (non-breaking)

  • Everything related to Christmas as been Obsoleted (#​394)

Full Changelog

9.3.0

Exiled 9.3.0 Release Notes

Exiled 9.3.0 is now available, addressing few of the reported bugs.


Fixes


Additions

  • Added Lift::Get(ElevatorGroup) (#​372)
  • Added Server.Unbanned is now call when UnBan list is refresh when server reload (#​185)
  • Added CustomKeycard for CustomItems (#​98)
  • Added Light::ShadowType (#​382)
  • Added InteractingDoorEventArgs::Collider and ColliderId (#​371)
  • Added DroppingAmmoEventArgs::ItemType and DroppedAmmoEventArgs::ItemType (#​371)
  • Added Player::MaxHumeShield and Player::HumeShieldRegenerationMultiplier (#​363)
  • Added ExplodingGrenadeEventArgs::ExplosionType (#​385)

Changes (non-breaking)

  • NPC Spawn using SpawnType.RoundStart now used SpawnType.ForceClass (#​375)
  • CustomItem::OnDropping should now use CustomItem::OnDroppingItem (#​371)

Full Changelog

9.2.2

Exiled 9.2.2 Release Notes

Exiled 9.2.2 is now available, addressing few of the reported bugs.


Fixes

  • Fixed OpeningGift event not being call correctly again sorry for it
  • Fixed DroppedAmmo event not being call correctly (#​373)
  • Fixed Setting Base deleting all other settings (#​374)
  • Fixed Scp914::Scp914InputObject return nothing (#​367)
  • Fixed Exception in OnWaitingForPlayers (#​367)

Additions

  • None

Changes (non-breaking)

  • Update the RequiredSCPSLVersion value

Change Breaking (Not for already compiled plugin)

  • Updating SpawnLocationType (#​370)
    • InsideHid => InsideHidChamber
    • InsideHidLeft => InsideHidLower
    • InsideHidRight => InsideHidUpper

Full Changelog

9.2.1

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.2.0...v9.2.1

9.2.0

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.1.1...v9.2.0

9.1.1

Exiled 9.1.1 Release Notes

Exiled 9.1.1 is now available, addressing few of the reported bugs.


Fixes

  • Fixed UnloadingWeapon Crash by @​louis1706.
  • Fixed Room Logic for FlickerableLight API by @​louis1706 in #​350.
  • Fixed NRE inside SSS by @​VALERA771 #​333.
  • Fixed OpeningGift Event not being patch when using Dynamic Patching by @​louis1706.
  • Fixed NWBug DisarmCommand from RA by @​louis1706 in #​351.
  • Fixed ChangingAttachments by @​Banalny-Banan in #​347.

Additions

  • Added new Chamber::IsOpen setter by @​Rysik5318 in #​335.

Changes (non-breaking)

  • Remove Fix for NW bug that have been fixed by @​louis1706

Full Changelog

9.1.0

Exiled 9.1.0 Release Notes

Exiled 9.1.0 is now available, addressing most of the reported bugs and introducing Christmas-themed features.


Fixes

  • Fixed water error being shown with CollisionHandler.
  • Possible fix for NRE in SSSS (#​329).
  • Fixed MicroHID and Disruptor events in the Player handler not inheriting from IPlayerEvent (#​334).
  • Fixed InteractingElevator not being called when outside the elevator (#​334).
  • Fixed SendingAdminChatMessage event not being called (#​334).
  • Fixed player comparison (GetHashCode) returning NRE (#​340).
  • Fixed MicroHID event (#​339).
  • Fixed RoomLightControllersValue being empty on the surface (#​346).
  • Fixed ChangingRoleEventArgs::Items/Ammo (#​339).
  • Fixed DryFire event (#​339).
  • Fixed RoundEndingEventArgs::IsAllowed (#​339).
  • Fixed Reloading/Unloading weapon events (#​343).
  • Fixed Player.IsSpeaking and TeslaGate.IsPlayerInHurtRange (#​341).
  • Fixed Server::RespawningTeam still getting announcements when canceled (#​342).
  • Fixed ChangingRoleAndSpawned sometimes causing NRE (#​172).

Additions

  • Added InteractingElevatorEventArgs::IsCalledFromInside (#​334).

  • Added Speaker::ControllerId (#​319).

  • Added Speaker::Play(AudioMessage, IEnumerable<Player>) (#​319).

  • Added Speaker::Play(byte[], int?, IEnumerable<Player>) (#​319).

  • Christmas API (mostly the same as last year) (#​325):

    • Added new DamageType: Scp1507, Scp956, and SnowBall.
    • Added new EffectType: BecomingFlamingo, Scp559, Scp956Target, Snowed.
    • Added new SpawnReason: ItemUsage.
    • Added new Coffee API (note: no coffee is on the map, so this is not functional).
    • Added new Scp559 API.
    • Added new Scp956 API.
    • Added new events:
      • Player::DrinkingCoffee.
      • Scp1507::AttackingDoor.
      • Scp1507::Screaming.
      • Scp1507::SpawningFlamingos.
      • Scp2536::FindingPosition.
      • Scp2536::GrantingGift.
      • Scp2536::OpeningGift.
      • Scp559::InteractingScp559.
      • Scp559::Spawning.
  • Added ChangingMicroHIDPickupState (#​339).
    ... (truncated)

9.0.1

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.0.0...v9.0.1

9.0.0

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.0.0-beta.1...v9.0.0

9.0.0-beta.1

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.0.0-alpha.4...v9.0.0-beta.1

9.0.0-alpha.4

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.0.0-alpha.3...v9.0.0-alpha.4

9.0.0-alpha.3

What's Changed

Full Changelog: ExMod-Team/EXILED@v9.0.0-alpha.2...v9.0.0-alpha.3

9.0.0-alpha.2

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v9.0.0-alpha.1...v9.0.0-alpha.2

9.0.0-alpha.1

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v8.14.0...v9.0.0-alpha.1

8.14.0

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v8.14.0-rc.1...v8.14.0

8.14.0-rc.1

What's Changed

BreakingChange

  • EveryHalloween Features is removed

Full Changelog: ExMod-Team/EXILED@v8.13.2...v8.14.0

8.13.2

What's Changed

New Contributors

Full Changelog: ExMod-Team/EXILED@v8.13.1...v.8.13.2

Commits viewable in compare view.

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

---
updated-dependencies:
- dependency-name: ExMod.Exiled
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Aug 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant