From 343f235c5968e356441aece35a88bb41714682e8 Mon Sep 17 00:00:00 2001 From: Zeshan Aslam Date: Fri, 13 Dec 2019 19:13:23 -0500 Subject: [PATCH 1/2] 1.15 Support --- plugin.yml | 2 +- src/com/zeshanaslam/actionhealth/utils/HealthUtil.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yml b/plugin.yml index ecc9e82..7dc265e 100644 --- a/plugin.yml +++ b/plugin.yml @@ -1,6 +1,6 @@ name: ActionHealth main: com.zeshanaslam.actionhealth.Main -version: 3.4.1 +version: 3.4.2 softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, WorldGuard, mcMMO, MythicMobs, LangUtils] commands: Actionhealth: diff --git a/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java b/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java index 11a1dcb..e2e29ff 100644 --- a/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java +++ b/src/com/zeshanaslam/actionhealth/utils/HealthUtil.java @@ -235,7 +235,7 @@ public class HealthUtil { message = ChatColor.translateAlternateColorCodes('&', message); try { - if (plugin.configStore.mcVersion.equals("v1_12_R1") || plugin.configStore.mcVersion.startsWith("v1_13") || plugin.configStore.mcVersion.startsWith("v1_14_")) { + if (plugin.configStore.mcVersion.equals("v1_12_R1") || plugin.configStore.mcVersion.startsWith("v1_13") || plugin.configStore.mcVersion.startsWith("v1_14_") || plugin.configStore.mcVersion.startsWith("v1_15_")) { new PreAction(player, message); } else if (!(plugin.configStore.mcVersion.equalsIgnoreCase("v1_8_R1") || (plugin.configStore.mcVersion.contains("v1_7_")))) { Class c1 = Class.forName("org.bukkit.craftbukkit." + plugin.configStore.mcVersion + ".entity.CraftPlayer"); From 9b57fd81f367fc46b2b201f7e3cc073be01d6c76 Mon Sep 17 00:00:00 2001 From: Zeshan Aslam Date: Sat, 15 Feb 2020 17:28:55 -0500 Subject: [PATCH 2/2] Update Polish.yml --- translations/Polish.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/translations/Polish.yml b/translations/Polish.yml index d3a23da..da7ffc3 100644 --- a/translations/Polish.yml +++ b/translations/Polish.yml @@ -3,7 +3,7 @@ Name: - Bat = Nietoperz - Blaze = Płomyk - Cat = Kot - - Cave Spider = Pająk jaskiniowy + - Cave Spider = Pająk Jaskiniowy - Chicken = Kurczak - Cod = Dorsz - Cow = Krowa @@ -35,8 +35,8 @@ Name: - Spider = Pająk - Squid = Kałamarnica - Stray = Tułacz - - Trader Llama = Lama handlarza - - Tropical Fish = Ryba tropikalna + - Trader Llama = Lama Handlarza + - Tropical Fish = Ryba Tropikalna - Turtle = Żółw - Vex = Dręczyciel - Villager = Osadnik @@ -49,4 +49,5 @@ Name: - Zombie Villager = Osadnik Zombie - Iron Golem = Żelazny Golem - Snow Golem = Bałwan - - Ender Dragon = Smok Kresu \ No newline at end of file + - Ender Dragon = Smok Kresu + - Bee = Pszczoła