Mark paper experimental

This commit is contained in:
GeorgH93 2024-05-19 16:37:11 +02:00
parent 0e53b1f41d
commit b2221b26eb
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8
2 changed files with 4 additions and 6 deletions

View File

@ -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))
{

View File

@ -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>