Guest User

Untitled

a guest
May 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Each rule must have one 'match' statement and atleast one 'then' statement
  2. # match <regular expression>
  3. # then replace <string>|warn [<string>]|log|deny|debug
  4. require permission reg.ex
  5.  
  6. match ^\./
  7. then replace §a/
  8.  
  9. match !
  10. then replace §4!§f
  11.  
  12. match \?
  13. then replace §c?§f
  14.  
  15. match xd
  16. then replace x§3D§f
  17.  
  18. match lol
  19. then replace §3\\§fo§3/§f
  20.  
  21. match \)
  22. then replace §3\)§f
  23.  
  24. match \(
  25. then replace §3\(§f
  26.  
  27. match \:D
  28. then replace :§3D§f
Add Comment
Please, Sign In to add comment