KAMI Blue: a continuation of KAMI https://blue.bella.wtf
Go to file
Ridan Vandenbergh 289978e6dc Update mappings 2019-08-08 19:59:04 +02:00
.github Merge pull request #64 from S-B99/master 2019-08-06 00:47:43 +02:00
docs Move troubleshooting documenation to docs folder 2018-08-10 15:09:43 +02:00
gradle/wrapper Initial commit 2018-07-21 20:47:46 +02:00
src/main Update mappings 2019-08-08 19:59:04 +02:00
.gitignore Update .gitignore to ignore production classes 2018-10-28 13:04:24 +01:00
.travis.yml Update .travis.yml 2019-08-01 23:42:58 +02:00
LICENSE.md Move license to be in markdown form 2018-10-21 20:04:49 +02:00
README.md Update README.md 2019-08-07 20:14:46 +02:00
autobuild Add autobuild for *nix 2018-10-15 10:04:29 +02:00
autobuild.bat Add autobuild 2018-10-14 18:02:45 -04:00
autocopy Make more reliable and automatically create folders 2019-08-06 02:08:59 -04:00
autocopy.bat Use xcopy instead of copy 2018-10-21 11:47:55 -04:00
build.gradle refactor build.gradle 2018-08-17 18:25:17 +02:00
gradle.properties Update mappings 2019-08-08 19:59:04 +02:00
gradlew radar 2018-08-02 17:17:26 +02:00
gradlew.bat Initial commit 2018-07-21 20:47:46 +02:00

README.md

KAMI

Build Status Issues Discord

A minecraft utility mod for anarchy servers.

See forgehax for a more polished equivalent. Some features in KAMI may be based on those of forgehax, as I sometimes used it as reference.

This is by no means a finished project and is still in rapid development.

Preview

Click to view images

GUI

CrystalAura

Installing

KAMI is a forge mod. Start by downloading the latest version of 1.12.2 forge.

  1. Install forge
  2. Navigate to your .minecraft directory.
    • Windows: %appdata%/.minecraft
    • Linux: ~/.minecraft
  3. Navigate to the mods directory. If it doesn't exist, create it.
  4. Obtain the KAMI .jar file.
  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

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.

Troubleshooting

Please reference the main troubleshooting page

If you experience an issue and it's not listed there, please open a new issue and a contributor will help you further.

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:

git clone https://github.com/zeroeightysix/KAMI/
cd KAMI

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

gradlew.bat setupDecompWorkspace

Import KAMI into your IDE of choice. If you use IntelliJ, import from the build.gradle file and run gradlew.bat genIntellijRuns

If you do not wish to run from an IDE, use gradlew.bat runClient to run KAMI.

Building

Windows

You can build by running autobuild.bat and then autocopy.bat, or if you prefer the manual way, do the following:

gradlew.bat build
cd build/libs

To copy the release jar in build/libs you can run autocopy.bat or, if you prefer doing it manually, find a file KAMI-<minecraftVersion>-<kamiVersion>-release.jar which you can copy to the mods folder of a minecraft instance that has forge installed.

Linux

git clone https://github.com/zeroeightysix/KAMI.git
cd KAMI
chmod +x auto*
./autobuild
mkdir ~/.minecraft/mods
./autocopy

Note: This assumes your minecraft folder is in the default location under your home folder.

Thank you

ZeroMemes for Alpine

ronmamo for Reflections

The minecraft forge team for forge