Advertisement
LudnicaKiller

Untitled

Jun 16th, 2019
540
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 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. # Do you want to enable cracked vape detection ?
  22. EnableCrackedVapeDetection: true
  23. #----------------------------------------------------
  24.  
  25.  
  26. #----------BLOCK EVERYTHING EXCEPT VANILLA------------
  27. # these commands will be performed if HackedServer detects mods on a player
  28. # (with kick %p%, only players with minecraft vanilla / optifine or undetected will be able to connect).
  29. #
  30. # If you do not want to use it, leave the line like this:
  31. # EveryModificationsCommands: []
  32. # But if you wan to use it, add a line for each command, like this :
  33. # EveryModificationsCommands:
  34. #- "command 1"
  35. #- "command 2"
  36. #- "command 3"
  37. # etc
  38. #
  39. EveryModificationsCommands: []
  40. #- "kick %p% You are only allowed to use Vanilla/Optifine minecraft !"
  41. #
  42. # Same concept but for players for whom Hacked Server has not found anything
  43. NoModificationsCommands: []
  44. #- "kick %p% You are not allowed to use Vanilla/Optifine minecraft !"
  45. #----------------------------------------------------
  46.  
  47.  
  48. #--------------------FORGE'SMODS---------------------
  49. Forge:
  50.  
  51. # Different mods sorted by category
  52. Mods:
  53.  
  54. Blacklisted:
  55. - "FORGEWURST"
  56. - "WURST"
  57. - "HUZUNI"
  58. - "XRAY"
  59. - "SCHEMATICA"
  60. - "PERSPECTIVEMOD"
  61. - "AUTOGG"
  62. - "LEVEL_HEAD"
  63. - "AUTOTIP"
  64. - "CDABM"
  65. - "AUTOFRIEND"
  66. - "HYPIXELAUTOCOMPLETE"
  67. - "CFM"
  68. - "CDM"
  69. - "WORLDEDIT"
  70. - "AUTOWHO"
  71. - "QUICKPLAY"
  72.  
  73. Whitelisted:
  74. - "EXAMPLEMOD"
  75. - "FML"
  76. - "FORGE"
  77. - "MCP"
  78. - "MINECRAFT"
  79. - "MERCURIUS_UPDATER"
  80. - "ARMORSTATUSHUD"
  81. - "STATUSEFFECTHUD"
  82. - "BSPKRSCORE"
  83. - "PLAYERAPI"
  84. - "LUNATRIUSCORE"
  85. - "MOUSEDELAYFIX"
  86. - "SK1ER'S"
  87. - "HIDER"
  88. - "ENHANCEMENTS"
  89. - "MOTIONBLURMOD"
  90. - "OLDANIMATIONS"
  91. - "MEMORYFIX"
  92. - "TOGGLESNEAK"
  93. - "COMBODISPLAYMOD"
  94. - "CANELEXKEYSTROKES"
  95. - "DIRECTIONHUD"
  96. - "DAMAGEINDICATORSMOD"
  97. - "ORANGESIMPLEMOD"
  98. - "PROJECTL"
  99. - "KEYSTROKESMOD"
  100. - "TOROHEALTHMOD"
  101. - "SIDEBARMOD"
  102. - "FPSDISPLAYMOD"
  103. - "TIMECHANGER"
  104. - "TIMECHANGER1.8"
  105. - "CPSMOD"
  106. - "CUSTOMCROSSHAIRMOD"
  107. - "ANIMATIONS"
  108. - "XAEROMINIMAP"
  109. - "INGAMEACCOUNTSWITCHER"
  110. - "INGAMESERVERSWITCHER"
  111. - "BETTERSPRINTING"
  112. - "FPS-BOOSTER"
  113. - "LABYMOD"
  114. - "RENDERPLAYERAPI"
  115. - "TLAUNCHER_CUSTOM_CAPE_SKIN"
  116. - "ADVCAPE"
  117. - "WAYPOINTS"
  118. - "KEYMOD"
  119. - "FW"
  120. - "CT"
  121. - "ORANGETOGGLESPRINT"
  122. - "REACHDISPLAYMOD"
  123. - "PUBLICTOGGLECHAT"
  124. - "PACKDISPLAYMOD"
  125. - "BLOCKOVERLAY"
  126. - "GLINT-COLORIZER"
  127. - "RESOURCEPACKORGANIZER"
  128. - "CHROMAPARTICLESMOD"
  129.  
  130. # Actions to do when a player join with some forge's mods
  131. Actions:
  132.  
  133. # Enabled Placeholders in Commands and AlertMessage : %p%, %version%, %message%
  134.  
  135. # Actions to do when a player join with an unknown mod.
  136. Unknown:
  137. Priority: 1
  138. Color: GOLD
  139. ConsoleCommands: []
  140. OppedPlayerCommands: []
  141. Alert: true
  142. AlertMessage: "&c %p% &7koristi modove:&c %modsList%"
  143.  
  144. # Actions to do when a player join with a blacklisted mod.
  145. Blacklisted:
  146. Priority: 2
  147. Color: RED
  148. ConsoleCommands:
  149. - "kick %p% Izbrisite zabranjene modove: %modsList%"
  150. OppedPlayerCommands: []
  151. Alert: true
  152. AlertMessage: "&c %p% &7koristi zabranjene modove:&c %modsList%"
  153.  
  154. # Actions to do when a player join with a whitelisted mod.
  155. Whitelisted:
  156. Priority: 0
  157. Color: GREEN
  158. ConsoleCommands: []
  159. OppedPlayerCommands: []
  160. Alert: false
  161. AlertMessage: "&c %p% &7koristi dozvoljene modove:&c %modsList%"
  162.  
  163. #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)
  164. DisableFakeForgeHandshake: false
  165.  
  166. #----------------------------------------------------
  167.  
  168. #-----------OTHERS PLUGIN'S MESSAGES LISTENER---------
  169. Others:
  170.  
  171. # Working configuration of the listener for Labymod using the Labymod channel
  172. LabymodChannel:
  173. Channel: "LABYMOD"
  174. Labymod:
  175. ClientName: "Labymod"
  176. Actions:
  177. ConsoleCommands: []
  178. OppedPlayerCommands: []
  179. Alert: true
  180. AlertMessage: "&c %p% &7just logged in using &c%message%&7"
  181.  
  182. # Working configuration of the listener for Labymod V3 using the new Labymod channel
  183. LabymodV3Channel:
  184. Channel: "LMC"
  185. Labymod:
  186. ClientName: "Labymod V3"
  187. Actions:
  188. ConsoleCommands: []
  189. OppedPlayerCommands: []
  190. Alert: true
  191. AlertMessage: "&c %p% &7just logged in using &c%message%&7"
  192.  
  193. # Working configuration of the listener for 5ZigMod using the 5ZigMod channel
  194. 5zigModChannel:
  195. Channel: "5zig_Set"
  196. 5zig:
  197. ClientName: "5zig Mod"
  198. Actions:
  199. ConsoleCommands: []
  200. OppedPlayerCommands: []
  201. Alert: true
  202. AlertMessage: "&c %p% &7just logged in using &cThe 5zig Mod"
  203.  
  204. # Working configuration of the listener for PXMod using the PXMod channel
  205. PXModChannel:
  206. Channel: "PX|Version"
  207. PXMod:
  208. ClientName: "PX Mod"
  209. Actions:
  210. ConsoleCommands: []
  211. OppedPlayerCommands: []
  212. Alert: true
  213. AlertMessage: "&c %p% &7just logged in using &cPXMod %message%"
  214.  
  215. # Working configuration of the listener for BetterSprintingMod using the BetterSprintingMod channel
  216. BetterSprintingModChannel:
  217. Channel: "BSprint"
  218. PXMod:
  219. ClientName: "Better Sprinting"
  220. Actions:
  221. ConsoleCommands: []
  222. OppedPlayerCommands: []
  223. Alert: true
  224. AlertMessage: "&c %p% &7just logged in using &c%version%"
  225.  
  226. # Working configuration of the listener for Hyperium using the Hyperium channel
  227. Hyperium:
  228. Channel: "hyperium"
  229. Hyperium:
  230. ClientName: "Hyperium"
  231. Actions:
  232. ConsoleCommands: []
  233. OppedPlayerCommands: []
  234. Alert: true
  235. AlertMessage: "&c %p% &7just logged in using &c%version%"
  236.  
  237. # Working configuration of the listener for LiteLoader, Rift, Fabric & Forge using the MC|Brand channel
  238. McBrandChannel:
  239. Channels:
  240. - "MC|Brand"
  241. - "minecraft:brand"
  242.  
  243. Liteloader:
  244. ClientName: "LiteLoader"
  245. Contains: "LiteLoader"
  246. Actions:
  247. ConsoleCommands: []
  248. OppedPlayerCommands: []
  249. Alert: true
  250. AlertMessage: "&c %p% &7just logged in using &c%version%"
  251.  
  252. Rift:
  253. ClientName: "Rift"
  254. Contains: "rift"
  255. Actions:
  256. ConsoleCommands: []
  257. OppedPlayerCommands: []
  258. Alert: true
  259. AlertMessage: "&c %p% &7just logged in using &c%version%"
  260.  
  261. Fabric:
  262. ClientName: "Fabric"
  263. Contains: "fabric"
  264. Actions:
  265. ConsoleCommands: []
  266. OppedPlayerCommands: []
  267. Alert: true
  268. AlertMessage: "&c %p% &7just logged in using &c%version%"
  269.  
  270. Forge:
  271. ClientName: "Forge"
  272. Contains: "forge"
  273. Actions:
  274. ConsoleCommands: []
  275. OppedPlayerCommands: []
  276. Alert: true
  277. AlertMessage: "&c %p% &7just logged in using &c%version%"
  278.  
  279. # Working configuration of the listener for Forge Mod Loader using the FML|HS channel
  280. Forge:
  281. Channels:
  282. - "FML|HS"
  283. - "l:fmlhs"
  284. Forge:
  285. ClientName: "Forge Mod Loader"
  286. Actions:
  287. ConsoleCommands: []
  288. OppedPlayerCommands: []
  289. Alert: true
  290. AlertMessage: "&c %p% &7just logged in using &c%version%"
  291.  
  292. # Working configuration of the listener for some bypass versions of World Downloader using the empty channel
  293. EmptyChannel:
  294. Channel: ""
  295. WorldDownloader:
  296. ClientName: "World Downloader"
  297. Actions:
  298. ConsoleCommands:
  299. - "kick %p% §c§lWorld Downloader is not allowed"
  300. OppedPlayerCommands: []
  301. Alert: true
  302. AlertMessage: "&c %p% &7just tried to log in using &c%version%"
  303.  
  304. # Working configuration of the listener for World Downloader using the World Downloader channel
  305. WDLChannel:
  306. Channel: "WDL|INIT"
  307. WorldDownloader:
  308. Contains: "WDL"
  309. ClientName: "World Downloader"
  310. Actions:
  311. ConsoleCommands:
  312. - "kick %p% §c§lWorld Downloader is not allowed"
  313. OppedPlayerCommands: []
  314. Alert: true
  315. AlertMessage: "&c %p% &7just tried to log in using &c%version%"
  316.  
  317. # Working configuration of the listener for World Edit CUI using the WorldEditCUI channel
  318. WorldEditCUIChannel:
  319. Channel: "WECUI"
  320. WorldEditCUI:
  321. ClientName: "World Edit CUI"
  322. Actions:
  323. ConsoleCommands:
  324. - "kick %p% §c§lWorld Edit CUI is not allowed"
  325. OppedPlayerCommands: []
  326. Alert: true
  327. AlertMessage: "&c %p% &7just tried to log in using &c%version%"
  328.  
  329. # Working configuration of the listener for Vape (only with some cracked versions)
  330. Vape:
  331. Channel: "LOLIMAHCKER" # Pretty funny name for a backdoor
  332. WorldEditCUI:
  333. ClientName: "Vape"
  334. Actions:
  335. ConsoleCommands:
  336. - "kick %p% §c§lVape is not allowed"
  337. OppedPlayerCommands: []
  338. Alert: true
  339. AlertMessage: "&c %p% &7just tried to log in using &cCracked Vape %message%"
  340. #----------------------------------------------------
  341.  
  342.  
  343. #----------------------ADVANCED----------------------
  344. # This section is highly experimental and some things might not work perfectly!
  345. Advanced:
  346. #Show every custom payload sent by the players (useful in order to detect players)
  347. EnableHardLogging: false
  348. #----------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement