Resources · medium severity · found in the console
Two resources register the same command
The server console prints a line like this.
What the console says
Command "<command>" already registered, overriding
What it means
/<command> is registered by more than one resource. The last one to start wins.
How to fix it
- Find both registrations: search the resource tree for RegisterCommand with that name.
- Decide which should own it, then rename or remove the other.
- If both are genuinely needed, rename the losing one — players report the command doing the WRONG thing, not that it is missing, which is why this is hard to diagnose from a ticket.
When it is not this
An override is legitimate when a server deliberately replaces a framework command with its own. Report the collision and name both sides; do not call it broken without knowing which was intended.