misc: Some plugin meta changes

This commit is contained in:
4drian3d 2022-08-15 00:14:51 +00:00
parent 531a31344d
commit 98831c4ae3
4 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,10 @@
package me.adrianed.authmevelocity.common; package me.adrianed.authmevelocity.common;
public final class Constants { public final class Constants {
private Constants() {}
public static final String VERSION = "{version}"; public static final String VERSION = "{version}";
public static final String DESCRIPTION = "{description}";
public static final String CONFIGURATE = "4.1.2"; public static final String CONFIGURATE = "4.1.2";
public static final String GEANTYREF = "1.3.13"; public static final String GEANTYREF = "1.3.13";
} }

View File

@ -1,6 +1,6 @@
group = me.adrianed.authmevelocity group = me.adrianed.authmevelocity
version = 3.0.0-SNAPSHOT version = 3.0.0-SNAPSHOT
description = AuthMe Bridge with Velocity Proxy description = AuthMeReloaded Support for Velocity
url = https://github.com/4drian3d/AuthMeVelocity url = https://github.com/4drian3d/AuthMeVelocity
id = authmevelocity id = authmevelocity

View File

@ -25,6 +25,7 @@ bukkit {
main = "me.adrianed.authmevelocity.paper.AuthMeVelocityPaper" main = "me.adrianed.authmevelocity.paper.AuthMeVelocityPaper"
apiVersion = "1.13" apiVersion = "1.13"
website = "https://github.com/4drian3d/AuthMeVelocity" website = "https://github.com/4drian3d/AuthMeVelocity"
description = project.description as String
authors = listOf("xQuickGlare", "4drian3d") authors = listOf("xQuickGlare", "4drian3d")
softDepend = listOf("MiniPlaceholders") softDepend = listOf("MiniPlaceholders")
depend = listOf("AuthMe") depend = listOf("AuthMe")

View File

@ -43,8 +43,9 @@ import java.util.UUID;
id = "authmevelocity", id = "authmevelocity",
name = "AuthMeVelocity", name = "AuthMeVelocity",
url = "https://github.com/4drian3d/AuthMeVelocity", url = "https://github.com/4drian3d/AuthMeVelocity",
description = "This plugin adds the support for AuthMeReloaded to Velocity", description = Constants.DESCRIPTION,
version = Constants.VERSION, version = Constants.VERSION,
authors = {"xQuickGlare", "4drian3d"},
dependencies = { dependencies = {
@Dependency( @Dependency(
id = "miniplaceholders", id = "miniplaceholders",