Advertisement
LeehamPastesStuff

PLHIDE

May 22nd, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. groups:
  2. #If no group is set via the permission plhide.group.<group> this will be applied
  3. #Do not rename the default group!
  4. default:
  5. #The list of commands whose execution will be blocked or only executable
  6. commands:
  7. - ver
  8. #If the value is blacklist, the commands in the "commands" list are blocked
  9. #If the value is whitelist, the commands in the "commands" list are only executable
  10. group-mode-commands: blacklist
  11. #The list of commands that will be removed from the tabcomplete or only visible
  12. tabcomplete:
  13. - ver
  14. #If the value is blacklist, the commands in the "tabcomplete" list are removed from the tab complete
  15. #If the value is whitelist, the commands in the "tabcomplete" list are only visible in the tab complete
  16. group-mode-tabcomplete: blacklist
  17. #If a player is in two groups, the group with the higher priority number is used
  18. #The minimum value is 0
  19. priority: 0
  20. #Message if you type a blocked command | Enter none to disable
  21. blocked-command-message: "Unknown command. Type \"/help\" for help."
  22. #Minecraft server names on which this group will be applied | all means on every server.
  23. #type /servers in Bungeecord to find out which servernames are available
  24. servers:
  25. - all
  26. #here you can add other groups
  27. #The group mode is taken from the main group, in this case the main group is "default"
  28. included-groups:
  29. - Test
  30.  
  31. #This group for example will remove and block all commands for the server lobby
  32. #add permission plhide.group.test to apply the group "Test"
  33. Test:
  34. commands: [ ]
  35. group-mode-commands: whitelist
  36. tabcomplete: [ ]
  37. group-mode-tabcomplete: whitelist
  38. servers:
  39. - lobby
  40. priority: 1
  41. blocked-command-message: "Unknown command. Type \"/help\" for help."
  42. included-groups: [ ]
  43.  
  44. member:
  45. #The list of commands whose execution will be blocked or only executable
  46. commands:
  47. - help
  48. - menu
  49. - hub
  50. - lobby
  51. - warp
  52. - bal
  53. #If the value is blacklist, the commands in the "commands" list are blocked
  54. #If the value is whitelist, the commands in the "commands" list are only executable
  55. group-mode-commands: whitelist
  56. #The list of commands that will be removed from the tabcomplete or only visible
  57. tabcomplete:
  58. - help
  59. - menu
  60. - hub
  61. - lobby
  62. - warp
  63. - bal
  64. #If the value is blacklist, the commands in the "tabcomplete" list are removed from the tab complete
  65. #If the value is whitelist, the commands in the "tabcomplete" list are only visible in the tab complete
  66. group-mode-tabcomplete: whitelist
  67. #If a player is in two groups, the group with the higher priority number is used
  68. #The minimum value is 0
  69. priority: 10
  70. #Message if you type a blocked command | Enter none to disable
  71. blocked-command-message: "Unknown command. Type \"/help\" for help."
  72. #Minecraft server names on which this group will be applied | all means on every server.
  73. #type /servers in Bungeecord to find out which servernames are available
  74. servers:
  75. - all
  76. #here you can add other groups
  77. #The group mode is taken from the main group, in this case the main group is "default"
  78. included-groups: []
  79.  
  80. minigames:
  81. #The list of commands whose execution will be blocked or only executable
  82. commands:
  83. - leave
  84. - l
  85. #If the value is blacklist, the commands in the "commands" list are blocked
  86. #If the value is whitelist, the commands in the "commands" list are only executable
  87. group-mode-commands: whitelist
  88. #The list of commands that will be removed from the tabcomplete or only visible
  89. tabcomplete:
  90. - leave
  91. - l
  92. #If the value is blacklist, the commands in the "tabcomplete" list are removed from the tab complete
  93. #If the value is whitelist, the commands in the "tabcomplete" list are only visible in the tab complete
  94. group-mode-tabcomplete: whitelist
  95. #If a player is in two groups, the group with the higher priority number is used
  96. #The minimum value is 0
  97. priority: 4
  98. #Message if you type a blocked command | Enter none to disable
  99. blocked-command-message: "Unknown command. Type \"/help\" for help."
  100. #Minecraft server names on which this group will be applied | all means on every server.
  101. #type /servers in Bungeecord to find out which servernames are available
  102. servers:
  103. - minigames
  104. #here you can add other groups
  105. #The group mode is taken from the main group, in this case the main group is "default"
  106. included-groups: member
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement