EXILED icon indicating copy to clipboard operation
EXILED copied to clipboard

A high-level plugin framework for SCP: Secret Laboratory servers. It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.

Results 143 EXILED issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The link on the "For Developers" section of the README.md links to an area of the Exiled website that no longer exists, giving a 404. **Additional context**...

bug
documentation
P2

**Describe the bug** Per title Reported by: @Ficus-x

regarding-events
base-game-bug
P1

**Describe the bug** Reported by @NotIntense in https://discord.com/channels/656673194693885975/1116929890890035300 I can't tell if this is a bug, or just incorrect naming, however, the image describes it all ![image](https://github.com/Exiled-Team/EXILED/assets/46756889/78c8af5d-01be-4501-8675-b6f6d877ce40) https://github.com/Exiled-Team/EXILED/blob/640c10e692a39ae9243fc468ddf28b4690414319/Exiled.Events/EventArgs/Player/LeftEventArgs.cs#L15 **EXILED Version...

documentation
P3

# Additions * ``Player::MaxHumeShield`` * ``Player::MaxStamina``

enhancement
regarding-api
requires-testing

Additions: * Item::IsEmittingLight Removals: * Flashlight::Active

Localized README for Koreans (KR)

documentation

Additions: * ``EnumExtensions::QueryNames()`` * ``EnumExtensions::QueryUnderlyingType()`` * ``EnumExtensions::QueryTypeCode()`` * ``Server::MaxTps`` * ``Jailbird::Reset`` Changes: * ``Map::TurnOffAllLights`` will now deactivate all lights permanently if duration is -1 * Removed unneeded references * Change...

regarding-api