File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
1
# nohorny
2
2
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
+
7
9
8
10
## Description
9
11
@@ -92,15 +94,15 @@ see [NoHornyAutoBan](src/main/kotlin/com/xpdustry/nohorny/NoHornyAutoBan.kt) for
92
94
93
95
# # Installation
94
96
95
- This plugin requires :
97
+ This plugin requires at least :
96
98
97
- - Java 17 or above
99
+ - Java 17
98
100
99
- - Mindustry v146 or above
101
+ - Mindustry v146
100
102
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
102
104
103
- - [Distributor](https://github.com/xpdustry/distributor) v3.2.1
105
+ - [Distributor](https://github.com/xpdustry/distributor) v3.3.0
104
106
105
107
# # Building
106
108
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import fr.xpdustry.toxopid.task.GithubArtifactDownload
6
6
import org.jetbrains.kotlin.gradle.dsl.ExplicitApiMode
7
7
8
8
plugins {
9
- kotlin(" jvm" ) version " 1.9.10 "
9
+ kotlin(" jvm" ) version " 1.9.22 "
10
10
id(" com.diffplug.spotless" ) version " 6.23.3"
11
11
id(" net.kyori.indra" ) version " 3.1.3"
12
12
id(" net.kyori.indra.publishing" ) version " 3.1.3"
@@ -76,7 +76,7 @@ configurations.runtimeClasspath {
76
76
77
77
kotlin {
78
78
jvmToolchain(17 )
79
- coreLibrariesVersion = " 1.9.10 "
79
+ coreLibrariesVersion = " 1.9.22 "
80
80
explicitApi = ExplicitApiMode .Strict
81
81
target {
82
82
compilations.configureEach {
@@ -201,7 +201,7 @@ val downloadKotlinRuntime =
201
201
user.set(" xpdustry" )
202
202
repo.set(" kotlin-runtime" )
203
203
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 " )
205
205
}
206
206
207
207
tasks.runMindustryServer {
Original file line number Diff line number Diff line change 2
2
"name" : " nohorny" ,
3
3
"displayName" : " NoHornyPlugin" ,
4
4
"description" : " NO HORNY IN MY SERVER!" ,
5
- "version" : " 2.0.1 " ,
5
+ "version" : " 2.1.0 " ,
6
6
"author" : " Xpdustry" ,
7
7
"repo" : " xpdustry/nohorny" ,
8
8
"main" : " com.xpdustry.nohorny.NoHornyPlugin" ,
You can’t perform that action at this time.
0 commit comments