Skip to content

Releases: Exiled-Team/EXILED

A wild release has appeared!

27 Jun 06:05
Compare
Choose a tag to compare

Fixes

  • [Exiled.API] Fixed Usable.RemainingCooldown property. [#1860]
  • [Exiled.API] Fixed incorrect naming of GetCooldownItem, it is now SetCooldownItem as intended. [#1860]
  • [Exiled.API] The Ragdoll.CreationTime property will now be converted from the base-game value properly. [#1875]
  • [Exiled.API] The Room.Color property setter now works properly. [#1901]
  • [Exiled.API] Fixed a bug that caused Pickup.List to always be empty. [#1902]
  • [Exiled.API] The Item.Scale property will now be respected once again. [#1907]
  • [Exiled.Events] The Destroying event will no longer be called when a player leaves before being verified. [#1885]
  • [Exiled.Events] The LocalReporting and ReportingCheater events will now fire as intended. [#1899]
  • [Exiled.Events] Fixed the ReceivingStatusEffect event being spammed every frame due to Northwood's over-use of the setter in Hypothermia (again) [#1903]
  • [Exiled.Events] The EnteringPocketDimension event will no longer fire when the player is not actually being teleported. [#1906]

Additions

  • [Exiled.API] Added the Npc API.

Changes (Breaking)

  • None

Changes (Non-Breaking)

  • None

What's Changed

New Contributors

Full Changelog: 7.0.5...7.1.0

7.0.5

24 Jun 23:18
Compare
Choose a tag to compare
  • Fixed the new SCP-173 door being classified as DoorType.Unknown
  • Fixed inability to disarm players.

What's Changed

Full Changelog: 7.0.4...7.0.5

7.0.4

24 Jun 22:19
Compare
Choose a tag to compare
  • Fixed a bug that caused the InteractingDoorEvent to be called even when a door is unable to be interacted with.
  • Fixed NTF/CI escapes resulting in players being turned into role 'None'.
  • Fixed an issue with Escapes not counting for respawn tickets properly.

What's Changed

Full Changelog: 7.0.3...7.0.4

7.0.3

24 Jun 21:10
Compare
Choose a tag to compare
  • Fixed Respawns
  • Re-added thrownprojectile event

7.0.2

24 Jun 19:52
Compare
Choose a tag to compare
REEEEE

7.0.1

24 Jun 19:44
Compare
Choose a tag to compare

?????

kms

24 Jun 19:24
Compare
Choose a tag to compare
kms
  • Fixed server crash due to broken unity code(??)

What's Changed

Full Changelog: 7.0.0-rc.6...7.0.0-rc.8

Reeeeeeeee

24 Jun 18:41
4dc58ca
Compare
Choose a tag to compare

Shit changed, idk.

What's Changed

New Contributors

Full Changelog: 7.0.0-rc.5...7.0.0-rc.6

One day, we will have a release. But it is not today.

14 Jun 16:23
1c6b455
Compare
Choose a tag to compare

Additions

Changes (Breaking)

  • None

Changes (Non-breaking)

Bug Fixes

  • [Events] Fixed SCP-079 unable to use speakers by @joker-119 in [4b249d6] .
  • [API] Clears SCP049Role.TurnedPlayers when restarting round by @Misaka-ZeroTwo in [#1803].
  • [Events] Fixed voice chat disconnection when player is not authenticated by @Misaka-ZeroTwo in [#1827].
  • [Events] Fixed Transmitting event not firing all the time by @Misaka-ZeroTwo in [#1766].
  • [Installer] Fixed --target-version not working by @VALERA771 in [#1828].
  • [API/Events] Fixed Dummy NRE by @louis1706 in [#1806].
  • [Events] Fixed Escaping event giving tickets when ev.IsAllowed = false by @4310V343k in [#1815].
  • [CustomRoles] Fixed CustomRole.RegisterRoles() not working by @VALERA771 in [#1800].
  • [API] Fixed setting Player.CustomInfo causing error in console by @louis1706 in [#1798].
  • [CustomItems] Fixed Destroy() not removing everything by @louis1706 in [#1805].
  • [Events] Fixed Shot event for non-buckshot guns not firing all the time by @Misaka-ZeroTwo in [#1819].
  • [Events] Fixed ActivatingWarhead event throwing NRE and disconnect players by @VALERA771 in [#1778].

What's Changed

Full Changelog: 7.0.0-rc.3...7.0.0-rc.5

Should be last RC

15 May 02:37
Compare
Choose a tag to compare

Additions

  • [API] Added the Lift.Players property. [#1710]
  • [API] Added the Map.CleanAllItems, Map.CleanAllItems(IEnumerable<Pickup>), Map.CleanAllRagdolls and Map.CleanAllRagdolls(IEnumerable<Ragdoll>) methods. [#1712]
  • [API] Added the Player.Get(Footprint) overload. [#1713]
  • [API] Added the Round.NextRoundAction property. [#1728]
  • [API] Added the StatusEffectBase.GetEffectType() extension. [#1796]
  • [CustomRoles] Added a new property IgnoreSpawnSystem so that SpawnChance may be used by a custom spawn system instead of the default one. [40e553c]

Changes (Breaking)

  • None

Changes (Non-breaking)

  • [API] Minor optimization to the MirrorExtensions.ChangeApperance(Player, RoleTypeId, IEnumerable<Player>, byte) method. [#1782]
  • [API] Made the error message when a plugin tries to register a command with a name that is already registered more user-friendly to read. [#1783]
  • [CustomItems] Removed multiple ArgumentNullExceptions from the CustomItem.TryGet methods. [#1794]

Bug Fixes

  • [API] Fixed Player.CustomInfo logging console errors even when the text given was not invalid. [#1790]
  • [Events] Fixed the Scp2176 item destroying itself earlier than expected. [#1792]

What's Changed

Full Changelog: 7.0.0-rc.2...7.0.0-rc.3