Advertisement
Guest User

Permissions.yml

a guest
Jun 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Permissions | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # All permission nodes.
  8. permissions:
  9. # Use this to give a player all Staff+ permissions.
  10. # Take note that this will NOT give the player the "block" permission.
  11. # This also gives the player permission to toggle other player's vanish, staff mode, and etc.
  12. wild-card: "staff.*"
  13.  
  14. # Permission for blocking listed commands at "blocked-commands" and "blocked-mode-commands".
  15. block: "staff.block"
  16.  
  17. # Permission for clearing/getting player reports.
  18. report: "staff.report"
  19.  
  20. # Permission for bypassing reports.
  21. report-bypass: "staff.report.bypass"
  22.  
  23. # Permission for using "/warn" and clearing/getting player warnings.
  24. warn: "staff.warn"
  25.  
  26. # Permission for bypassing warnings.
  27. warn-bypass: "staff.warn.bypass"
  28.  
  29. # Permission for using staff chat.
  30. staff-chat: "staff.staffchat"
  31.  
  32. # Permission for using "/v total".
  33. vanish-total: "staff.vanish.total"
  34.  
  35. # Permission for using "/v list".
  36. vanish-list: "staff.vanish.list"
  37.  
  38. # Permission for using "/chat clear".
  39. chat-clear: "staff.chat.clear"
  40.  
  41. # Permission for using "/chat toggle".
  42. chat-toggle: "staff.chat.toggle"
  43.  
  44. # Permission for using "/chat slow".
  45. chat-slow: "staff.chat.slow"
  46.  
  47. # Permission for bypassing the word blacklist.
  48. blacklist: "staff.blacklist"
  49.  
  50. # Permission for managing tickets.
  51. tickets: "staff.tickets"
  52.  
  53. # Permission for receiving mention alerts.
  54. mention: "staff.alerts.mention"
  55.  
  56. # Permission for receiving name change alerts.
  57. name-change: "staff.alerts.namechange"
  58.  
  59. # Permission for receiving xray alerts.
  60. xray: "staff.alerts.xray"
  61.  
  62. # Permission for toggling staff mode.
  63. mode: "staff.mode"
  64.  
  65. # Permission for using the staff mode compass
  66. compass: "staff.compass"
  67.  
  68. # Permission for using the staff mode random teleport
  69. random-teleport: "staff.random-teleport"
  70.  
  71. # Permission for the staff mode GUI hub
  72. gui: "staff.gui"
  73.  
  74. # Permission for the staff mode counter GUI
  75. counter: "staff.counter"
  76.  
  77. # Permission for using freeze.
  78. freeze: "staff.freeze"
  79.  
  80. # Permission for bypassing freeze.
  81. freeze-bypass: "staff.freeze.bypass"
  82.  
  83. # Permission for initializing clicks per second tests
  84. cps: "staff.cps"
  85.  
  86. # Permission for using examine
  87. examine: "staff.examine"
  88.  
  89. # Permission for editing inventories with examine.
  90. examine-modify: "staff.examine.modify"
  91.  
  92. # Permission for using staff mode follow
  93. follow: "staff.follow"
  94.  
  95. # Permission for locking/unlocking the server.
  96. lockdown: "staff.lockdown"
  97.  
  98. # Permission for giving a player's previous inventory back.
  99. revive: "staff.revive"
  100.  
  101. # Permission for being noted as a staff member in the staff list command and for login.
  102. # This also excludes the player from being randomly teleported to!
  103. member: "staff.member"
  104.  
  105. # Permission for using "/strip".
  106. strip: "staff.strip"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement