Serverside

Fixes / Two resources register the same command

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

  1. Find both registrations: search the resource tree for RegisterCommand with that name.
  2. Decide which should own it, then rename or remove the other.
  3. 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.