notjose

JAntiPlugin Config

Jun 10th, 2022 (edited)
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. #JAntiPlugin by JoseMarcellio
  2. #hex color support for 1.16+
  3. #list executor: [command], [message], [sound]
  4.  
  5. #you can set this to false, if you don't want to block all tab complete
  6. #this will not affect, because .plugins have been blocked using packet
  7. #whitelist-tab-complete-command only work on 1.13+ and block-tab-complete: true
  8. block-tab-complete: true
  9. whitelist-tab-complete-command:
  10. - "jantiplugin"
  11.  
  12. block-syntax: true
  13. #set message to "none" if you want to disable message
  14. syntax-message: "&cYou are not allowed to use syntax!"
  15.  
  16. #use {random}, {alphabeth}, {number}, {cencor} to random replace block-chat
  17. #you can also custom replace without using the format above
  18. #use {player} to get player, {chat} to get chat
  19. block-chat:
  20. "fuck":
  21. replace: "{random}"
  22. executor:
  23. - "[command]kick {player} &cYou are not allowed to say {chat} on this server!"
  24. "idiot":
  25. replace: "{number}"
  26. executor:
  27. - "[message]&cYou are not allowed to say {chat} on this server!"
  28. "stupid":
  29. replace: "{cencor}"
  30. executor:
  31. - "[sound]ENDERMAN_TELEPORT"
  32. - "[message]&cYou are not allowed to say {chat} on this server!"
  33.  
  34. #use {command} to get command
  35. block-command:
  36. "?":
  37. executor:
  38. - "[sound]VILLAGER_NO"
  39. - "[message]&cYou are not allowed to use /{command} on this server!"
  40. "pl":
  41. executor:
  42. - "[message]&cWhat are you doing?"
  43. - "[command]broadcast {player} trying to use /{command}"
  44. - "[sound]VILLAGER_NO"
  45. "plugins":
  46. executor:
  47. - "[message]&cYou are not allowed to use /{command} on this server!"
  48. "about":
  49. executor:
  50. - "[message]&cYou are not allowed to use /{command} on this server!"
  51. "help":
  52. executor:
  53. - "[message]&cYou are not allowed to use /{command} on this server!"
  54. "ver":
  55. executor:
  56. - "[message]&cYou are not allowed to use /{command} on this server!"
  57. "version":
  58. executor:
  59. - "[message]&cYou are not allowed to use /{command} on this server!"
Add Comment
Please, Sign In to add comment