Skip to content

Commit 9973463

Browse files
committed
chore: Bump kotlin too + improve README
1 parent 007705e commit 9973463

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# nohorny
22

3-
[![Xpdustry latest](https://maven.xpdustry.com/api/badge/latest/releases/com/xpdustry/nohorny?color=00FFFF&name=nohorny&prefix=v)](https://github.com/xpdustry/nohorny/releases)
4-
[![Build status](https://github.com/xpdustry/nohorny/actions/workflows/build.yml/badge.svg?branch=master&event=push)](https://github.com/xpdustry/nohorny/actions/workflows/build.yml)
5-
[![Mindustry 7.0 ](https://img.shields.io/badge/Mindustry-7.0-ffd37f)](https://github.com/Anuken/Mindustry/releases)
6-
[![Discord](https://img.shields.io/discord/519293558599974912?color=00b0b3&label=Discord)](https://discord.xpdustry.com)
3+
[![Maven](https://maven.xpdustry.com/api/badge/latest/releases/com/xpdustry/nohorny?color=008080&name=nohorny&prefix=v)](https://maven.xpdustry.com/#/releases/com/xpdustry/nohorny)
4+
[![Downloads](https://img.shields.io/github/downloads/xpdustry/nohorny/total?color=008080)](https://github.com/xpdustry/nohorny/releases)
5+
[![Mindustry 7.0](https://img.shields.io/badge/Mindustry-7.0-008080)](https://github.com/Anuken/Mindustry/releases)
6+
[![Discord](https://img.shields.io/discord/519293558599974912?color=008080&label=Discord)](https://discord.xpdustry.com)
7+
8+
79

810
## Description
911

@@ -92,15 +94,15 @@ see [NoHornyAutoBan](src/main/kotlin/com/xpdustry/nohorny/NoHornyAutoBan.kt) for
9294

9395
## Installation
9496

95-
This plugin requires :
97+
This plugin requires at least :
9698

97-
- Java 17 or above
99+
- Java 17
98100

99-
- Mindustry v146 or above
101+
- Mindustry v146
100102

101-
- [KotlinRuntime](https://github.com/xpdustry/kotlin-runtime) v3.1.0-k.1.9.10
103+
- [KotlinRuntime](https://github.com/xpdustry/kotlin-runtime) v3.1.1-k.1.9.22
102104

103-
- [Distributor](https://github.com/xpdustry/distributor) v3.2.1
105+
- [Distributor](https://github.com/xpdustry/distributor) v3.3.0
104106

105107
## Building
106108

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import fr.xpdustry.toxopid.task.GithubArtifactDownload
66
import org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode
77

88
plugins {
9-
kotlin("jvm") version "1.9.10"
9+
kotlin("jvm") version "1.9.22"
1010
id("com.diffplug.spotless") version "6.23.3"
1111
id("net.kyori.indra") version "3.1.3"
1212
id("net.kyori.indra.publishing") version "3.1.3"
@@ -76,7 +76,7 @@ configurations.runtimeClasspath {
7676

7777
kotlin {
7878
jvmToolchain(17)
79-
coreLibrariesVersion = "1.9.10"
79+
coreLibrariesVersion = "1.9.22"
8080
explicitApi = ExplicitApiMode.Strict
8181
target {
8282
compilations.configureEach {
@@ -201,7 +201,7 @@ val downloadKotlinRuntime =
201201
user.set("xpdustry")
202202
repo.set("kotlin-runtime")
203203
name.set("kotlin-runtime.jar")
204-
version.set("v3.1.0-k.1.9.10")
204+
version.set("v3.1.1-k.1.9.22")
205205
}
206206

207207
tasks.runMindustryServer {

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nohorny",
33
"displayName": "NoHornyPlugin",
44
"description": "NO HORNY IN MY SERVER!",
5-
"version": "2.0.1",
5+
"version": "2.1.0",
66
"author": "Xpdustry",
77
"repo": "xpdustry/nohorny",
88
"main": "com.xpdustry.nohorny.NoHornyPlugin",

0 commit comments

Comments
 (0)