Advertisement
Guest User

Untitled

a guest
Mar 31st, 2018
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 9.89 KB | None | 0 0
  1. #KaliAntiHack by Royendero
  2. #If you have a problem or bug, sendme a PM in spigot!
  3. #No distribute this plugin, or your id will disabled for use this plugin.
  4. #
  5. #If the server has this TPS, the antihack will be disabled.
  6. mintps: 18
  7. #Enable sounds
  8. sounds: true
  9. #Permission for give the alerts.
  10. chatlistener: 'kalix.chat'
  11. hovertextalerts: '&7Map: <map>'
  12. #Command click
  13. commandtextalerts: '/tp <player>'
  14. commandspermission:
  15. #Permission for /kah log <player>
  16.   log: 'kali.command.log'
  17. #Permission for /kag enable
  18.   antihackenable: 'kali.command.enable'
  19. #Permission for /kag disable, only KillAura, Speed, Fly, etc will be disabled. IPs and command protection no.
  20.   antihackdisable: 'kali.command.disable'
  21. recap:
  22. #Permission for use /recap
  23.   permission: 'kali.recap'
  24.   recapcommandtextalerts: '/kah recap <id>'
  25.   recaphovertextalerts: '&7Map: <map>, recap: <id>'
  26. #20 TICKS = 1 seg, time to record the replay.
  27.   recapviewticks: 50
  28. #If the player execute /kah recap, will be executed first this commands.
  29.   recapcmds:
  30.    - '/gamemode 1'
  31.     - '/v'
  32. #Never disable the antihack (unload or reload) with ONLY PLUGMAN PLUGIN.
  33. neverdisableantihack: true
  34. fastbow:
  35. #Use fastbow alerts
  36.   use: true
  37. #Autoban fastbow
  38.   useautoban: true
  39. #Sensibility. If the player has 7 hidden alerts, the alert 8 are showed.
  40.   alert: 7
  41. #If the player has 14 alerts (7 hidden and 7 showed) will be banned.
  42.   autoban: 14
  43. #Permission if you want bypass this alerts.
  44.   bypass: 'kali.bypass.fastbow'
  45. autoclicker:
  46.   use: true
  47.   useautoban: true
  48. #Register clicks if are more than 15
  49.   mindetect: 15
  50. #If the player has 5 registers more than 15, alert.
  51.   timesmorethanmin: 5
  52. #Min ping for no alerts.
  53.   minping: 300
  54. #If the players has more than 19 registers, will be banned.
  55.   preparingautoban: 19
  56.   bypass: 'kali.bypass.autoclicker'
  57. killaura:
  58.   use: true
  59.   useautoban: true
  60. #If the player hit other player in this distance, will be registered.
  61.   distance: 4.5
  62.   distancecombo: 5.3
  63. #If the player has 6 registers, the 7 will be alerted.
  64.   alerthits: 6
  65.   alerthitscombo: 11
  66.   minhitsban: 14
  67.   minhitscomboban: 20
  68.   minping: 300
  69.   bypass: 'kali.bypass.killaura'
  70. flyspeed:
  71.   use: true
  72.   useautoban: true
  73.   flyminsensibility: 7
  74.   flytimesreachsensibilityban: 3
  75.   speedminsensibility: 9
  76.   speedtimesreachsensibilityban: 4
  77.   bypassspeed: 'kali.bypass.speed'
  78.   bypassfly: 'kali.bypass.fly'
  79. jumpbot:
  80.   use: true
  81.   useautoban: true
  82. #If the player has 3 alerts, will be banned.
  83.   minalertsban: 3
  84.   bypass: 'kali.bypass.jumpbot'
  85. spider:
  86.   use: true
  87.   useautoban: true
  88.   minalertsban: 3
  89.   bypass: 'kali.bypass.spider'
  90. ipprotection:
  91. #Enable IP protection, use custom IPS
  92.   usecustomips: true
  93. #Write ALL ips that you want when a player join to the server.
  94. #Include all ipsstaff too.
  95. #Format: - 'ipnumberorletters.net:PORT'
  96.   joinips:
  97.    - 'miserver.net:25565'
  98.     - 'miServer.net:25565'
  99.     - '192.168.1.1:25565'
  100. #Use ips only for staff
  101.   useipstaff: true
  102.   ipstaff:
  103. #Name of this group
  104.     owner:
  105. #Ip that the players can join with this permission.
  106. #If your domain are: google.com you can write ips like this:
  107. #goOgle.cOm, GOOGLE.COM, Google.Com, GooGle.CoM, eeeetc.
  108. #Create your own IP for the staff, with uppercase and lowercase ;)
  109.       ip: 'miip.net'
  110.       port: 25565
  111.       permission: kali.staff.owner
  112. #If the player try connect with this permission, but the ip are different, kick with this message.
  113. #For example: My IPStaff are "BADlioN.net", and a hacker try connect to my server
  114. #with a ip different that "BADlioN.net", the hacker will be kicked.
  115.       kickmsg:
  116.        - ''
  117.         - '&cYou dont allowed to join to owners ip.'
  118.         - '&cDont hack my server.'
  119.         - ''
  120. #New group for admin.
  121.     admin:
  122.       ip: 'miIP.nEt'
  123.       port: 25565
  124.       permission: kali.staff.admin
  125.       kickmsg:
  126.        - ''
  127.         - '&cYou dont allowed to join to admin ip.'
  128.         - '&cDont hack my server.'
  129.         - ''
  130. #You can create infinite groups!
  131. #    developer:
  132. #      ip: 'MIIP.nEt'
  133. #      port: 25565
  134. #      permission: kali.staff.developer
  135. #      kickmsg:
  136. #        - ''
  137. #        - '&cYou dont allowed to join to developer ip.'
  138. #        - '&cDont hack my server.'
  139. #        - ''
  140. anticrash:
  141. #Enable anticrashcmds protection
  142.   anticrashcmdsuse: true
  143. #If the player execute a command similar to this, will be alerted.
  144.   anticrashcmds:
  145.    - '//calc for'
  146.     - '/worldedit://calc for'
  147.     - '/worldedit:/calc for'
  148.     - '//calculate for'
  149.     - '/worldedit://calculate for'
  150.     - '/worldedit:/calculate for'
  151.     - '//eval for'
  152.     - '/worldedit://eval for'
  153.     - '/worldedit:/eval for'
  154.     - '//evaluate for'
  155.     - '/worldedit://evaluate for'
  156.     - '/worldedit:/evaluate for'
  157.     - '//solve for'
  158.     - '/worldedit://solve for'
  159.     - '/worldedit:/solve for'
  160. #Enable AntiCrash with clientes (Jigsaw, etc). REQUIRE ProtocolLib
  161.   anticrashclient: true
  162. #PermissionsEX protection. ONLY WORKS WITH PEX IN THIS MOMENT.
  163. #If you purchase the plugin and use other plugin than PEX, sendme a private message: @Royendero1
  164. pexprotection:
  165. #If the player change the group, will be banned the executer and the accomplice.
  166.   groupset:
  167. #Enable protection
  168.     enabled: true
  169. #If the executer change anyone of this groups, will be banned.
  170.     grouptoban:
  171.      - owner
  172.       - admin
  173.     servercommands:
  174.      - 'ban <executer> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  175.       - 'ban <accomplice> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  176. #If the player add * permission, will be banned the executer and the accomplice.
  177.   add*:
  178.     enabled: true
  179.     servercommands:
  180.      - 'ban <executer> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  181.       - 'ban <accomplice> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  182. #If the player delete a group, will be banned.
  183.   groupdelete:
  184.     enabled: true
  185.     servercommands:
  186.      - 'ban <player> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  187. protection:
  188. #If the player give op to other player, will be banned the executer and the accomplice.
  189.   op:
  190.     enabled: true
  191.     servercommands:
  192.      - 'ban <executer> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  193.       - 'ban <accomplice> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  194. #If the player delete a world will be banned.
  195. #If the player execute /mv delete <world>, need execute other command.
  196. #Need execute /mv confirm, but the command "/mv confirm" are disabled for this antihack.
  197. #If execute /mv confirm, will be banned, but if execute the command configurated on
  198. #"replacemvconfirm", the world will be deleted. Use a secret command (replace for /mv confirm).
  199.   mvdelete:
  200.     enabled: true
  201.     replacemvconfirm: '/kalimv confirm'
  202.     servercommands:
  203.      - 'ban <player> &c&lProtected by &9&lKali&b&lAntiHack&c&l!\n &a&lDeveloped by Royendero'
  204. #Command for remove alerts when a staff join to the server.
  205. commandclearalerts: '/clearkalialerts'
  206. permissioncommandclearalerts: kali.clearcmds
  207. mailalert:
  208.   use: true
  209. #IF YOU DONT KNOWN THAT IS IT, DONT TOUCH
  210.   smtp: 'smtp.gmail.com:587'
  211. #Your email of the sender.
  212.   email: 'youremail@gmail.com'
  213. #Your password of the sender.
  214.   pass: 'yourpasswd'
  215. #Want show debug on console?
  216.   debug: true
  217. #Title of the mail
  218.   title: 'KaliAntiHack'
  219. #Subitle of the mail
  220.   subtitle: 'Dangerous command.'
  221.   to: 'Me'
  222. #IF YOU DONT KNOWN THAT IS IT, DONT TOUCH
  223.   type1: 'Content-Type'
  224. #IF YOU DONT KNOWN THAT IS IT, DONT TOUCH
  225.   type2: 'text/html'
  226. #HTML format of the email when 1 player are banned.
  227. #Variables: %date%, %player%, %cmd%
  228.   htmloneplayerbanned: '<html><head><title>KaliAntiHack</title></head><body bgcolor=#C0F5FF><center><b><font size="5"><p style="color:#868600">%date%</p></font><hr size="2px" color="black" /><p style="color:#0086A1">Hello sir: <br>The player %player% tried to execute a dangerous command:</p><font size="5"><p style="color:#7A7A7A">%cmd%<br></p></font><br><br><img src="https://visage.surgeplay.com/full/512/%player%" width=100 height=150><hr size="2px" color="black"/><p style="color:#005A61">Dont worry. This player has been banned permanently.<br>This is just a warning. Have a nice day.</p><br><br><hr size="2px" color="black"/><font size="5"><p style="color:#005A61">KaliAntiHack by:</p></font><p style="color:#A51B28";>Royendero</p><img src="https://visage.surgeplay.com/head/512/Royendero" width=100 height=100><p style="color:#BABABA";><i>~ Developer of KaliAntiHack, ArenaPvP+ and UHRC.</i><br><a href="https://twitter.com/royendero">@Royendero<br></p></b></center></body></html>'
  229. #HTML format of the email when 2 players are banned.
  230. #Variables: %date%, %player%, %player2%, %cmd%
  231.   htmltwoplayersbanned: '<html><head><title>KaliAntiHack</title></head><body bgcolor=#C0F5FF><center><b><font size="5"><p style="color:#868600">%date%</p></font><hr size="2px" color="black" /><p style="color:#0086A1">Hello sir: <br>The player %player% tried to execute a dangerous command with the player %player2%:</p><font size="5"><p style="color:#7A7A7A">%cmd%<br></p></font><br><br><img src="https://visage.surgeplay.com/full/512/%player%" width=100 height=150><img src="https://visage.surgeplay.com/full/512/%player2%" width=100 height=150><hr size="2px" color="black"/><p style="color:#005A61">Dont worry. This players has been banned permanently.<br>This is just a warning. Have a nice day.</p><br><br><hr size="2px" color="black"/><font size="5"><p style="color:#005A61">KaliAntiHack by:</p></font><p style="color:#A51B28";>Royendero</p><img src="https://visage.surgeplay.com/head/512/Royendero" width=100 height=100><p style="color:#BABABA";><i>~ Developer of KaliAntiHack, ArenaPvP+ and UHRC.</i><br><a href="https://twitter.com/royendero">@Royendero<br></p></b></center></body></html>'
  232.   datevariable: "dd/MM/yyyy HH:mm:ss"
  233. #Mails from the staff
  234.   tomails:
  235.    - 'miserverstaff123@gmail.com'
  236. #    - 'youcanaddinfinites@gmail.com'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement