START_CONFIG_VER4

# Cool down Period (in seconds) The time a player must wait between purchases made with sign shops
# (When a shop is used for promotions, it is recommended that this be set to 5 seconds because a duplicate
# purchase can happen before an initial purchase propagates to the permissions plugin.)
# (Set to zero for no cool down)
coolDown: 0
END_CONFIG_VER4

START_CONFIG_VER3

# Shop Sign Configuration / Messages
shop:
# The title will be put automatically at the top of each sign
   pointShopTitle: 'Point Shop'
   econShopTitle: 'Server Shop'
   
# Message displayed to user on unsuccessful purchase   
   error: 'Purchase unsuccessful'
END_CONFIG_VER3

START_CONFIG_VER2
#
# Sign Auto-Refresh Interval (in minutes)
# Set to 0 for NO auto-refresh
refreshRate: 10
#
#
# Color Codes
# Note when using color on signs, the color codes take up 4 characters of the 15 characters on a line
# so, if your playernames or other info is getting clipped, you may want to remove the color coding
# 
#  &0	Black
#  &1	Dark Blue
#  &2	Dark Green
#  &3	Dark Aqua
#  &4	Dark Red
#  &5	Dark Purple
#  &6	Gold
#  &7	Gray
#  &8	Dark Gray
#  &9	Blue
#  &a	Green
#  &b	Aqua
#  &c	Red
#  &d 	Light Purple
#  &e	Yellow
#  &f	White
#
# "Player" Sign Configurations
#
player:
   status:
      online: '&aONLINE'
      offline: '&4OFFLINE'
      afk: '&cAFK'
   playerColor: '&0'
   timeColor: '&0'
   
# "Top" Sign Configurations
# Example: For players with the most total OnTime
#
# Line1: #1 Player (rankingColor applied to '##')
# Line2: Of All Time
# Line3: <PlayerName>    (playerColor applied)
# Line4: dd D hh H mm M  (timeColor applied)

top:
# Settings for the first line of TOP signs
   rankingColor: '&c' 
   play: '&0Player'
   vote: '&0Voter'
   refer: '&0Referrer'
   
# Settings for the second line of TOP Signs
   total: '&0Of All Time'
   today: '&0today'
   week: '&0this week'
   month: '&0this month'
   
# Settings for the third line of TOP Signs
   playerColor: '&0'
   noPlayer: '&0Nobody'   
   
# Settings for the fourth line of TOP Signs
   timeCountColor: '&0'
   voteCount: "&0votes"
   referCount: "&0refs"  
   noData: "&0N/A" 

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