mirror of https://github.com/kami-blue/client
add change custom chat ending section to 'how do i' in README
This commit is contained in:
parent
f8cc22da4a
commit
d2ebf2469e
|
@ -51,6 +51,9 @@ Run `.bind <module> <key>`.
|
|||
##### Change command prefix
|
||||
By using the command `prefix <prefix>` or after having ran KAMI (make sure it's closed), editing your configuration file (find it using `config path` in-game) and changing the value of `commandPrefix` to change the prefix.
|
||||
|
||||
##### Change Custom Chat ending
|
||||
Edit line 19 in `kami/src/main/java/me/zeroeightysix/kami/module/modules/misc/CustomChat.java` Change the `\u23D0` characters to something else you want, [use this website to do it](https://www.branah.com/unicode-converter). Paste text in the first box and copy the output from the second.
|
||||
|
||||
## Troubleshooting
|
||||
Please reference the main [troubleshooting page](docs/TROUBLESHOOTING.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue