Advertisement
MrJayse

Untitled

Mar 19th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. permissions:
  2. booscooldowns.exception:
  3. description: Player wont be affected by plugin at all (no warmups, no cooldowns, no prices, no limits, no aliases).
  4. default: false
  5. booscooldowns.norestriction:
  6. description: Player wont be affected by restrictions but will be affected by aliases(no warmups, no cooldowns, no prices, no limits).
  7. default: false
  8. children:
  9. booscooldowns.noprice: true
  10. booscooldowns.nocooldown: true
  11. booscooldowns.nowarmup: true
  12. booscooldowns.nolimit: true
  13. booscooldowns.noitemcost: true
  14. booscooldowns.noxpcost: true
  15. booscooldowns.nocancel.move:
  16. description: Players warmups will not be canceled by moving, even if it's turned on.
  17. default: false
  18. booscooldowns.nocancel.damage:
  19. description: Players warmups will not be canceled by damage, even if it's turned on.
  20. default: false
  21. booscooldowns.nocancel.sneak:
  22. description: Players warmups will not be canceled by sneaking, even if it's turned on.
  23. default: false
  24. booscooldowns.nocancel.sprint:
  25. description: Players warmups will not be canceled by sprinting, even if it's turned on.
  26. default: false
  27. booscooldowns.nocancel.gamemodechange:
  28. description: Players warmups will not be canceled by changing gamemode, even if it's turned on.
  29. default: false
  30. booscooldowns.dontblock.interact:
  31. description: Players interaction will not be blocked during warmup, even if it's turned on.
  32. default: false
  33. booscooldowns.noprice:
  34. description: Players commands will always be free of charge.
  35. default: false
  36. booscooldowns.noprice./command:
  37. description: Command "/command" will not be affected by price for users with this permission.
  38. default: false
  39. booscooldowns.noitemcost:
  40. description: Players commands will always be free of charge (items).
  41. default: false
  42. booscooldowns.noitemcost./command:
  43. description: Command "/command" will not be affected by item cost for users with this permission.
  44. default: false
  45. booscooldowns.noxpcost:
  46. description: Players commands will always be free of charge (XP).
  47. default: false
  48. booscooldowns.noxpcost./command:
  49. description: Command "/command" will not be affected by xp cost for users with this permission.
  50. default: false
  51. booscooldowns.noplayerpoints:
  52. description: Players commands will always be free of charge (PlayerPoints).
  53. default: false
  54. booscooldowns.noplayerpoints./command:
  55. description: Command "/command" will not be affected by price for users with this permission (PlayerPoints).
  56. default: false
  57. booscooldowns.nocooldown:
  58. description: Player wont be affected by cooldowns.
  59. default: false
  60. booscooldowns.nocooldown./command:
  61. description: Command "/command" will not be affected by cooldown for users with this permission.
  62. default: false
  63. booscooldowns.nowarmup:
  64. description: Player wont be affected by warmups.
  65. default: false
  66. booscooldowns.nowarmup./command:
  67. description: Command "/command" will not be affected by warmup for users with this permission.
  68. default: false
  69. booscooldowns.nolimit:
  70. description: Player wont be affected by limiting.
  71. default: false
  72. booscooldowns.start.cooldowns.death.exception:
  73. description: Player's cooldowns wont be started on death.
  74. default: false
  75. booscooldowns.nolimit./command:
  76. description: Command "/command" will not be affected by limits for users with this permission.
  77. default: false
  78. booscooldowns.reload:
  79. description: Player can use "/booscooldowns reload" to reload config file.
  80. default: op
  81. booscooldowns.clear.uses.death:
  82. description: Players uses (limit-uses=how many times playr can still use command) are cleared on death (must be enabled in config file too!).
  83. default: false
  84. booscooldowns.clear.cooldowns.death:
  85. description: Players cooldowns are cleared on death (must be enabled in config file too!).
  86. default: false
  87. booscooldowns.list.limits:
  88. description: Player can use "/booscooldowns limits" to see limits and how many times he can still use commands.
  89. default: true
  90. booscooldowns.set:
  91. description: Users with this can use "/booscooldowns set" command.
  92. default: op
  93. booscooldowns.signs.player.use:
  94. description: Player can use boosCooldowns signs (marked as player on second line).
  95. default: false
  96. booscooldowns.signs.server.use:
  97. description: Player can use boosCooldowns signs (marked as server on second line).
  98. default: false
  99. booscooldowns.signs.player.place:
  100. description: Player can place/create boosCooldowns signs (marked as player on second line).
  101. default: false
  102. booscooldowns.signs.server.place:
  103. description: Player can place/create boosCooldowns signs (marked as server on second line). !!WARNING!! With this permission, player can create sign with commands that are run as if used from console!
  104. default: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement