WhaleWatchers: fix phoenix necklace breaking

This commit is contained in:
Kyle
2019-12-05 21:18:34 +00:00
committed by GitHub
parent eba140c8a5
commit 0b2b62aa76

View File

@@ -60,7 +60,7 @@ import org.apache.commons.lang3.ObjectUtils;
@Singleton
public class WhaleWatchersPlugin extends Plugin
{
private static final String BROKEN_PNECK_MESSAGE = "Your phoenix necklace heals you, but is destroyed in the process.";
private static final String BROKEN_PNECK_MESSAGE = "<col=ef1020>Your phoenix necklace heals you, but is destroyed in the process.</col>";
boolean protectItemOverlay = false;
int damageDone = 0;
int damageTaken = 0;
@@ -326,4 +326,4 @@ public class WhaleWatchersPlugin extends Plugin
this.gloryWarning = config.gloryWarning();
this.pneckBreak = config.pneckBreak();
}
}
}