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.
2 parents a317347 + 98dc46d commit 8d1b241Copy full SHA for 8d1b241
build.gradle
@@ -1,5 +1,6 @@
1
plugins {
2
id 'java'
3
+ id 'maven-publish'
4
id 'xyz.jpenilla.run-paper' version '2.1.0'
5
id 'io.papermc.paperweight.userdev' version '1.5.3'
6
id 'com.github.breadmoirai.github-release' version '2.4.1'
src/main/resources/plugin.yml
@@ -3,4 +3,4 @@ version: ${version}
main: simpleclient.api.SimpleClientAPIMain
api-version: 1.19
authors: [Fabi.exe]
-description: Server API for SimpleClient
+description: Server API for SimpleClient
0 commit comments