Advertisement
Red_Jheyson

JH_AntiBot v5 English config

Oct 16th, 2020 (edited)
1,847
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.13 KB | None | 0 0
  1. #
  2. #
  3. #      ██ ██   ██          █████  ███    ██ ████████ ██ ██████   ██████  ████████     ██    ██ ███████
  4. #      ██ ██   ██         ██   ██ ████   ██    ██    ██ ██   ██ ██    ██    ██        ██    ██ ██      
  5. #      ██ ███████         ███████ ██ ██  ██    ██    ██ ██████  ██    ██    ██        ██    ██ ███████
  6. # ██   ██ ██   ██         ██   ██ ██  ██ ██    ██    ██ ██   ██ ██    ██    ██         ██  ██       ██
  7. #  █████  ██   ██ ███████ ██   ██ ██   ████    ██    ██ ██████   ██████     ██          ████   ███████
  8. #                                                                                                                                                                                                        
  9. #
  10. # English config.yml
  11. #
  12.  
  13.  
  14. # This plugin saves the database in MySQL is necessary to configure one for it to work properly!
  15. # The MySQL of this plugin works in a second Thread inside the server will not cause lag.
  16. # Never use the plugin on two servers with the same database, each server should have a different database
  17. MySQL:
  18.   ip: '127.0.0.1'
  19.   port: '3306'
  20.   user: 'root'
  21.   password: 'senha'
  22.   database: 'db'
  23.  
  24. # Things that work on all messages..
  25. Global:
  26.   Header:
  27.  - "&4&lJH_AntiBot v5"
  28.   - ""
  29.  
  30.   Footer:
  31.  - ""
  32.   - "&fBy&e www.jhdev.net/discord"
  33.  
  34. # Limit online players with same IP
  35. PerIpPlayerLimit:
  36.  # To disable put a value equal to or less than 0 like -1
  37.   limit: 2
  38.   kickMessage:
  39.  - "{header}"
  40.   - "&cThe online account limit for your ip address has been reached."
  41.   - "{footer}"
  42.  
  43. # Force the player to refresh the server list to enter the server
  44. # If the player changes the nickname he will be forced to do it again.
  45. RefreshServerListPing:
  46.   enabled: true
  47.   kickMessage:
  48.  - "{header}"
  49.   - "&cRefresh the server list until you see its name."
  50.   - "{footer}"
  51.  
  52. # If the simultaneous check reach 10 ips the plugin will enable a queue
  53. # to avoid that batch the request-server
  54. Queue:
  55.   kickMessage:
  56.  - "{header}"
  57.   - "&cYour IP address is in the verification queue"
  58.   - "&cYour position: &f{pos}"
  59.   - "&cEstimated time: &e{time}"
  60.   - "{footer}"
  61.  
  62. # Check if the player ip is a PROXY or VPN address/service
  63. ProxyVerification:
  64.   enabled: true
  65.   kickMessage:
  66.  - "{header}"
  67.   - "&cYour IP address has been detected as Proxy or VPN service."
  68.   - "{footer}"
  69.  
  70. # The join delay limit for ip
  71. Join:
  72.   delay: 3000
  73.   kickMessage:
  74.  - "{header}"
  75.   - "&cYou are joining too fast, wait a while before join."
  76.   - "{footer}"
  77.  
  78. # Country whitelist or blacklist system.
  79. CountryBlocker:
  80.  # mode: 1 = Whitelist all countries on the list
  81.   # mode: 2 = Blacklist all countries on the list
  82.   # mode: 3 = Disable the country blacklist/whitelist
  83.   mode: 1
  84.   kickMessage:
  85.  - "{header}"
  86.   - "&cYour country is not allowed to play on this server."
  87.   - "{footer}"
  88.   countries:
  89.  - "BR"
  90.   - "PT"
  91.   - "US"
  92.   - "IT"
  93.   - "FR"
  94.   - "AR"
  95.   - "RS"
  96.   - "HU"
  97.   - "HR"
  98.   - "IL"
  99.   - "TR"
  100.   - "DE"
  101.   - "BA"
  102.   - "RO"
  103.   - "UK"
  104.   - "AT"
  105.   - "GB"
  106.   - "UY"
  107.   - "MK"
  108.   - "CZ"
  109.   - "NK"
  110.   - "SK"
  111.   - "BA"
  112.  
  113. # Checking for invalid nicks
  114. InvalidUsername:
  115.   InvalidLength:
  116.  - "{header}"
  117.   - "&cYour nick must be between 3 and 16 in size"
  118.   - "{footer}"
  119.  
  120.   InvalidLetters:
  121.  - "{header}"
  122.   - "&cYour nick is invalid the server only allows letters, numbers and _"
  123.   - "{footer}"
  124.  
  125. # If the antibot wants the player to be checked this message will appear.
  126. Verification:
  127.   kickMessage:
  128.  - "{header}"
  129.   - "&cYour information is being verified, please log in to the server again."
  130.   - "{footer}"
  131.  
  132. # If the antibot goes blacklist on some ip
  133. BlacklistedIP:
  134.   kickMessage:
  135.  - "{header}"
  136.   - "&cYour IP address was blacklisted here."
  137.   - "{footer}"
  138.  
  139. #
  140. #
  141. #      ██ ██   ██          █████  ███    ██ ████████ ██ ██████   ██████  ████████     ██    ██ ███████
  142. #      ██ ██   ██         ██   ██ ████   ██    ██    ██ ██   ██ ██    ██    ██        ██    ██ ██      
  143. #      ██ ███████         ███████ ██ ██  ██    ██    ██ ██████  ██    ██    ██        ██    ██ ███████
  144. # ██   ██ ██   ██         ██   ██ ██  ██ ██    ██    ██ ██   ██ ██    ██    ██         ██  ██       ██
  145. #  █████  ██   ██ ███████ ██   ██ ██   ████    ██    ██ ██████   ██████     ██          ████   ███████
  146. #
  147. #
  148. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement