Fraaz_

Bubble Config

Jun 11th, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. #Skript
  2. Prefix: "&8[&cBubble&8]"
  3. Name: "Bubble"
  4. Stable: "Stable"
  5. VersionStatus: "Release"
  6. Version: 2.2.5 #Don't change this or I'll ban you
  7. #Bot Prevention
  8. CaptchaPrefix: "&a[&eCaptcha&a]"
  9. Captcha: false #Makes player's say a random digit to prevent bottting
  10. CaptchaDigit: 6 #How many digits the captcha has | Its better to keep 6 or less 6. Making it more will make it hard for players.
  11. CaptchaTime: 30 #In seconds. How much time a player has to type the captcha code
  12. CaptchaStartWithDot: true #Most if not all hacked clients have a "." command (ex: ".help")
  13. IPCheck: true #Checks connected IPs
  14. PlayersPerIP: 3 #How many player's can join from the same ip
  15. #Cheat
  16. InstantKick: false #Instantly kick the player if they cheat.
  17. AutoWarn: false
  18. AutoKick: false
  19. AutoBan: false
  20. All: false
  21. #Ban
  22. BanTime: 1d
  23. ChecksToWarn: 50
  24. ChecksToKick: 75
  25. ChecksToBan: 100
  26. #Performance:
  27. MemorySaver: true #Will kill unnamed entities if tps is low.
  28. Delay: 2 #(SECONDS") | Delay before the tests are retaken | How to set? Run "/bubble optimize" | If you want fast tests set between 1 to 5
  29. #Permission
  30. manage: "bubble.manage"
  31. Bypass: "bubble.bypass"
  32. CaptchaBypass: "bubble.captcha.bypass"
  33. GUI: "bubble.gui"
  34. Notify: "bubble.notify"
  35. PerformanceRun: "bubble.performance"
  36. Player: "bubble.player"
  37. ReportSend: "bubble.report.send"
  38. ReportReceive: "bubble.staff.report.receive"
  39. Status: "bubble.player.status"
  40. Theme: "bubble.theme"
  41. #Error
  42. Error1A: "&4Error &8(&c1A&8)&c! &cAutoBan is neither true nor false!"
  43. Error2A: "&4Error &8(&c2A&8)&c! &cAutoKick is neither true nor false!"
  44. Error3A: "&4Error &8(&c3A&8)&c! &cBoth AutoBan and AutoKick can't be true!"
  45. Error4A: "&4Error &8(&c4A&8)&c! &cAutoWarn is neither true nor false!"
  46. Error5A: "&4Error &8(&c5A&8)&c! &cPlease disable everything in cheat category of options if &c'&cAll&c' &cis true!"
  47. Error6A: "&4Error &8(&c6A&8)&c! &cInstant is neither true nor false!"
  48. Error7A: "&4Error &8(&c7A&8)&c! &cPlease disable everything in cheat category of options if &c'&cInstantKick&c' &cis true!"
  49. #Website
  50. Forum: "none" #Set to "none" if you don't have a website!
  51. Store: "none" #Set to "none" if you don't have a website!
  52. #Detections
  53. NoFall: true #If you have player fall damage disable set this to false
  54. HighPingKick: true #If player's ping is greater than 999 it will kick them
  55. MaxPing: 500
  56. FlightFalseFlagPrevention: true #may cause lag, but 10/10 keep if you don't want flight false flags, these cases of false flags are rare.
  57. ProAuraBlocking: false #Set to true, only if you have a good server. Hides entities 3.5 blocks above the player.
  58. MaxCPS: 18
Add Comment
Please, Sign In to add comment