Examples of PlayerTrackerType


Examples of com.forgeessentials.playerlogger.types.PlayerTrackerType

    {
      if (exempt(e.player))
      {
        return;
      }
      new PlayerTrackerType(PlayerTrackerType.Types.Login, e.player, "");
    }
  }
View Full Code Here

Examples of com.forgeessentials.playerlogger.types.PlayerTrackerType

    {
      if (exempt(e.player))
      {
        return;
      }
      new PlayerTrackerType(PlayerTrackerType.Types.Logout, e.player, "");
    }
  }
View Full Code Here

Examples of com.forgeessentials.playerlogger.types.PlayerTrackerType

    {
      if (exempt(e.player))
      {
        return;
      }
      new PlayerTrackerType(PlayerTrackerType.Types.ChangedDim, e.player, "");
    }
  }
View Full Code Here

Examples of com.forgeessentials.playerlogger.types.PlayerTrackerType

    {
      if (exempt(e.player))
      {
        return;
      }
      new PlayerTrackerType(PlayerTrackerType.Types.Respawn, e.player, "");
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.