Advertisement
PreciseKill

Untitled

Apr 2nd, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. # _____ _ _____ _ #
  3. # | __ \ | | / ____| | | _ #
  4. # | |__) |__ _ _ __ | | _| | __ _ __ __ _ _ __ | |_ _| |_ #
  5. # | _ // _` | '_ \| |/ / | |_ | '__/ _` | '_ \| __|_ _| #
  6. # | | \ \ (_| | | | | <| |__| | | | (_| | | | | |_ |_| #
  7. # |_| \_\__,_|_| |_|_|\_\\_____|_| \__,_|_| |_|\__| #
  8. # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  9. # |
  10. # RANKS CONFIGURATION FILE FOR RANKGRANT+ BY DEMENG7215 #
  11. # This is where you can customize basically everything that has to do with ranks in RankGrant+. #
  12. # Everything in this file should be clearly explained. For questions, use the support options.
  13. # Thank you for using RankGrant+!
  14.  
  15. # Do not edit this value.
  16. config-version: 1
  17.  
  18. # Should RankGrant+ automatically search through your permissions plugin and list all ranks in the /grant GUI?
  19. auto-list-ranks: false
  20.  
  21. # If the setting above is "true", what will each button be in terms of visuals?
  22. default-format:
  23. item: "NETHER_STAR"
  24. name: "&2%rank%"
  25. lore:
  26. - "&f&m "
  27. - "&aClick to grant &f%target% &athe &f%rank% &arank."
  28. - "&f&m "
  29.  
  30. # This is a very important configuration section if you DO NOT WANT TO AUTO-LIST RANKS.
  31. # This is where you list all your ranks and customize each rank item in the GUI.
  32. # To add a rank, simply start a new configuration section by the name of the group in your permission plugin.
  33. # Then, fill out the slot, item, name, lore, and special permission required to grant this rank.
  34. ranks:
  35. MEDIA:
  36. slot: 1
  37. item: "LIGHT_BLUE_WOOL"
  38. name: "&b&lMedia"
  39. lore:
  40. - "&bYou are a special guest."
  41. - "&bTake the rank as a gift."
  42. permission: "group.media"
  43. MODERATOR:
  44. slot: 2
  45. item: "PURPLE_WOOL"
  46. name: "&5&lModerator"
  47. lore:
  48. - "&cStaff Rank"
  49. - "&cEnjoy it!"
  50. permission: "group.mod"
  51. SR.MOD:
  52. slot: 3
  53. item: "GREEN_WOOL"
  54. name: "&2&lSr.Mod"
  55. lore:
  56. - "&cA little bit higher staff rank"
  57. - "&cEnjoy it!"
  58. permission: "group.srmod"
  59. ADMIN:
  60. slot: 4
  61. item: "RED_WOOL"
  62. name: "&c&lAdmin"
  63. lore:
  64. - "&cAdministrator of the server."
  65. - "&cHigh staff position!"
  66. permission: "group.admin"
  67. MANAGER:
  68. slot: 5
  69. item: "CYAN_WOOL"
  70. name: "&3&lManager"
  71. lore:
  72. - "&cManager rank"
  73. - "&cEnjoy it!"
  74. permission: "group.manager"
  75. CO.OWNER:
  76. slot: 6
  77. item: "ORANGE_WOOL"
  78. name: "&6&lCo.Owner"
  79. lore:
  80. - "&cAlmost the owner."
  81. - "&cEnjoy the rank!"
  82. permission: "group.coowner"
  83. OWNER:
  84. slot: 7
  85. item: "REDSTONE"
  86. name: "&e&lOwner"
  87. lore:
  88. - "&cOwner of the sevrer"
  89. permission: "group.owner"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement