START_OUTPUT_REFERRAL_TARGET
      referralTarget:
        lines: 2
        line-1: '&a [player] Thank you for letting us know who referred you.'
        line-2: '&a For doing this, you have been given [rewardString]'
END_OUTPUT_REFERRAL_TARGET

START_OUTPUT_KITS
      kit:
        lines: 3
        line-1: '&a Congratulations [player] !'
        line-2: '&a You have been on for [total]'
        line-3: '&a You have been rewarded a kit including:'
      kitelement:
        lines: 1
        line-1: '&a [quantity] [reward]'
END_OUTPUT_KITS

START_OUTPUT_VOTIFIER
      votifier:
        lines: 3
        line-1: '&a [player] your vote for [serverName] has been counted! '
        line-2: '&a You have been given [rewardString] as a thank you. '
        line-3: '&a Please remember to vote again tomorrow! '
END_OUTPUT_VOTIFIER

START_OUTPUT_BROADCAST
# Server Broadcasts
   broadcast:
      votifier:
        lines: 3
        line-1: '&e [player] has voted for [serverName]! '
        line-2: '&e and received [rewardString] as a thank you. '
        line-3: '&e You should too! '
      referralTarget:
        lines: 2
        line-1: '&e [player] Just told us who referred them to [serverName]'
        line-2: '&e For doing this, they have been given [rewardString]'
      group:
        lines: 1
        line-1: '&e [player] been auto-promoted to group [reward]'
      referred:
        lines: 3
        line-1: '&e [player] has successfully referred a friend to [serverName]'
        line-2: '&e And for doing so they received [rewardString]'
        line-3: '&e You should do the same!'
      topDaily:
        lines: 2
        line-1: '&e [player] was rewarded [rewardString]'
        line-2: '&e For being the # [topSpot] Player for [topPeriod]'
      topWeekly:
        lines: 2
        line-1: '&e [player] was rewarded [rewardString]'
        line-2: '&e For being the # [topSpot] Player for the week starting [topPeriod]'
      topMonthly:
        lines: 2
        line-1: '&e [player] was rewarded [rewardString]'
        line-2: '&e For being the # [topSpot] Player for the month starting [topPeriod]'
      topTotal:
        lines: 2
        line-1: '&e [player] was rewarded [rewardString]'
        line-2: '&e For being the # [topSpot] Player as of [topPeriod]'
        
# broadcast end
END_OUTPUT_BROADCAST

START_OUTPUT_DENIAL
      denial:
        lines: 1
        line-1: '&a [player] You have lost the permission: [reward]'
END_OUTPUT_DENIAL

START_OUTPUT_TIME
# Labels used for time output for 'ontime' and 'ontime <playerName>' commands
   time:
     seconds: ' Seconds'
     minutes: ' Min'
     hours: ' Hr'
     days: ' Day'
     na: ' Time N/A'
     indi: '(Individual)'
          
   scope:
     today: 'today'
     week: 'this week'
     month: 'this month'
     total: ''
#  
#  
# Output for when a player record is not found
   noOnTimeRecord:
     lines: 1
     line-1: 'There is no [serverName] record of a player named [player]'
#
# 
END_OUTPUT_TIME

START_CONFIG_REPORTFORMAT

# Report Storage sub-folder under /plugins/OnTime/
# '/' implies no sub-folder.  '/reports' is otherwise recommended
reportFolder: /

# Date format used in reports and in filename (if enabled below)
dateFilenameFormat: yyyy.MM.dd

# Enable date to be used in Report filenames (using format above)
dateInFilenameEnable: true
END_CONFIG_REPORTFORMAT

START_CONFIG_BROADCASTENABLE

# Enable if Reward Broadcast Messages should be sent to all online players
rewardBroadcastEnable: true
END_CONFIG_BROADCASTENABLE

START_CONFIG_VER8

# Set 'true' if running OnTime in a single-server MC environment, or if this is designated the 'primary' server in 
# a multi-server MC environment where servers are sharing one MySQL database.  In the multi-server environment there
# should be only ONE of the servers designated as 'primary'
primaryServer: true

# Enable if OnTime Messaging will be used
messagesEnable: true
END_CONFIG_VER8

START_CONFIG_VER9
 
# Enable if OnTime Welcome Messages are to be displayed
welcomeEnable: true
END_CONFIG_VER9

START_CONFIG_VER10

# Enable if OnTime should check for latest plugin version (from bukkitdev)
updateCheckEnable: true

# END ontime/config.yml
END_CONFIG_VER10

START_CONFIG_VER13

# Enable if referred by usage should be tracked using permission strings. If referredByEnable (above) is true and
# dataStoage (below) is YML, this *MUST* remain true for referredBy to function.
referredByPermTrackEnable: true

# Delay during OnTime enable to ensure it finished init AFTER vault, permissions, and econ plugins
# For most servers there is no need to change this (in seconds)
startupDelay: 0
END_CONFIG_VER13