Advertisement
Guest User

help.txt

a guest
Jul 5th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. #+================================+#
  2. #|+==============================+|#
  3. #|| ||#
  4. #|| PrefixTab+ ||#
  5. #|| by ||#
  6. #|| ImOfficialBrad ||#
  7. #|| ||#
  8. #|+==============================+|#
  9. #+================================+#
  10.  
  11. This is the same as the config.yml but tells you what to do.
  12.  
  13. #Change how nametags are displayed over your head.
  14. # Applicable options: ALWAYS, NEVER, HIDE_SAME_GROUP, HIDE_OTHER_GROUP
  15. NameTagHidden: ALWAYS
  16.  
  17.  
  18. #THIS OPTION AND THE BELOW OPTION CAN NOT BE USED TOGETHER!
  19.  
  20. #Enable this option to match the groups from here and your permissions plugin (REQUIRES VAULT)
  21. # If no matching group is found here and in the permissions plugin, the plugin will default to using permissions individually for each player.
  22. # (Ex. A player joins the server with the rank 'Default' and there is a rank of the same name,
  23. # the player will be given the prefix/suffix defined here)
  24. VaultGroupMatching: false
  25.  
  26. #THE BELOW TWO OPTIONS ARE IN BETA AND MAY NOT WORK APPROPRIATELY
  27. #Setting this to true will enable the plugin to get your prefix by
  28. #using your permissions plugin (e.g GroupManager, PEX)
  29. #NOTE: Before setting this to true, ensure rank prefixes
  30. #are 16 characters or less(this includes color codes),
  31. #and also ensure your server is running Vault.
  32.  
  33. GetPermPrefixes: false
  34.  
  35. #Set this to true to replace brackets in the prefixes, works with [], <>, () and {}.
  36. ReplaceBrackets: false
  37.  
  38. # You don't need to change these if the above 'GetPermPrefixes' is true.
  39.  
  40. # Define the default prefix/suffix a user will have if they do not have permission for any other ranks.
  41. Default:
  42. Prefix: '&7Member &r'
  43. Suffix: ''
  44.  
  45. List:
  46. Owner:
  47. Permission: 'rank.owner'
  48. Prefix: '&c&lOwner &c'
  49. Priority: 0
  50. Dev:
  51. Permission: rank.dev
  52. Prefix: '&6&lDev &6'
  53. Priority: 1
  54. HeadAdmin:
  55. Permission: 'rank.headadmin'
  56. Prefix: '&c&lHeadAdmin &c'
  57. Priority: 2
  58. Admin:
  59. Permission: 'rank.admin'
  60. Prefix: '&a&lAdmin &a'
  61. Priority: 3
  62. Trial-Admin:
  63. Permission: rank.trial-admin
  64. Prefix: '&b&lT-Admin &b'
  65. Priority: 4
  66. Mod:
  67. Permission: 'rank.mod'
  68. Prefix: '&d&lMod &1d'
  69. Priority: 5
  70. Trial-Mod:
  71. Permission: rank.trial-mod
  72. Prefix: '&1&lT-Mod &1'
  73. Priority: 6
  74. Default:
  75. Permission: 'rank.default'
  76. Prefix: '&7Member &r'
  77. Priority: 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement