Advertisement
Guest User

Kits and Group

a guest
Jun 10th, 2016
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Essential kits
  2.  
  3. # Note: All items MUST be followed by a quantity!
  4. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  5. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  6. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  7. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  8. # Set delay to -1 for a one time kit.
  9. # For more information, visit http://wiki.ess3.net/wiki/Kits
  10. kits:
  11. Once:
  12. delay: -1
  13. items:
  14. - 265 32
  15. - 266 64
  16. - 264 10
  17. - 419 1
  18. - 52 1
  19. - 383:55 1
  20. Guest:
  21. delay: 3600
  22. items:
  23. - 272 1
  24. - 273 1
  25. - 274 1
  26. - 275 1
  27. - 298 1
  28. - 299 1
  29. - 300 1
  30. - 301 1
  31. Member:
  32. delay: 3600
  33. items:
  34. - 267 1
  35. - 256 1
  36. - 257 1
  37. - 258 1
  38. - 306 1
  39. - 307 1
  40. - 308 1
  41. - 309 1
  42. color:
  43. delay: 6000
  44. items:
  45. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  46.  
  47. Group manager Guest code
  48.  
  49. # Group inheritance
  50. #
  51. # Any inherited groups prefixed with a g: are global groups
  52. # and are inherited from the GlobalGroups.yml.
  53. #
  54. # Groups without the g: prefix are groups local to this world
  55. # and are defined in the this groups.yml file.
  56. #
  57. # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
  58.  
  59. groups:
  60. Guest:
  61. default: true
  62. permissions:
  63. - essentials.kit
  64. - essentials.kit.once
  65. - essentials.kit.guest
  66. - essentials.back
  67. - essentials.tpaccept
  68. - afk.auto
  69. - balance
  70. - balance.others
  71. - balancetop
  72. - build
  73. - bukkit.help
  74. - chat.color
  75. - chat.format
  76. - chat.question
  77. - chat.shout
  78. - essentials.delhome
  79. - essentials.
  80. - essentials.afk
  81. - essentials.msg
  82. - essentials.help
  83. - essentials.home
  84. - essentials.sethome
  85. - essentials.spawn
  86. - essentials.tpa
  87. - lockette.user.*
  88. - essentials.rules
  89. - essentials.warp
  90. inheritance: []
  91. info:
  92. build: true
  93. prefix: '&7[&7Guest&7]'
  94. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement