Class | Description |
---|---|
BaseUser |
Represents user information stored in plan_users.
|
GeoInfo |
Data class that contains information about IP and Geolocation.
|
GMTimes |
TimeKeeper class that tracks the time spent in each GameMode based on Playtime.
|
Ping | |
PlayerDeath | Deprecated
Use
PlayerKill instead. |
PlayerKill |
This class is used to store data about a player kill inside the UserInfo
object.
|
Session |
DataContainer for information about a player's play session.
|
TimeKeeper |
Abstract class for keeping track of time spent in each state.
|
TPS |
Class containing single datapoint of TPS / Players online / CPU Usage / Used Memory / Entity Count / Chunks loaded.
|
UserInfo |
Represents user information stored in plan_user_info.
|
WorldTimes |
Class that tracks the time spent in each World based on GMTimes.
|