1. pdr

    pdr

    Hi, everyone. I know it's possible, but not familiar with this part of oxide. I wanted to change commands prefixes from "/" to "!", as it is on some servers. Would be great, if someone could help
     
  2. Wulf

    Wulf Community Admin

    You'd have to use the OnPlayerChat or OnUserChat hook and listen for each and every command, then cancel the chat if desired. The documentation for these hooks are under the Docs.

    Trying to appear "vanilla"? :p
     
  3. pdr

    pdr

    Yeah, trying to make ui more clear ;)
    I was already thinking about this method, but hoped that there is more nice way to do it, ouch. Actually, if i can modify oxide extension to change prefix?
     
  4. Wulf

    Wulf Community Admin

    Using the chat hooks would be the recommend and only supported way.