Advertisement
Oliinyk

plhide issues

Jul 1st, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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. - MrOilMan
  5. - OilMan
  6. #If you try to Op someone who isn't in the list
  7. op-message: "&cТааак, зачекай!&f Цього гравця нема в дозволених для ОПу! &7(Plugin: PL-Hide)"
  8. #Players who are operators and are not in the list can't connect and will be deop'ed.
  9. unauthorized-operator-kick-message: '&cТааак, зачекай!&f Тобі не дозволено тут бути оператором!'
  10.  
  11. #Message if you type a blocked command | Enter none to disable
  12. blocked-command-message: "&8// Невідома команда. Може, спробуй &7/help&8?"
  13. #Message shown if you type /pl | Enter none to disable | Players with the permission plhide.bypass will see the real plugins
  14. /pl-message: 'Plugins (3): &aНе&f, &aтвоя&f, &aсправа'
  15.  
  16. #Stay on the newest version to get better features!
  17. #Enable or disable automatic ingame update notification on join
  18. update-notify: true
  19.  
  20. groups:
  21. #if no group is set via plhide.group.<group> this will be applied
  22. #do not rename the default group!
  23. #blocked commands will be automatically removed from the tabcompletion
  24. default:
  25. commands:
  26. - help
  27. - me
  28. - msg
  29. - tell
  30. - tps
  31. - kill
  32. #- ver
  33. #- version
  34. #- about
  35. #- bukkit
  36. #- icanhasbukkit
  37. #- help
  38. #- '?'
  39. #- me
  40. #- minecraft:me
  41. #- minecraft:help
  42. #- bukkit:?
  43. #- bukkit:help
  44. #- plugins
  45. #- pl
  46. #- bukkit:pl
  47. #- bukkit:plugins
  48. #- bukkit:ver
  49. #- bukkit:version
  50. #- bukkit:about
  51. ##The plugin commands
  52. #- pl-hide:plhide
  53. #- plhide
  54. #If the value is blacklist, the commands are blocked and invisible
  55. #If the value is whitelist, the commands only executable and visible
  56. group-mode: whitelist
  57. #If a player is in two groups, the group with the higher priority number is used
  58. #The minimum value is 0
  59. priority: 0
  60. #here you can add other groups
  61. #The group mode is taken from the main group, in this case the main group is "default"
  62. included-groups:
  63. - Test
  64.  
  65. #This group for example will remove and block all commands
  66. #add permission plhide.group.test to apply this group
  67. Test:
  68. commands: []
  69. group-mode: whitelist
  70. priority: 1
  71. included-groups: []
  72.  
  73. showthis:
  74. commands:
  75. - help
  76. - me
  77. - msg
  78. - tps
  79. - kill
  80. group-mode: whitelist
  81. priority: 2
  82. included-groups: []
  83.  
  84.  
  85. #Don't change
  86. version: "1.3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement