spiralstudio / mods

Mods for the Spiral Knights.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spiral Mods

Mods for the Spiral Knights.

Usage

All mods need to be loaded using projectx-hazard or KnightLauncher.

Mods

  • 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.

Installation

You can skip this step if you are good at Java.

Download IntelliJ IDEA

https://www.jetbrains.com/idea/download/

Download IntelliJ IDEA

Please choose to download the client corresponding to the OS, usually we use the Community Edition is enough.

Download repository

Git

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.

Get From VCS

Build

JDK

Please make sure your JDK version is 1.8.

Open Project Structure to set up the JDK.

Project Structure

JDK Settings

Maven

Open the Maven panel and double-click install to build the project.

Maven Install

After the build is successful, you can find the jars in the target directory of each module.

Target JAR

License

This project is under the MIT license. See the LICENSE file for details.

About

Mods for the Spiral Knights.

License:MIT License


Languages

Language:Java 99.6%Language:Shell 0.2%Language:Batchfile 0.2%