We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b015d0a commit c810007Copy full SHA for c810007
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
8
group = "org.allaymc.javaplugintemplate"
9
description = "Java plugin template for allay server"
10
-version = "1.0.0"
+version = "0.1.0"
11
12
java {
13
toolchain {
src/main/resources/plugin.json
@@ -1,6 +1,6 @@
1
{
2
"entrance": "org.allaymc.javaplugintemplate.JavaPluginTemplate",
3
"name": "JavaPluginTemplate",
4
- "authors": ["mdx"],
5
- "version": "1.0.0"
+ "authors": ["YourNameHere"],
+ "version": "0.1.0"
6
}
0 commit comments