Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kowkodivka/betterconsole
- Owner: Kowkodivka
- Created: 2022-08-09T07:55:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T06:54:17.000Z (about 2 years ago)
- Last Synced: 2023-04-01T11:38:38.800Z (almost 2 years ago)
- Topics: mindustry, mindustry-plugin, plugin
- Language: Kotlin
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Better console
Kotlin version of the plugin https://github.com/osp54/BetterConsoleMakes 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.