Advertisement
DeleteMetaInf

PL-Hide config

Jan 20th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. #OP-protection: Player can only be op'ed if they are in the "allowed-operators" list
  2. op-protection: true
  3. allowed-operators:
  4. - DelMetaInf
  5. #If you try to Op someone who isn't in the list
  6. op-message: "&cThat player isn’t a listed operator!"
  7. #Players who are operators and are not in the list can't connect and will be deop'ed.
  8. unauthorized-operator-kick-message: '&cYou are not allowed to be an operator.'
  9.  
  10. #If true Op's bypasses the commandblock, tabcomplete and can use plhide commands
  11. op-can-use-plugin: true
  12.  
  13. #Message if you type a blocked command | none for DISABLE
  14. blocked-command-message: "&fUnknown command. Type help for help."
  15. #Message shown if you type /pl
  16. /pl-message: 'Plugins (0): testing!'
  17.  
  18. #Stay on the newest version to get better features!
  19. #Enable or disable automatic ingame update notification on join
  20. update-notify: true
  21.  
  22.  
  23.  
  24. #the listed commands have to exist
  25. #!if the command is not registered via bukkit it's not possible to list them!
  26. custom-tab: false
  27. tab:
  28. - example1
  29. - example2
  30.  
  31. groups:
  32. #if no group is set via plhide.group.<group> this will be applied
  33. #do not rename the default group!
  34. default:
  35. commands:
  36. - ver
  37. - version
  38. - about
  39. - bukkit
  40. - icanhasbukkit
  41. - help
  42. - '?'
  43. - me
  44. - minecraft:me
  45. - minecraft:help
  46. - bukkit:?
  47. - bukkit:help
  48. - pl
  49. - bukkit:pl
  50. - bukkit:plugins
  51. - bukkit:ver
  52. - bukkit:version
  53. - bukkit:about
  54. #The plugin commands
  55. - pl-hide:plhide
  56. - plhide
  57. should-list-block: true
  58. #here you can add other groups
  59. #only the same group type will be applied (should-list-block)
  60. included-groups:
  61. - Test
  62. #add permission plhide.group.blockcommands to apply this group
  63. blockcommands:
  64. commands:
  65. # plugin commands
  66. - pl
  67. - plugins
  68. - bukkit:pl
  69. - bukkit:plugins
  70. should-list-block: true
  71. included-groups:
  72. - none
  73.  
  74.  
  75. #Don't change
  76. version: "1.0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement