mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-11-14 10:45:23 +01:00
Mark paper experimental
This commit is contained in:
parent
0e53b1f41d
commit
b2221b26eb
@ -123,12 +123,10 @@ public void onEnable()
|
||||
|
||||
private boolean checkMcVersion()
|
||||
{
|
||||
if ((MCVersion.isNewerThan(MCVersion.MC_NMS_1_20_R3) || MCVersion.is(MCVersion.UNKNOWN)) && ServerType.isPaperCompatible())
|
||||
if (MCVersion.isNewerThan(MCVersion.MC_NMS_1_20_R3) && ServerType.isPaperCompatible())
|
||||
{
|
||||
getLogger().warning("Minepacks is not yet compatible with Paper 1.20.5 and up!");
|
||||
getLogger().warning("To use this plugin please switch to spigot or wait for an update.");
|
||||
this.setEnabled(false);
|
||||
return false;
|
||||
getLogger().warning("Paper support is experimental! Use at your own risk!");
|
||||
getLogger().warning("No guarantee for data integrity! Backup constantly!");
|
||||
}
|
||||
if (MCVersion.is(MCVersion.UNKNOWN) || !MCVersion.isUUIDsSupportAvailable() || MCVersion.isNewerThan(MCVersion.MC_NMS_1_20_R4))
|
||||
{
|
||||
|
2
pom.xml
2
pom.xml
@ -13,7 +13,7 @@
|
||||
|
||||
<configFileVersion>34</configFileVersion>
|
||||
<languageFileVersion>21</languageFileVersion>
|
||||
<pcgfPluginLibVersion>1.0.39.4-SNAPSHOT</pcgfPluginLibVersion>
|
||||
<pcgfPluginLibVersion>1.0.39.6-SNAPSHOT</pcgfPluginLibVersion>
|
||||
|
||||
<bukkitVersion>1.15.2-R0.1-SNAPSHOT</bukkitVersion>
|
||||
<mavenShade.version>3.5.3</mavenShade.version>
|
||||
|
Loading…
Reference in New Issue
Block a user