You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
getPlugin().log("Island at " + Util.xyz(island.getCenter().toVector()) + " in world " + getWorld().getName() + " owned by " + getPlugin().getPlayers().getName(island.getOwner()) + " will be deleted");
290
+
getPlugin().log("Island at " + Util.xyz(island.getCenter().toVector()) + " in world " + getWorld().getName()
291
+
+ " owned by " + getPlugin().getPlayers().getName(island.getOwner())
292
+
+ " who last logged in " + formatLocalTimestamp(getPlugin().getPlayers().getLastLoginTimestamp(island.getOwner()))
293
+
+ " will be deleted");
294
+
}
295
+
296
+
/**
297
+
* Formats a millisecond timestamp into a human-readable string
298
+
* using the system's local time zone.
299
+
*
300
+
* @param millis the timestamp in milliseconds
301
+
* @return formatted string in the form "yyyy-MM-dd HH:mm"
0 commit comments