1. Code:
    [Command(params string[] commands)]
     
  2. Wulf

    Wulf Community Admin

    You don't need to use that; it's available only to CovalencePlugin, not normal plugins.

    CovalencePlugin:
    Code:
    [Command("test")]
    Code:
    [Command("test", "test2")]
    RustPlugin:
    Code:
    [ChatCommand("test")]