Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/03/25 in all areas

  1. Here, taken from my quester public int getSecondsLeftTeleportHome() { int lastTeleport = getConfigs().get(892); long lastTeleportSeconds = (long) lastTeleport * 60; Instant teleportExpireInstant = Instant.ofEpochSecond(lastTeleportSeconds).plus(Duration.ofMinutes(30)); Duration remainingTime = Duration.between(Instant.now(), teleportExpireInstant); return (int) remainingTime.getSeconds(); }
    1 point
  2. anybody else notice a problem with portal mining while using colossal pouch? it fills pouch then empties it having full inv and barely anything in pouch, resulting in less crafted runes.
    1 point
×
×
  • Create New...