mirror of
https://hub.spigotmc.org/stash/scm/spigot/plugin-annotations.git
synced 2025-08-21 05:43:43 +00:00
SPIGOT-6609: Add 1.17 ApiVersion
This commit is contained in:
parent
6621a16619
commit
0d77a63098
1 changed files with 6 additions and 1 deletions
|
@ -49,7 +49,12 @@ public @interface ApiVersion {
|
||||||
/**
|
/**
|
||||||
* This target version specifies that the plugin was made with 1.16+ versions in mind.
|
* This target version specifies that the plugin was made with 1.16+ versions in mind.
|
||||||
*/
|
*/
|
||||||
v1_16("1.16");
|
v1_16("1.16"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This target version specifies that the plugin was made with 1.17+ versions in mind.
|
||||||
|
*/
|
||||||
|
v1_17("1.17");
|
||||||
|
|
||||||
private final String version;
|
private final String version;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue