mirror of
https://github.com/zeshan321/ActionHealth.git
synced 2025-03-10 05:39:03 +01:00
Merge pull request #11 from zeshan321/master
Updated to 1.15.2 and translation changes
This commit is contained in:
commit
89865697b0
@ -235,7 +235,7 @@ public class HealthUtil {
|
|||||||
message = ChatColor.translateAlternateColorCodes('&', message);
|
message = ChatColor.translateAlternateColorCodes('&', message);
|
||||||
|
|
||||||
try {
|
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);
|
new PreAction(player, message);
|
||||||
} else if (!(plugin.configStore.mcVersion.equalsIgnoreCase("v1_8_R1") || (plugin.configStore.mcVersion.contains("v1_7_")))) {
|
} 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");
|
Class<?> c1 = Class.forName("org.bukkit.craftbukkit." + plugin.configStore.mcVersion + ".entity.CraftPlayer");
|
||||||
|
@ -3,7 +3,7 @@ Name:
|
|||||||
- Bat = Nietoperz
|
- Bat = Nietoperz
|
||||||
- Blaze = Płomyk
|
- Blaze = Płomyk
|
||||||
- Cat = Kot
|
- Cat = Kot
|
||||||
- Cave Spider = Pająk jaskiniowy
|
- Cave Spider = Pająk Jaskiniowy
|
||||||
- Chicken = Kurczak
|
- Chicken = Kurczak
|
||||||
- Cod = Dorsz
|
- Cod = Dorsz
|
||||||
- Cow = Krowa
|
- Cow = Krowa
|
||||||
@ -35,8 +35,8 @@ Name:
|
|||||||
- Spider = Pająk
|
- Spider = Pająk
|
||||||
- Squid = Kałamarnica
|
- Squid = Kałamarnica
|
||||||
- Stray = Tułacz
|
- Stray = Tułacz
|
||||||
- Trader Llama = Lama handlarza
|
- Trader Llama = Lama Handlarza
|
||||||
- Tropical Fish = Ryba tropikalna
|
- Tropical Fish = Ryba Tropikalna
|
||||||
- Turtle = Żółw
|
- Turtle = Żółw
|
||||||
- Vex = Dręczyciel
|
- Vex = Dręczyciel
|
||||||
- Villager = Osadnik
|
- Villager = Osadnik
|
||||||
@ -49,4 +49,5 @@ Name:
|
|||||||
- Zombie Villager = Osadnik Zombie
|
- Zombie Villager = Osadnik Zombie
|
||||||
- Iron Golem = Żelazny Golem
|
- Iron Golem = Żelazny Golem
|
||||||
- Snow Golem = Bałwan
|
- Snow Golem = Bałwan
|
||||||
- Ender Dragon = Smok Kresu
|
- Ender Dragon = Smok Kresu
|
||||||
|
- Bee = Pszczoła
|
||||||
|
Loading…
Reference in New Issue
Block a user