Advertisement
Guest User

ranks.yml

a guest
Apr 2nd, 2020
417
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.owner"
  43.  
  44. MODERATOR:
  45. slot: 2
  46. item: "PURPLE_WOOL"
  47. name: "&5&lModerator"
  48. lore:
  49. - "&cStaff Rank"
  50. - "&cEnjoy it!"
  51. permission: "group.owner"
  52. SR.MOD:
  53. slot: 3
  54. item: "GREEN_WOOL"
  55. name: "&2&lSr.Mod"
  56. lore:
  57. - "&cA little bit higher staff rank"
  58. - "&cEnjoy it!"
  59. permission: "group.owner"
  60. ADMIN:
  61. slot: 4
  62. item: "RED_WOOL"
  63. name: "&c&lAdmin"
  64. lore:
  65. - "&cAdministrator of the server."
  66. - "&cHigh staff position!"
  67. permission: "group.owner"
  68. MANAGER:
  69. slot: 5
  70. item: "CYAN_WOOL"
  71. name: "&3&lManager"
  72. lore:
  73. - "&cManager rank"
  74. - "&cEnjoy it!"
  75. permission: "group.owner"
  76. CO.OWNER:
  77. slot: 6
  78. item: "ORANGE_WOOL"
  79. name: "&6&lCo.Owner"
  80. lore:
  81. - "&cAlmost the owner."
  82. - "&cEnjoy the rank!"
  83. permission: "group.owner"
  84. OWNER:
  85. slot: 7
  86. item: "REDSTONE"
  87. name: "&e&lOwner"
  88. lore:
  89. - "&cOwner of the sevrer"
  90. permission: "group.owner"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement