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
Changing prefix of all commands?
Discussion in 'Rust Development' started by pdr, Apr 5, 2018.
-
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"? -
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? -
Wulf Community Admin