mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-03 02:21:21 +01:00
Updated to 5.0.2
This commit is contained in:
parent
a626bda8bf
commit
502993df9f
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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("");
|
||||
|
Loading…
Reference in New Issue
Block a user