Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. # -- copy and paste more in, then just edit --
  2.  
  3. # paste in section where needed to add another rank.
  4. # change rank name.
  5. # then edit inheritance with rank above.
  6. # then add permission nodes.
  7. # then change prefix.
  8. # then change multihome sets.
  9.  
  10. # --- New Section ---
  11.  
  12. # default3: <- (edit to new rank)
  13. # inheritance:
  14. # - default2 <- (change name to rank above)
  15. # options:
  16. # prefix: '&8[&2Default3&8] &7' <- (edit to new rank name and color)
  17. # permissions:
  18. # - essentials.sethome.multiple.default3 <- (edit to new rank name)
  19.  
  20. groups:
  21. default:
  22. options:
  23. default: true
  24. prefix: '&8[&eDefault&8] &7' # <- (edit &e to whatever color of choice)
  25. permissions:
  26. - essentials.sethome.multiple.default # <- (sets homeset , set in essentials)
  27. - essentials.sethome
  28. - essentials.home
  29. - essentials.delhome
  30. - essentials.kit
  31. - essentials.kits.tools
  32. - essentials.tpdeny
  33. - essentials.tpahere
  34. - essentials.tpaccept
  35. - essentials.tpa
  36. - essentials.spawn
  37. - essentials.rules
  38. - essentials.msg
  39. - essentials.motd
  40. - essentials.helpop
  41. - essentials.compass
  42. - essentials.afk
  43. - essentials.balancetop
  44. - essentials.balance
  45. - essentials.pay
  46. - essentials.help
  47. - modifyworld.*
  48. worlds: [] # <- (adds per world plugin command use or disable -> - -essentials.fly)
  49. default1:
  50. inheritance:
  51. - default
  52. options:
  53. prefix: '&8[&cDefault1&8] &7'
  54. permissions:
  55. - essentials.sethome.multiple.default1
  56. # new section can go here
  57. default2:
  58. inheritance:
  59. - default1
  60. options:
  61. prefix: '&8[&2Default2&8] &7'
  62. permissions:
  63. - essentials.sethome.multiple.default2
  64. # new section can go here
  65. helper:
  66. inheritance:
  67. - default2
  68. options:
  69. prefix: '&8[&cHelper&8] &6'
  70. permissions:
  71. - essentials.fly
  72. - essentials.fly.safelogin
  73. - essentials.sethome.multiple.helper
  74. mod:
  75. inheritance:
  76. - helper # <- (will be able to use all helpers permission nodes)
  77. options:
  78. prefix: '&8[&cMod&8] &6'
  79. permissions:
  80. - essentials.sethome.multiple.mod
  81. admin:
  82. inheritance:
  83. - mod
  84. options:
  85. prefix: '&8[&cAdmin&8] &6'
  86. permissions:
  87. - essentials.sethome.multiple.admin
  88. - permissions.*
  89. owner:
  90. inheritance:
  91. - admin
  92. options:
  93. prefix: '&8[&6Owner&8] &c'
  94. permissions: []
  95. schema-version: 1
  96. users:
  97. 79c743c5-2df4-4e0a-9b3d-9edb7e490475:
  98. group:
  99. - default
  100. options:
  101. name: Buzz1971
  102. permissions: []
  103. 0a8167e2-06b5-47fc-88e5-be3bc89cf57e:
  104. group:
  105. - default
  106. options:
  107. name: PateZN13
  108. permissions: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement