Advertisement
blokizaki

Essentials chat config

Mar 9th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1.  
  2. ############################################################
  3. # +------------------------------------------------------+ #
  4. # | Essentials (Global) | #
  5. # +------------------------------------------------------+ #
  6. ############################################################
  7.  
  8. # A color code between 0-9 or a-f. Set to 'none' to disable.
  9. ops-name-color: 'b'
  10.  
  11. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  12. nickname-prefix: '~'
  13.  
  14. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  15. max-nick-length: 15
  16.  
  17. # Disable this if you have any other plugin, that modifies the displayname of a user.
  18. change-displayname: true
  19.  
  20. # When this option is enabled, the (tab) player list will be updated with the displayname.
  21. # The value of change-displayname (above) has to be true.
  22. #change-playerlist: true
  23.  
  24. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  25. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  26. # The value of change-displayname (above) has to be true.
  27. # Do not edit this setting unless you know what you are doing!
  28. #add-prefix-suffix: false
  29.  
  30. ############################################################
  31. # +------------------------------------------------------+ #
  32. # | EssentialsChat | #
  33. # +------------------------------------------------------+ #
  34. ############################################################
  35.  
  36. chat:
  37.  
  38. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  39. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  40. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  41. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  42. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  43. radius: 0
  44.  
  45. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  46. # Or you can give a group specific chat format, to give some extra variation.
  47. # If set to the default chat format which "should" be compatible with ichat.
  48. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  49.  
  50. #format: '<{DISPLAYNAME}> {MESSAGE}'
  51. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  52.  
  53. group-formats:
  54. default: '{DISPLAYNAME}&7:&r {MESSAGE}'
  55. admin: '&c[{GROUP}]&e {DISPLAYNAME}&7:&c {MESSAGE}'
  56. mod: '&7[&4&kM&r&5{GROUP}&4&kM&r&7]&2 {DISPLAYNAME}&7:&5 {MESSAGE}'
  57. owner: '&7[&4&kM&r&a{GROUP}&4&kM&r&7]&2 {DISPLAYNAME}&7:&6 {MESSAGE}'
  58.  
  59. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement