Exemplo n.º 1
0
 public static String getDailyPlayTime(String targetPlayer) {
   double seconds = DataIO.getPlayerTimeData(targetPlayer, OnTimeAPI.data.TODAYPLAY) / 1000;
   return splitSeconds(seconds);
 }