kami-blue/README.md

174 lines
7.4 KiB
Markdown
Raw Normal View History

2018-07-21 18:52:29 +00:00
# KAMI
2019-10-24 16:56:30 +00:00
2019-10-24 17:17:17 +00:00
| | S-B99 (this) | S-B99 (master) | 086 (upstream) |
|:------------:|:-------------:|:--------------:|:--------------:|
| Build Status | [![Build Status features-master](https://img.shields.io/travis/com/S-B99/KAMI/features-master?label=build)](https://travis-ci.com/S-B99/KAMI/tree/features-master) | [![Build Status master](https://img.shields.io/travis/com/S-B99/KAMI/master?label=build)](https://travis-ci.com/S-B99/KAMI/tree/master) | [![Build Status 086](https://travis-ci.com/zeroeightysix/KAMI.svg?branch=master)](https://travis-ci.com/zeroeightysix/KAMI) |
| Issues | [![Issues Mine](https://img.shields.io/github/issues/S-B99/KAMI?label=issues)](https://github.com/S-B99/kami/issues) | [![Issues Mine](https://img.shields.io/github/issues/S-B99/KAMI?label=issues)](https://github.com/S-B99/kami/issues) | [![Issues 086](https://img.shields.io/github/issues/zeroeightysix/KAMI?label=issues)](https://github.com/zeroeightysix/kami/issues) |
2019-10-24 20:46:01 +00:00
| Media | ![GitHub stars](https://img.shields.io/github/stars/S-B99/KAMI?style=social) | [![Discord Mine](https://img.shields.io/discord/573954110454366214?label=chat&logo=discord&logoColor=white)](https://discord.gg/KfpqwZB) | [![Discord 086](https://img.shields.io/badge/chat-on%20discord-brightgreen.svg)](http://discord.gg/9hvwgeg) |
2018-08-12 00:41:53 +00:00
2019-10-24 21:34:20 +00:00
## How to download
Press the releases button along the yellow bar above ^
## A minecraft utility mod for anarchy servers.
2019-10-24 16:56:30 +00:00
This will be frequently updated as long as I'm not on vacation or anything
2019-10-24 16:56:30 +00:00
This is by no means a finished project, nor is it a "cheat" or "hack" for anything, it is a *utility* mod.
Please note Baritone is no longer included. Download the standalone jar [from here](https://github.com/cabaletta/baritone/releases).
2018-07-21 18:52:29 +00:00
2019-10-24 16:56:30 +00:00
See [forgehax](https://github.com/fr1kin/forgehax) for an equivalent. Some features in KAMI may be based on those of forgehax, and KAMI has some features it doesn't.
## Status
<details>
<summary>Click to view current development status</summary>
[Everything here is planned for sure.](https://github.com/zeroeightysix/KAMI/pull/114), [along with here](https://github.com/S-B99/KAMI/issues/12)
This is currently in slowed development. Maintainance and further development is planned in the next couple months.
</details>
2018-07-21 20:00:15 +00:00
2018-12-16 18:53:27 +00:00
## Preview
<details>
2019-10-24 16:56:30 +00:00
<summary>Click to view images</summary>
2018-12-16 18:53:27 +00:00
2019-10-24 16:56:30 +00:00
![GUI](.github/IMAGES/gui.png)
2019-10-24 16:56:30 +00:00
![ShulkerPreview](.github/IMAGES/shulkerChat.png)
2018-12-16 18:53:27 +00:00
2019-10-24 16:56:30 +00:00
![CrystalAura](.github/IMAGES/crystalAura.png)
2018-12-16 18:53:27 +00:00
</details>
## Installing
KAMI is a forge mod. Start by downloading the latest version of [1.12.2 forge](https://files.minecraftforge.net/).
1. Install forge
2019-10-24 16:56:30 +00:00
2. Go to your `.minecraft` directory.
* **Linux**: `~/.minecraft`
* **Windows**: `%appdata%/.minecraft`
3. Navigate to the `mods` directory. If it doesn't exist, create it.
2019-10-24 16:56:30 +00:00
4. Get the KAMI `.jar` file.
2018-08-10 13:21:57 +00:00
* By **downloading** it: see [releases](../../releases)
2018-08-10 13:23:05 +00:00
* By **building** it: see [building](#building).
2019-10-24 16:56:30 +00:00
5. Drag the `-release.jar` file into your mods directory.
2018-08-12 18:52:03 +00:00
## How do I
2019-10-24 16:56:30 +00:00
<details>
<summary>Click to see the frequently asked questions or basic stuff</summary>
2018-08-12 18:52:03 +00:00
2019-10-24 16:56:30 +00:00
##### Open the GUI
Press Y.
2018-08-12 18:52:03 +00:00
2019-10-24 16:56:30 +00:00
##### Use commands
The default prefix is `.`. Commands are used through chat, use `.commands` for a list of commands.
2018-08-12 18:52:03 +00:00
2019-10-24 16:56:30 +00:00
##### Bind modules
Run `.bind <module> <key>`.
2019-10-24 16:56:30 +00:00
You can also use `.bind modifiers on` to allow modules to be bound to keybinds with modifiers, e.g `ctrl + shift + w` or `ctrl + c`.
2018-08-12 18:52:03 +00:00
2019-10-24 16:56:30 +00:00
##### 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.
2018-08-10 13:07:49 +00:00
2019-10-24 16:56:30 +00:00
##### 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.
2018-07-21 21:18:45 +00:00
2019-10-24 16:56:30 +00:00
This will be implemented with a command in the near future, see issue [#11](https://github.com/S-B99/KAMI/issues/11)
2018-07-21 20:00:15 +00:00
2019-10-24 16:56:30 +00:00
</details>
2018-10-03 06:41:36 +00:00
2019-10-24 16:56:30 +00:00
## Troubleshooting
2018-07-21 20:00:15 +00:00
2019-10-24 16:56:30 +00:00
<details>
<summary>Please read this before opening an issue</summary>
2019-10-24 16:56:30 +00:00
Please reference the main [troubleshooting page](docs/TROUBLESHOOTING.md)
2019-10-24 16:56:30 +00:00
If you have an issue or problem and it's not listed there, please [open a new issue](../../issues/new/choose) and a contributor will help you further.
2018-07-21 20:00:15 +00:00
2019-10-24 16:56:30 +00:00
</details>
2018-07-21 20:00:15 +00:00
2018-07-21 21:18:45 +00:00
### Building
#### Linux
You can build by running these commands (without the <>) in a terminal.
```
2019-10-24 21:17:59 +00:00
git clone https://github.com/S-B99/KAMI/
cd KAMI
chmod +x gradlew
./gradlew <args>
```
Possible arguments:
```
build
mkdir
rmOld
copy
```
If you use more than one then it must be in that order.
Build is required, `mkdir` makes the `mods/1.12.2` directory, `rmOld` removes old versions of KAMI\* in that directory, and `copy` copies the build release to the `mods/1.12.2` directory.
\*`rmOld` removes any jars ending in `-release.jar`, which is the format KAMI uses. If you use any other mod that uses that naming scheme please remove old versions manually.
2019-10-24 16:56:30 +00:00
If you prefer copying it manually, find a file in `build/libs` called `KAMI-<kamiVersion>-**release**.jar` which you can copy to the `mods/1.12.2` folder of a minecraft instance that has forge installed.
Note: This assumes your minecraft folder is in the default location under your home folder.
2018-10-10 19:32:02 +00:00
2019-10-24 16:56:30 +00:00
Note: Any argument other then `build` assumes you downloaded KAMI to a nested folder inside your home folder. For example `~/Downloads/KAMI` or `~/Documents/KAMI`. This will be fixed as per [issue #15](https://github.com/S-B99/KAMI/issues/15)
#### Windows
You can build by running these commands in a terminal with the current directory being KAMI. (EG. `cd C:\Users\Username\Downloads\KAMI`)
```
gradlew.bat build
```
To copy on windows run `autocopy.bat`
2019-10-24 16:56:30 +00:00
If you prefer copying it manually, find a file in `build/libs` called `KAMI-<kamiVersion>-**release**.jar` which you can copy to the `mods\1.12.2` folder of a minecraft instance that has forge installed.
Note: This assumes your minecraft folder is in the default location under your %appdata% folder.
2019-10-24 16:56:30 +00:00
## Contributing
You are free to clone, modify KAMI and make pull requests as you wish. To set up your development environment, make use of the following commands:
On GNU/Linux, run `chmod +x gradlew` and for the following commands use `./gradlew` instead of `gradlew.bat`
Of-course you can also use a Gradle installation if you for some reason want another version of gradle
```
2019-10-24 21:17:59 +00:00
git clone https://github.com/S-B99/KAMI/
2019-10-24 16:56:30 +00:00
cd KAMI
```
Import KAMI into your IDE of choice.
```
gradlew.bat setupDecompWorkspace
gradlew.bat genIntellijRuns #for intellij
gradlew.bat eclipse #for eclipse
```
If you use IntelliJ, import `build.gradle`
If you use Eclipse, import a new gradle project and select the kami folder.
If you have gradle related issues with either of these force your gradle version to `4.8.1`
If you do not wish to run from an IDE, use `gradlew.bat runClient` to run KAMI.
2018-10-10 19:32:02 +00:00
## Thank you
2019-10-24 16:56:30 +00:00
[zeroeightysix](https://github.com/zeroeightysix) for the original [KAMI](https://github.com/zeroeightysix/KAMI)
2018-10-10 19:32:02 +00:00
[ZeroMemes](https://github.com/ZeroMemes) for [Alpine](https://github.com/ZeroMemes/Alpine)
[ronmamo](https://github.com/ronmamo/) for [Reflections](https://github.com/ronmamo/reflections)
2019-10-24 16:56:30 +00:00
The [Minecraft Forge team](https://github.com/MinecraftForge) for [forge](https://files.minecraftforge.net/)