ExMod-Team / EXILED

A high-level plugin framework for SCP: Secret Laboratory servers (scpsl). It offers an event system for developers to hook in order to manipulate or change game code, or implement their own functions.
https://exmod-team.github.io/EXILED/
Other
38 stars 21 forks source link

`[Exiled::Events]` Command execution events #44

Open VALERA771 opened 1 month ago

VALERA771 commented 1 month ago

Description

Describe the changes Adding events which are fired when commands executed. No more functional to make own commands with this system (args have ICommand and query args)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior? (if this is a feature change)

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information: Nvm, rewriting patch fixed this prob

Current tasks list:


Types of changes

Submission checklist

Patches (if there are any changes related to Harmony patches)

Other