mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-23 02:44:57 +00:00
Minor tweaks to default port, Heartbeat and blocked cmd's
This commit is contained in:
parent
524d4da9d8
commit
6f6fdb28bf
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ import org.bukkit.util.Vector;
|
|||
|
||||
public class TFM_PlayerListener implements Listener
|
||||
{
|
||||
private static final List<String> BLOCKED_MUTED_CMDS = Arrays.asList(StringUtils.split("say,me,msg,m,tell,r,reply,mail,email", ","));
|
||||
private static final int MSG_PER_HEARTBEAT = 10;
|
||||
public static int DEFAULT_PORT = 25565;
|
||||
public static final List<String> BLOCKED_MUTED_CMDS = Arrays.asList(StringUtils.split("say,me,msg,m,tell,r,reply,mail,email", ","));
|
||||
public static final int MSG_PER_HEARTBEAT = 10;
|
||||
public static final int DEFAULT_PORT = 25565;
|
||||
|
||||
@EventHandler(priority = EventPriority.HIGH)
|
||||
public void onPlayerInteract(PlayerInteractEvent event)
|
||||
|
|
Loading…
Reference in a new issue