Advertisement
Red_Jheyson

Untitled

Jun 30th, 2018
1,359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.61 KB | None | 0 0
  1. # Disable message when players enter and exit the server?
  2. BukkitDisableJoinLeaveMessages: true
  3.  
  4. # Block list of DeathBot proxies
  5. BloquearIpsDeathBot: true
  6.  
  7. # Block nicknames from DeathBot (Nicks.txt)
  8. BloquearNicksDeathBot: true
  9.  
  10. # Enable Anti VPN / Proxy? (Works 70% of the time)
  11. AtivarAntiVPN: true
  12.  
  13. # Creator: I thank you if you leave this true :)
  14. DeixarMaisEficiente: true
  15.  
  16. # Enable Protection with Time?
  17. # If you start an attack bot the System activates the protection
  18. # And leave it active for a period of time
  19. # In this period only
  20. # More than a minute on the server can enter and exit
  21. # Without being accused of bot to the system!
  22. ProtecaoPorTempo: true
  23.  
  24. # Maximum of logins per second for Activation of Time Protection
  25. maxLoginsPorSegundo: 4
  26.  
  27. # Nicks whitelist that the antibot ignores
  28. WhitelistNicks:
  29. - JH3Y50N
  30.  
  31. # IPs whitelist that the antibot ignores
  32. WhitelistIP:
  33. - 127.0.0.1
  34.  
  35. # Kick messages
  36. mensagens:
  37.   prefix: "&7[&aJH_AntiBot&7] &r"
  38.  
  39.   # You need 'ProtectionProblems: true' to work!
  40.   QuandoIniciadoUmAttackBot: "&cAnti Bot Detected a possevel attack bot on server and started protection for time!"
  41.  
  42.   kickIpBloqueado:
  43.  - '&c&lJH_AntiBot'
  44.   - ''
  45.   - '&cYour IP is blocked from entering our server'
  46.   - '&cFor if a possible proxy / VPN!'
  47.   kickNickBloqueado:
  48.  - '&c&lJH_AntiBot'
  49.   - ''
  50.   - '&cYour username is on our blacklist'
  51.   - '&cso you should change nick'
  52.   kickProtecaoPorTempo:
  53.  - '&c&lJH_AntiBot'
  54.   - ''
  55.   - '&cWe are receiving many logins per second'
  56.   - '&cpotentially a bot attack'
  57.   - '&cwe are protected &aON'
  58.   - '&ctry logging in again in a few moments!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement