mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
build: Release 6.2.2
This commit is contained in:
parent
3eb485e900
commit
7d981bc610
@ -37,9 +37,9 @@ public enum Permission {
|
|||||||
PERMISSION_STAR("*"),
|
PERMISSION_STAR("*"),
|
||||||
PERMISSION_ADMIN("plots.admin"),
|
PERMISSION_ADMIN("plots.admin"),
|
||||||
PERMISSION_ADMIN_AREA_SUDO("plots.admin.area.sudo"),
|
PERMISSION_ADMIN_AREA_SUDO("plots.admin.area.sudo"),
|
||||||
@Deprecated(forRemoval = true, since = "6.3.0")
|
@Deprecated(forRemoval = true, since = "6.2.2")
|
||||||
PERMISSION_PROJECTILE_UNOWNED("plots.projectile.unowned"),
|
PERMISSION_PROJECTILE_UNOWNED("plots.projectile.unowned"),
|
||||||
@Deprecated(forRemoval = true, since = "6.3.0")
|
@Deprecated(forRemoval = true, since = "6.2.2")
|
||||||
PERMISSION_PROJECTILE_OTHER("plots.projectile.other"),
|
PERMISSION_PROJECTILE_OTHER("plots.projectile.other"),
|
||||||
PERMISSION_ADMIN_INTERACT_BLOCKED_CMDS("plots.admin.interact.blockedcommands"),
|
PERMISSION_ADMIN_INTERACT_BLOCKED_CMDS("plots.admin.interact.blockedcommands"),
|
||||||
PERMISSION_WORLDEDIT_BYPASS("plots.worldedit.bypass"),
|
PERMISSION_WORLDEDIT_BYPASS("plots.worldedit.bypass"),
|
||||||
|
@ -37,7 +37,7 @@ import static java.lang.annotation.ElementType.RECORD_COMPONENT;
|
|||||||
import static java.lang.annotation.ElementType.TYPE;
|
import static java.lang.annotation.ElementType.TYPE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 6.3.0
|
* @since 6.2.2
|
||||||
*/
|
*/
|
||||||
@AnnotationHelper.ApiDescription(info = "An internal class for custom annotations." +
|
@AnnotationHelper.ApiDescription(info = "An internal class for custom annotations." +
|
||||||
"This is in no form part of the API and is subject to change at any time.")
|
"This is in no form part of the API and is subject to change at any time.")
|
||||||
@ -54,7 +54,7 @@ public final class AnnotationHelper {
|
|||||||
* Returns additional information how to use a class for the API
|
* Returns additional information how to use a class for the API
|
||||||
*
|
*
|
||||||
* @return the version string
|
* @return the version string
|
||||||
* @since 6.3.0
|
* @since 6.2.2
|
||||||
*/
|
*/
|
||||||
String info() default "";
|
String info() default "";
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,7 @@ plugins {
|
|||||||
idea
|
idea
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "6.2.2-SNAPSHOT"
|
version = "6.2.2"
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.plotsquared"
|
group = "com.plotsquared"
|
||||||
|
Loading…
Reference in New Issue
Block a user