MeikelLP / quantum-core-x

Metin2 open source server implementation
https://meikellp.github.io/quantum-core-x/
Mozilla Public License 2.0
35 stars 9 forks source link

Implement option to define command alias #138

Closed WoozChucky closed 5 months ago

WoozChucky commented 5 months ago

Some commands have multiple alias such as /a , /advance, etc This way we can now optionally define alias for commands.

Altought alias are being used as a copy of the command itself when being registered, it provides a way to not need reflection when evaluating incoming commands at runtime.

MeikelLP commented 5 months ago

Can't we just put multiple [Command] attributes on a handler to solve that?

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud