forked from winnie/MinePanel
first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package de.winniepat.minePanel.persistence;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public record PlayerActivity(
|
||||
UUID uuid,
|
||||
long firstJoined,
|
||||
long lastSeen,
|
||||
long totalPlaytimeSeconds,
|
||||
long totalSessions,
|
||||
long currentSessionStart,
|
||||
String lastIp,
|
||||
String lastCountry
|
||||
) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user