mirror of
https://hub.spigotmc.org/stash/scm/spigot/plugin-annotations.git
synced 2025-08-05 16:48:43 +00:00
Add ApiVersion.v1_20
This commit is contained in:
parent
766c36ac54
commit
ae54046503
1 changed files with 6 additions and 1 deletions
|
@ -64,7 +64,12 @@ public @interface ApiVersion {
|
|||
/**
|
||||
* This target version specifies that the plugin was made with 1.19+ versions in mind.
|
||||
*/
|
||||
v1_19("1.19");
|
||||
v1_19("1.19"),
|
||||
|
||||
/**
|
||||
* This target version specifies that the plugin was made with 1.20+ versions in mind.
|
||||
*/
|
||||
v1_20("1.20");
|
||||
|
||||
private final String version;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue