Advertisement
_dakata

Taka messages.yml

Nov 29th, 2020
588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.78 KB | None | 0 0
  1. ###################################
  2. #Taka Anti-Cheat                  #
  3. #                                 #
  4. #Created by dani02                #
  5. ###################################
  6. #
  7. #Notes:
  8. #1. Checks without "cancelMove" are move canceled immediately!
  9. #2. %m% - mode, %player% = player, %hack% = hack, %vl% = violation.
  10. #3. TAC supports multi commanding.
  11. #4. CancelMove VL is different than Threshold's VL, when CancelMove VLs are reached then Threshold's VL will be added.
  12. #5. Check if your config is written correctly: http://yaml-online-parser.appspot.com/.
  13.  
  14. #
  15. #DO NOT CHANGE
  16. #
  17. messages-version: 1.0
  18. #
  19. #Prefix:
  20. anticheat-prefix: "&5[&bTakaAC&5]"
  21. #
  22. #Admin permission:
  23. anticheat-admin-permission: TAC.Admin
  24. #
  25. #Bypass permission:
  26. anticheat-bypass-permission: TAC.Bypass
  27. #
  28. #Admin staff mode message:
  29. anticheat-admin-staff-mode-message: "&7Staff mode set to &6%m%&7."
  30. #
  31. #Admin verbose mode message:
  32. anticheat-admin-verbose-mode-message: "&7Verbose mode set to &6%m%&7."
  33. #
  34. #Admin verbose mode type message:
  35. anticheat-admin-verbose-mode-type-message: "&7Verbose mode type set to &6%m%&7."
  36. #
  37. #Insufficient permissions message:
  38. anticheat-no-permission-message: "You don't have permission to do that!"
  39. #
  40. #Report complete message:
  41. anticheat-report-complete-message: "&6Thank you for your report, it will be reviewed shortly."
  42. #
  43. #Report staff message
  44. #placeholders: %player% - reporter, %rep% - reported, %msg% - message
  45. anticheat-report-staff-message: "&cREPORT: &6%player% reported %rep%: %msg%"
  46. #
  47. #VL Verbose Message
  48. #placeholders: %player% - hacker, %hack% - hack, %vl% - violation, %moveCancelViolation% -
  49. #violation level, at which the player's action is canceled
  50. anticheat-verbose-message: "&6%player% violated &c&l%hack%&r&6, &bvl=%vl%&6 -> vl > %moveCancelViolation%"
  51. #
  52. #VL Reset Message
  53. anticheat-vl-cleaner-message: "All violations have been reset."
  54. #
  55. #Teleport to hacker message
  56. #placeholders: %player% - hacker
  57. anticheat-teleport-to-hacker-message: "You have been teleported to &6%player%"
  58. #
  59. #Log Command format
  60. #placeholders: %time% - The time at which the player is detected, %hack% - For hack
  61. #%count% - How many times 'till now
  62. log_format: "&7&l[%time%]: &c&l%hack% &a: &d&l%count%"
  63. #TReport GUI Title
  64. anticheat-treport-gui-title: "TakaAC - Reports"
  65. #
  66. #AutoRespawn
  67. autorespawn-kickMsg: "&cPlease disable AutoRespawn"
  68. #
  69. #Chat
  70. #
  71. #Captcha
  72. chat-captcha-first-message: "&7Enter the captcha below:"
  73. chat-captcha-success-message: "&7Captcha passed, have a nice time in our server!"
  74. chat-captcha-kick-message: "Invalid Captcha"
  75. chat-captcha-numbers-color-code: "&6"
  76. #
  77. #Chat Spam
  78. chat-spam-message: Please slow down the chat!
  79. #
  80. #Chat badwords
  81. chat-badwords-player-message: "&cWatch your language!"
  82. #
  83. #Command Spam
  84. command-spam-message: "Please slow down the chat"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement