Updated to 5.0.2

This commit is contained in:
Auxilor 2020-10-29 16:46:41 +00:00
parent a626bda8bf
commit 502993df9f
7 changed files with 13 additions and 13 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -7,7 +7,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>
<artifactId>plugin</artifactId>

View File

@ -391,16 +391,16 @@ public class Loader {
*/
if (!Prerequisite.HasPaper.isMet()) {
Logger.info("");
Logger.info("----------------------------");
Logger.info("");
Logger.error("");
Logger.error("----------------------------");
Logger.error("");
Logger.error("You don't seem to be running paper!");
Logger.error("Paper is strongly recommended for all servers,");
Logger.error("and enchantments like Drill may not function properly without it");
Logger.error("and some enchantments may not function properly without it");
Logger.error("Download Paper from §fhttps://papermc.io");
Logger.info("");
Logger.info("----------------------------");
Logger.info("");
Logger.error("");
Logger.error("----------------------------");
Logger.error("");
}
Logger.info("");

View File

@ -6,7 +6,7 @@
<groupId>com.willfp.ecoenchants</groupId>
<artifactId>parent</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
<packaging>pom</packaging>
<name>EcoEnchants Parent</name>