Mods for the Spiral Knights.
All mods need to be loaded using projectx-hazard or KnightLauncher.
- Core is the basis of all mods.
- ShowPing enhances minimap to show ping value.
- StayOnline guarantees not to be kicked out even after long idle time.
- Pandora is a full item arsenal, preview only.
- PocketShop calls shops anytime and anywhere.
- Teleport sends you to somewhere.
- Camera allows you moving and rotating the camera.
- AutoAdvance automatically clicks the "Advance Now" button, removes "Prize Wheel" animations.
- NoLoading hides loading screen.
- NoNews hides news.
- LootFilter hides loot messages and pickup sprites.
You can skip this step if you are good at Java.
https://www.jetbrains.com/idea/download/
Please choose to download the client corresponding to the OS, usually we use the Community Edition is enough.
git clone https://github.com/spiralstudio/mods.git
After the download is complete, open the project with IntelliJ IDEA,
or click the Get From VCS
button to download the repository.
Please make sure your JDK version is 1.8
.
Open Project Structure
to set up the JDK.
Open the Maven panel and double-click install
to build the project.
After the build is successful, you can find the jars in the target directory of each module.
This project is under the MIT license. See the LICENSE file for details.