Advertisement
Guest User

Untitled

a guest
Nov 5th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. chat {
  2.  
  3. # If "true", Nucleus will attempt to modify the chat
  4.  
  5. #
  6.  
  7. modifychat=true
  8.  
  9. templates {
  10.  
  11. # The default chat template if no group templates apply.
  12.  
  13. #
  14.  
  15. default {
  16.  
  17. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  18.  
  19. #
  20.  
  21. prefix="{{prefix}} {{displayname}}&f: "
  22.  
  23. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  24.  
  25. #
  26.  
  27. suffix=" {{suffix}}"
  28.  
  29. }
  30.  
  31. # Group templates override the default chat template based on the users group. Note that the group name is case sensitive.
  32.  
  33. #
  34.  
  35. group-templates {
  36.  
  37. HeadAdmin {
  38.  
  39. prefix="{{prefix}} &b{{displayname}}&f A>: "
  40.  
  41. suffix=" {{suffix}}"
  42.  
  43. }
  44.  
  45. }
  46.  
  47. }
  48.  
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement