####################################
#+================================+#
#|+==============================+|#
#||                              ||#
#||        TablistPrefix         ||#
#||             by               ||#
#||       GrimReaper52498        ||#
#||                              ||#
#||   Request by SkilledKevin25  ||#
#|+==============================+|#
#+================================+#
####################################

Thank you for downloading and using TablistPrefix!

This is the same as the config.yml but commented to give you a better idea of what everything does.


#Allows me to collect anonymous statistics
Metrics: true

#Should the plugin check to see if a new version is available via Spigot?
UpdateCheck: true
#If the above is true how often should we check for an update? (in seconds!)
UpdateCheckTime: 1800


#Change how nametags are displayed over your head.
# Applicable options: ALWAYS, NEVER, HIDE_SAME_GROUP, HIDE_OTHER_GROUP
NameTagHidden: ALWAYS


#THIS OPTION AND THE BELOW OPTION CAN NOT BE USED TOGETHER!

#Enable this option to match the groups from here and your permissions plugin (REQUIRES VAULT)
# If no matching group is found here and in the permissions plugin, the plugin will default to using permissions individually for each player.
# (Ex. A player joins the server with thr rank 'Donor' and there is a rank of the samename
#        the player will be given the prefix/suffix defined here)
VaultGroupMatching: false

#THE BELOW TWO OPTIONS ARE IN TESTING AND MAY NOT WORK APPROPRIATELY
#Setting this to true will enable the plugin to get your prefix by
#using your permissions plugin (e.g GroupManager, PEX)
#NOTE: Before setting this to true, ensure rank prefixes
#are 16 characters or less(this includes color codes),
#and also ensure your server is running Vault.

GetPermPrefixes: false

#Set this to true to replace brackets in the prefixes, works with [], <>, () and {}.
ReplaceBrackets: false

#You dont need to change these if the above 'GetPermPrefixes' is true`

# Define the default prefix/suffix a user will have if they do not have permission for any other ranks.
Default:
   Prefix: '&7Member &r'
   Suffix: ''

List:
   Owner:
      Permission: 'rank.owner'
      Prefix: '&4Owner &r'
      Priority: 0
   CoOwner:
      Permission: 'rank.coowner'
      Prefix: '&4CoOwner &r'
      Priority: 1
   HeadAdmin:
      Permission: 'rank.headadmin'
      Prefix: '&cHeadAdmin &r'
      Priority: 2
   Admin:
      Permission: 'rank.admin'
      Prefix: '&cAdmin &r'
      Priority: 3
   HeadMod:
      Permission: 'rank.headmod'
      Prefix: '&aHeadMod &r'
      Priority: 4
   Mod:
      Permission: 'rank.mod'
      Prefix: '&3Mod &r'
      Priority: 5
   Helper:
      Permission: 'rank.helper'
      Prefix: '&bHelper &r'
      Priority: 6
   Builder:
      Permission: 'rank.builder'
      Prefix: '&dBuilder &r'
      Priority: 7
   Developer:
      Permission: 'rank.developer'
      Prefix: '&aDev &r'
      Priority: 8
   Default:
      Permission: 'rank.default'
      Prefix: '&7Member &r'
      Priority: 9
   Donor1:
      Permission: 'rank.donor.coal'
      Prefix: 'Coal &r'
      Priority: 9
