232425262728293031
public NoCheatPlayerImpl(Player player, NoCheat plugin) { this.player = player; this.plugin = plugin; this.data = new DataStore(); this.history = new ExecutionHistory(); this.lastUsedTime = System.currentTimeMillis(); }