Updated to 5.0.3

This commit is contained in:
Auxilor 2020-10-30 11:52:27 +00:00
parent eca3761a42
commit ae1fd6b7af
8 changed files with 16 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>com.willfp.ecoenchants</groupId>
<version>5.0.2</version>
<version>5.0.3</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.2</version>
<version>5.0.3</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.2</version>
<version>5.0.3</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.2</version>
<version>5.0.3</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.2</version>
<version>5.0.3</version>
</parent>
<artifactId>plugin</artifactId>

View File

@ -130,11 +130,11 @@ public class EnchantmentCache {
public String toString() {
return "CacheEntry{" +
"enchantment=" + enchantment +
", name='" + name + '\'' +
", rawName='" + rawName + '\'' +
", description=" + description +
", stringDescription='" + stringDescription + '\'' +
'}';
"§f, name='" + name + '\'' +
"§f, rawName='" + rawName + '\'' +
"§f, description=" + description +
"§f, stringDescription='" + stringDescription + '\'' +
"§f}";
}
}
}

View File

@ -8,6 +8,7 @@ import com.willfp.ecoenchants.command.commands.CommandEnchantinfo;
import com.willfp.ecoenchants.command.tabcompleters.TabCompleterEnchantinfo;
import com.willfp.ecoenchants.config.ConfigManager;
import com.willfp.ecoenchants.display.EnchantDisplay;
import com.willfp.ecoenchants.display.EnchantmentCache;
import com.willfp.ecoenchants.display.packets.PacketOpenWindowMerchant;
import com.willfp.ecoenchants.display.packets.PacketSetCreativeSlot;
import com.willfp.ecoenchants.display.packets.PacketSetSlot;
@ -317,6 +318,10 @@ public class Loader {
Logger.info("----------------------------");
});
Logger.info("");
Logger.info("Updating cache...");
EnchantmentCache.update();
Logger.info("");
Logger.info("Loading Integrations...");

View File

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