import.yml

# import.yml
# This file is NOT auto generated by OnTime, but instead is created as output from some other plugin, database, or hand-edited file.
# This file can have any name since the name is specified as part of the /ontime import command.
#
# There are only two key components to this file, the setting of the units (seconds or miliseconds), and the (playername,time) data pairs.
#
# Time unit:  Depending on if the original source is expressed in units of "minutes", "seconds" or "millis" (milliseconds);  (If no 'timeUnit' is specified or some other error is made, seconds will be used by default.)
#
timeUnit: seconds

#
#
# The list of players must follow the 'players:' keyword.  Indented two spaces, followed by "-" and another space.
# the player name and their 'total OnTime' must be separated by a comma "," but must NOT include any spaces.
# This list can be of any length.
#
players:
  - player1,12345
  - player2,67890