Advertisement
Guest User

Untitled

a guest
May 21st, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. # eZProtector | Version 4.2.1
  2. # To see what are the placeholders available to you, read the information page here: https://git.io/vpDio
  3.  
  4. # Here you can modify the prefix of the plugin.
  5. prefix: '&7[&aeZProtector&7]&f'
  6.  
  7. # If enabled, you'll get a message in console that the plugin is outdated.
  8. updater: true
  9.  
  10. # If set to true, when a mod is blocked it will be logged to the console.
  11. log-blocked-mods: false
  12.  
  13. # This feature blocks tab completion! (with various features added to it)
  14. tab-completion:
  15. blocked: false
  16. warn:
  17. # If this option is set to true and a player holds the Tab key, they'll be spammed with the message below
  18. enabled: true
  19. message: '%prefix% &cYou don''t have permission to tab-complete commands.'
  20. notify-admins:
  21. # If this is set to true, players with notify permissions will also get spammed if a player holds the Tab key.
  22. enabled: true
  23. message: '%prefix% %player% tried to tab-complete a command. &4(%command%)'
  24. punish-player:
  25. # This shouldn't really be necessary, but it's here for convenience. It's not recommended to punish a player for pressing the Tab key in the chat!
  26. enabled: false
  27. command: 'kick %player% %errormessage%'
  28.  
  29. # This blocks players from using commands such as /bukkit:help or /essentials:warp, since they can use that to bypass various protections.
  30. hidden-syntaxes:
  31. blocked: true
  32. error-message: '%prefix% &cThat syntax is forbidden.'
  33. notify-admins:
  34. enabled: true
  35. message: '%prefix% %player% tried to do a command with a hidden syntax. &4(%command%)'
  36. punish-player:
  37. enabled: false
  38. command: 'kick %player% %errormessage%'
  39.  
  40. # This option allows you to set a custom list of plugins that will be shown if players do /plugins
  41. # This will *not* work if you add the plugins command to the blocked commands list.
  42. custom-plugins:
  43. enabled: false
  44. plugins: Fully, Custom, Plugins
  45. # If the enabled option above is set to false, this message will be shown instead.
  46. error-message: '%prefix% &4You are not allowed to see this server''s plugin list.'
  47. notify-admins:
  48. enabled: true
  49. message: '%prefix% %player% tried to do the command &4%command%'
  50. # The punish feature will only work if you have the custom-plugins feature set to false.
  51. punish-player:
  52. enabled: false
  53. command: 'kick %player% %prefix% You don''t have permission to do this. (%command%)'
  54.  
  55. # Same deal as with the custom plugins above, but for the version command!
  56. # It shows up as "This server is running server version Custom Version"
  57. custom-version:
  58. enabled: false
  59. version: "Custom Version"
  60. # If the enabled option above is set to false, this message will be shown instead.
  61. error-message: '%prefix% &4You are not allowed to see this server''s version.'
  62. notify-admins:
  63. enabled: true
  64. message: '%prefix% %player% tried to do the command &4%command%'
  65. # The punish feature will only work if you have the custom-version feature set to false.
  66. punish-player:
  67. enabled: false
  68. command: 'kick %player% %prefix% You don''t have permission to do this. (%command%)'
  69.  
  70. # This option allows you to block any command you wish! Just add it to the list to
  71. custom-commands:
  72. blocked: false
  73. error-message: '%prefix% You don''t have permission to do this. &4(%command%)'
  74. commands:
  75. - a
  76. - about
  77. - icanhasbukkit
  78. #- pl # These two commands are handled by the customized plugins section, so you don't need to add them here!
  79. #- plugins
  80. #- ver # These two commands are handled by the customized version section, so you don't need to add them here!
  81. #- version
  82. - '?'
  83. - plugman list
  84. - command_without_slash
  85. notify-admins:
  86. enabled: true
  87. message: '%prefix% &e%player% &btried to do the command &e%command%'
  88. punish-player:
  89. enabled: false
  90. command: 'kick %player% %errormessage%'
  91.  
  92. # If you add commands to this list, only players in the bypassed-players list will be able to use them.
  93. opped-player-commands:
  94. blocked: false
  95. error-message: '%prefix% This command can only be executed from the console. &4(%command%)'
  96. commands:
  97. - ezp
  98. - reload
  99. - featherboard resetconfig
  100. - command_without_slash
  101. bypassed-players:
  102. - Notch
  103. notify-bypassed-players:
  104. enabled: true
  105. message: '%prefix% Opped player %player% tried to do &4%command%'
  106. punish-player:
  107. enabled: false
  108. command: 'kick %player% %errormessage%'
  109.  
  110. # This section allows you to block various mods (and even punish players for some of them!)
  111. mods:
  112. 5zig:
  113. block: true
  114. # This option also blocks Xaero's Minimap!
  115. betterpvp:
  116. block: true
  117. bettersprinting:
  118. block: true
  119. damageindicators:
  120. block: true
  121. forge:
  122. block: true
  123. warning-message: '&4WARN &c- &f%player% tried to join with the Forge mod, but failed.'
  124. punish-command: kick %player% &4The Forge mod is not allowed.
  125. liteloader:
  126. block: true
  127. warning-message: '&4WARN &c- &f%player% tried to join with the LiteLoader mod, but failed.'
  128. punish-command: kick %player% &4The LiteLoader mod is not allowed.
  129. reiminimap:
  130. block: true
  131. schematica:
  132. block: true
  133. smartmoving:
  134. block: true
  135. voxelmap:
  136. block: true
  137.  
  138. # This is the end of the config! Yay!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement