how do i?

This commit is contained in:
Ridan Vandenbergh 2018-08-12 20:52:03 +02:00 committed by GitHub
parent d24cbc8067
commit 0a359f0dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# KAMI
[![Discord](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](http://discord.gg/gmBRk2s)
A minecraft 'hacked' client in the form of a forge mod.
See [forgehax](https://github.com/fr1kin/forgehax) for a more polished equivalent. Some features in KAMI may be based on those of forgehax, as I sometimes used it as reference.
@ -21,6 +20,20 @@ KAMI is a forge mod. Start by downloading the latest version of [forge](https://
* By **building** it: see [building](#building).
5. Place the `.jar` file in your mods directory.
## How do I
##### Open the GUI
Press Y.
##### Use commands
The default prefix is `.`. Commands are used through chat, use `.commands` for a list of commands.
##### Bind modules
Run `.bind <module> <key>`.
##### Change command prefix
After having ran KAMI (make sure it's closed), edit `kami.settings` and find `command_prefix` to change the prefix.
## Troubleshooting
Please reference the main [troubleshooting page](docs/TROUBLESHOOTING.md)