Advertisement
Guest User

Untitled

a guest
Sep 25th, 2018
684
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.79 KB | None | 0 0
  1. # This configuration supports color codes with the character '&' or '§'
  2. #
  3. #--------------------PLACEHOLDERS--------------------
  4. # %p% => player's name
  5. # %modsList% => a part of the modList (whitelisted mods for example)
  6. # %message% => plugin message sent by the client (for example with forge it is the modlist, with labymod it is the labymod's version)
  7. # %version% => the configuration section of the detected client/mod/version (for example : Example123 or Labymod)
  8. #----------------------------------------------------
  9.  
  10.  
  11. #------------------------MISC------------------------
  12. # Change the plugin's prefix
  13. Prefix: "&8[&cHackedServer&8] "
  14.  
  15. # Enable a player's mod log when he logs in on the server ?
  16. Logs: true
  17.  
  18. # Do you want to save logs in the log folder ?
  19. SaveLogs: true
  20. #----------------------------------------------------
  21.  
  22.  
  23. #----------BLOCK EVERYTHING EXCEPT VANILLA------------
  24. # these commands will be performed if HackedServer detects mods on a player
  25. # (with kick %p%, only players with minecraft vanilla / optifine or undetected will be able to connect).
  26. #
  27. # If you do not want to use it, leave the line like this:
  28. # EveryModificationsCommands: []
  29. # But if you wan to use it, add a line for each command, like this :
  30. # EveryModificationsCommands:
  31. #- "command 1"
  32. #- "command 2"
  33. #- "command 3"
  34. # etc
  35. #
  36. EveryModificationsCommands: []
  37. - "kick %p% You are only allowed to use Vanilla/Optifine minecraft !"
  38. #
  39. # Same concept but for players for whom Hacked Server has not found anything
  40. NoModificationsCommands: []
  41. #- "kick %p% You are not allowed to use Vanilla/Optifine minecraft !"
  42. #----------------------------------------------------
  43.  
  44.  
  45. #--------------------FORGE'SMODS---------------------
  46. Forge:
  47.  
  48. Whitelisted: []
  49.  
  50. Blacklisted:
  51. - "FORGEWURST"
  52. - "WURST"
  53. - "HUZUNI"
  54. - "XRAY"
  55. - "FML"
  56. - "FORGE"
  57. - "MCP"
  58. - "MINECRAFT"
  59. - "MERCURIUS_UPDATER"
  60.  
  61. # Actions to do when a player join with some forge's mods
  62. Actions:
  63.  
  64. # Enabled Placeholders in Commands and AlertMessage : %p%, %version%, %message%
  65.  
  66. # Actions to do when a player join with a whitelisted mod.
  67. Whitelisted:
  68. ConsoleCommands: []
  69. OppedPlayerCommands: []
  70. Alert: false
  71. AlertMessage: "&c %p% is using the following whitelisted mods : %modsList%"
  72.  
  73. # Actions to do when a player join with an unknown mod.
  74. Unknown:
  75. ConsoleCommands: []
  76. OppedPlayerCommands: []
  77. Alert: true
  78. AlertMessage: "&c %p% is using the following unknown mods : %modsList%"
  79.  
  80. # Actions to do when a player join with a blacklisted mod.
  81. Blacklisted:
  82. ConsoleCommands:
  83. - "kick %p% The following mods : %modsList% are not allowed on this server !"
  84. OppedPlayerCommands: []
  85. Alert: true
  86. AlertMessage: "&c %p% is using the following blacklisted mods : %modsList%"
  87.  
  88. #Activate if you want to disable the fake forge handshake which allows to recover the forge modlist of the players (useful if all you players use bungeecord)
  89. DisableFakeForgeHandshake: false
  90.  
  91. #----------------------------------------------------
  92.  
  93. #-----------OTHERS PLUGIN'S MESSAGES LISTENER---------
  94. Others:
  95.  
  96. # Working configuration of the listener for Labymod using the Labymod channel
  97. LabymodChannel:
  98. Channel: "LABYMOD"
  99. Labymod:
  100. ClientName: "Labymod"
  101. Actions:
  102. ConsoleCommands: []
  103. OppedPlayerCommands: []
  104. Alert: true
  105. AlertMessage: "&c %p% &7just logged in using &c%message%&7 !"
  106.  
  107. # Working configuration of the listener for 5ZigMod using the 5ZigMod channel
  108. 5zigModChannel:
  109. Channel: "5zig_Set"
  110. 5zig:
  111. ClientName: "5zig Mod"
  112. Actions:
  113. ConsoleCommands: []
  114. OppedPlayerCommands: []
  115. Alert: true
  116. AlertMessage: "&c %p% &7just logged in using \"&cThe 5zig Mod&7\" !"
  117.  
  118. # Working configuration of the listener for PXMod using the PXMod channel
  119. PXModChannel:
  120. Channel: "PX|Version"
  121. PXMod:
  122. ClientName: "PX Mod"
  123. Actions:
  124. ConsoleCommands: []
  125. OppedPlayerCommands: []
  126. Alert: true
  127. AlertMessage: "&c %p% &7just logged in using \"&cPXMod %message%&7 !"
  128.  
  129. # Working configuration of the listener for BetterSprintingMod using the BetterSprintingMod channel
  130. BetterSprintingModChannel:
  131. Channel: "BSprint"
  132. PXMod:
  133. ClientName: "Better Sprinting"
  134. Actions:
  135. ConsoleCommands: []
  136. OppedPlayerCommands: []
  137. Alert: true
  138. AlertMessage: "&c %p% &7just logged in using \"&c%version%&7\" !"
  139.  
  140. # Working configuration of the listener for LiteLoader & Forge using the MC|Brand channel
  141. McBrandChannel:
  142. Channel: "MC|Brand"
  143.  
  144. Liteloader:
  145. ClientName: "LiteLoader"
  146. Contains: "LiteLoader"
  147. Actions:
  148. ConsoleCommands: []
  149. OppedPlayerCommands: []
  150. Alert: true
  151. AlertMessage: "&c %p% &7just logged in using \"&c%version%&7\" !"
  152.  
  153. Forge:
  154. ClientName: "Forge"
  155. Contains: "forge"
  156. Actions:
  157. ConsoleCommands: []
  158. OppedPlayerCommands: []
  159. Alert: true
  160. AlertMessage: "&c %p% &7just logged in using \"&c%version%&7\" !"
  161.  
  162. # Working configuration of the listener for some bypass versions of World Downloader using the empty channel
  163. EmptyChannel:
  164. Channel: ""
  165. WorldDownloader:
  166. ClientName: "World Downloader"
  167. Actions:
  168. ConsoleCommands:
  169. - "kick %p% §c§lWorld Downloader is not allowed !"
  170. OppedPlayerCommands: []
  171. Alert: true
  172. AlertMessage: "&c %p% &7just tried to log in using \"&c%version%&7\" !"
  173.  
  174. # Working configuration of the listener for World Downloader using the World Downloader channel
  175. WDLChannel:
  176. Channel: "WDL|INIT"
  177. WorldDownloader:
  178. Contains: "WDL"
  179. ClientName: "World Downloader"
  180. Actions:
  181. ConsoleCommands:
  182. - "kick %p% §c§lWorld Downloader is not allowed !"
  183. OppedPlayerCommands: []
  184. Alert: true
  185. AlertMessage: "&c %p% &7just tried to log in using \"&c%version%&7\" !"
  186.  
  187. # Working configuration of the listener for World Edit CUI using the WorldEditCUI channel
  188. WorldEditCUIChannel:
  189. Channel: "WECUI"
  190. WorldEditCUI:
  191. ClientName: "World Edit CUI"
  192. Actions:
  193. ConsoleCommands:
  194. - "kick %p% §c§lWorld Edit CUI is not allowed !"
  195. OppedPlayerCommands: []
  196. Alert: true
  197. AlertMessage: "&c %p% &7just tried to log in using \"&c%version%&7\" !"
  198.  
  199. # Example configuration of the listener for an example client/version/mod
  200.  
  201. #The name of the configuration section (you can use what you want, it is not important)
  202. ExampleSectionName:
  203.  
  204. #The channel name sent by the client that HackedServer will intercept
  205. Channel: "EXAMPLE CHANNEL"
  206.  
  207. #The name of the subsection (because you can detect differents clients/mods/versions on the same channel)
  208. ExampleSubSectionName:
  209.  
  210. #It is a condition : if the message sent by the client contains this text, HackedServer will read the rest of this subsection
  211. Contains: "I'm using ExampleClient"
  212.  
  213. #The client name that HackedServer will display in its messages
  214. ClientName: "ExampleClient"
  215.  
  216. #Actions to do when a player join with this client/mod/version
  217. Actions:
  218.  
  219. #Enabled Placeholders in Commands and AlertMessage : %p%, %version%, %message%
  220.  
  221. #Commands you want to be performed by the Console
  222. ConsoleCommands:
  223. - "kill %p%"
  224.  
  225. #Commands you want to be performed by the player (as an op)
  226. OppedPlayerCommands: []
  227.  
  228. #Enable alerts for players who have permission hackedserver.alert
  229. Alert: true
  230.  
  231. #Alert message to send if enabled
  232. AlertMessage: "&c %p% &7sent the plugin message \"&c%message%&7\" using the version &c%version%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement