Server administrators should be able to decide for how long player locations and tp tokens are valid.
Instead of being hardcoded
private final long cooldown = 86400 * 1000; // Milliseconds
private Integer max_tpback = 1440; // Number of MINUTES to keep
these values should be read from a configuration file.