mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-12-13 15:16:50 +01:00
Add note for 1.19.0
This commit is contained in:
parent
3e25014f99
commit
57c913555f
@ -144,6 +144,10 @@ public class LibsDisguises extends JavaPlugin {
|
||||
"Please update from MC 1.18 and MC 1.18.1! You should be using 1.18.2! Support will eventually be dropped for your specific version!");
|
||||
}
|
||||
|
||||
if (Bukkit.getVersion().contains("(MC: 1.19)")) {
|
||||
getLogger().severe("Please update from MC 1.19.0! You should be using 1.19.3! 1.19.1 is the lowest supported 1.19 version!");
|
||||
}
|
||||
|
||||
try {
|
||||
Class cl = Class.forName("org.bukkit.Server$Spigot");
|
||||
} catch (ClassNotFoundException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user