Add configurable faction enter/leave message

This commit is contained in:
Nick Porillo
2015-05-12 23:25:28 -04:00
parent d7067d3f27
commit 4e17d43c91
5 changed files with 11 additions and 10 deletions

View File

@@ -191,7 +191,7 @@ public interface FPlayer extends EconomyParticipator {
public boolean isInEnemyTerritory();
public void sendFactionHereMessage();
public void sendFactionHereMessage(Faction from);
/**
* Check if the scoreboard should be shown. Simple method to be used by above method.