Added 2.2.0 perms to plugin.yml
 Updated tab complete to filter by first letter
 Added PotionCount to tab complete
 Check if sync enabled before initiating runnable - instead of after - reducing overhead if disabled
 
 By Request: Randomly available quests - A broadcast message will be sent when the server detects or changes the quests available. Number of quests available and cool down are configurable.
 
 New config options:
 
 config.yml
 
 
 
  Code (Text):
 
 
 
  
 Quests:
  
   # Enables randomly available quests
  
   Random: false
  
   # Number of quests randomly available
  
   Available: 2
  
   # Cool down before new quests are available - server wide - seconds
  
   CoolDown: 86400
  
   # If using MySQL - One server must have this enabled to use Quest Random Available across server networks
  
   # If this is enabled - every server will select and change the available quests when the timer is met
  
   # For SQLite users - Leave enabled
  
   Master: true
  
 MySQL:
  
   # Quest Random table - only used if random is enabled
  
   random_table: random