Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kowkodivka/betterconsole

https://github.com/osp54/BetterConsole
https://github.com/kowkodivka/betterconsole

mindustry mindustry-plugin plugin

Last synced: about 1 month ago
JSON representation

https://github.com/osp54/BetterConsole

Awesome Lists containing this project

README

        

# Better console
Kotlin version of the plugin https://github.com/osp54/BetterConsole

Makes using the console more comfortable:
![Example](https://user-images.githubusercontent.com/86189625/183602444-f9608826-5152-4a82-a672-a1adbec56228.mp4)

### Setup

Clone this repository first.
To edit the plugin display name and other data, take a look at `plugin.json`.

### Building a Jar

If you use Linux / Mac OS:
`chmod +x ./gradlew`

Then:
`gradlew jar` / `./gradlew jar`

Output jar should be in `build/libs`.

### Installing

Simply place the output jar from the step above in your server's `config/mods` directory and restart the server.
List your currently installed plugins/mods by running the `mods` command.