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

Changes: * Make ``Player::Health`` not override ``Player::MaxHealth``

regarding-api

Additions: * ``FpcRole::MovementModule`` * ``FpcRole::CharacterController`` * ``Player::GetVisionInformation(Player, int)`` * ``Player::GetVisionInformation(Vector3, float, float, bool, bool, int, bool)``

regarding-api

**Describe the bug** The server just crashes when spawning at the start of the round. **To Reproduce** Steps to reproduce the behavior: 1. Force Round Start or Start the round...

requires-testing

Not tested.

regarding-events
tested
regarding-transpiler

1. Added a DisabledPermissions so new you can specify permissions that will be reworked from user event when group has a full perm. 2. Added a new overloads for a...

enhancement
tested

Didn't test it and idk will it work at all.

enhancement
regarding-api
tested
P2