From 20fbbf176cde5034f5a06aacf7be7c101e17a47a Mon Sep 17 00:00:00 2001 From: Fabrizio La Rosa Date: Tue, 7 Jul 2020 09:16:17 +0200 Subject: [PATCH 1/3] Do not include the lootables core --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index b5aa6a5..57a8561 100644 --- a/pom.xml +++ b/pom.xml @@ -71,6 +71,12 @@ META-INF/*.RSA + + com.songoda:Lootables + + com/songoda/core/** + + From e019d3febd41d2aa6d84c563e9a29698c0a7c569 Mon Sep 17 00:00:00 2001 From: Fabrizio La Rosa Date: Tue, 7 Jul 2020 09:18:11 +0200 Subject: [PATCH 2/3] Do not loop what is not needed --- .../songoda/ultimatestacker/commands/CommandGiveSpawner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/songoda/ultimatestacker/commands/CommandGiveSpawner.java b/src/main/java/com/songoda/ultimatestacker/commands/CommandGiveSpawner.java index 400bbd2..665a31d 100644 --- a/src/main/java/com/songoda/ultimatestacker/commands/CommandGiveSpawner.java +++ b/src/main/java/com/songoda/ultimatestacker/commands/CommandGiveSpawner.java @@ -33,8 +33,8 @@ public class CommandGiveSpawner extends AbstractCommand { } EntityType type = null; + String input = args[1].toUpperCase().replace("_", "").replace(" ", ""); for (EntityType types : EntityType.values()) { - String input = args[1].toUpperCase().replace("_", "").replace(" ", ""); String compare = types.name().toUpperCase().replace("_", "").replace(" ", ""); if (input.equals(compare)) type = types; From 7336e9c0bb117312601d12a5e698a5804974eb7b Mon Sep 17 00:00:00 2001 From: Brianna Date: Tue, 7 Jul 2020 12:20:04 -0500 Subject: [PATCH 3/3] version 1.11.18 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 57a8561..acf06fa 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ com.songoda UltimateStacker 4.0.0 - 1.11.17 + 1.11.18 clean install UltimateStacker-${project.version}