Only send frostwalker message every 10 seconds

This commit is contained in:
Kakifrucht
2016-06-12 01:49:33 +02:00
committed by Trent Hensler
parent a7aeb26fd0
commit 5721473a16
3 changed files with 21 additions and 1 deletions

View File

@@ -41,6 +41,10 @@ public interface FPlayer extends EconomyParticipator {
public void setAutoLeave(boolean autoLeave);
public long getLastFrostwalkerMessage();
public void setLastFrostwalkerMessage();
public void setMonitorJoins(boolean monitor);
public boolean isMonitoringJoins();