We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac7f4b commit 75c9149Copy full SHA for 75c9149
2 files changed
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.kruthers"
8
-version = "2.6.2"
+version = "2.7.0"
9
description = "The core plugin used to manage the gamemode 4 public server"
10
11
repositories {
src/main/resources/plugin.yml
@@ -1,7 +1,7 @@
1
name: Gamemode4Core
2
version: '${version}'
3
main: com.kruthers.gamemode4core.Gamemode4Core
4
-api-version: 1.16
+api-version: 1.20
author: kruthers
description: The core plugin used to manage the gamemode 4 public server
depend:
0 commit comments