1. Hello. I have had plenty of Rust servers in the last years, but this time i got myselfe great internet so i can make my own dedicated server. But there is one thing i have never, ever got to work and that is the /help command... All the internal commands work, and the commands for other plugins work too, but i can't get the damn /help command to work.

    Error: Unknown command 'help'!
    There are no other errors in log or in command prompt.

    Please help.

    Thank you.
     
  2. Wulf

    Wulf Community Admin

    There is no default /help command by default, only from plugins that provide it.
     
  3. Can you explain to me wich plugins that provide the /help command that more or less every server i am on has? This /help command shows available server commands (rules, tpa, clans) etc.
    I know Notifier tells the chat every now and then that "Want to know the available commands? type /help".

    Thanks for reply.
     
  4. Wulf

    Wulf Community Admin

    The HelpText plugin is the only plugin I am aware of, but others might too. You can't have multiple plugins providing the same command though.
     
  5. AH. That solves my problems. I always thought Oxide had this /help function by default. Thank you!