mirror of
https://github.com/zeshan321/ActionHealth.git
synced 2025-03-10 13:49:07 +01:00
Removed debug message
This commit is contained in:
parent
5a7d7b60a9
commit
14a6f54bb8
@ -72,4 +72,7 @@ Look Distance: 10
|
||||
Can See: true
|
||||
|
||||
# Hide action health if entity has invisible potion on.
|
||||
Invisible Potion: true
|
||||
Invisible Potion: true
|
||||
|
||||
# Hide if entity is in spectator mode.
|
||||
Spectator Mode: true
|
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: ActionHealth
|
||||
main: com.zeshanaslam.actionhealth.Main
|
||||
version: 3.1.8
|
||||
version: 3.1.9
|
||||
softdepend: [MVdWPlaceholderAPI]
|
||||
commands:
|
||||
Actionhealth:
|
||||
|
@ -83,7 +83,6 @@ public class HealthUtil {
|
||||
|
||||
if (plugin.settingsManager.blacklist.contains(name)) return null;
|
||||
|
||||
System.out.println(entity.getName());
|
||||
if (plugin.settingsManager.stripName) name = ChatColor.stripColor(name);
|
||||
if (plugin.settingsManager.translate.containsKey(entity.getName()))
|
||||
name = plugin.settingsManager.translate.get(entity.getName());
|
||||
|
Loading…
Reference in New Issue
Block a user