mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Update the NMS options up to the latest 1.19 R3 (#938)
This commit is contained in:
parent
81ef464dad
commit
5ab61e0cd3
@ -44,7 +44,9 @@ public enum NMSVersion {
|
||||
SPIGOT_1_16_R3("v1_16_R3"),
|
||||
SPIGOT_1_17_R1("v1_17_R1"),
|
||||
SPIGOT_1_18_R1("v1_18_R1"),
|
||||
SPIGOT_1_19("v1_19_R1");
|
||||
SPIGOT_1_19_R1("v1_19_R1"),
|
||||
SPIGOT_1_19_R2("v1_19_R2"),
|
||||
SPIGOT_1_19_R3("v1_19_R3");
|
||||
|
||||
private final String version;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user