Advertisement
Guest User

EssentialsX

a guest
Dec 11th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Essentials (Global) | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # A color code between 0-9 or a-f. Set to 'none' to disable.
  8. ops-name-color: ''
  9.  
  10. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  11. nickname-prefix: ''
  12.  
  13. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  14. max-nick-length: 15
  15.  
  16. # When this option is enabled, nickname length checking will exclude color codes in player names.
  17. # ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
  18. ignore-colors-in-max-nick-length: true
  19.  
  20. # Disable this if you have any other plugin, that modifies the displayname of a user.
  21. change-displayname: true
  22.  
  23. # When this option is enabled, the (tab) player list will be updated with the displayname.
  24. # The value of change-displayname (above) has to be true.
  25. change-playerlist: true
  26.  
  27. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  28. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  29. # The value of change-displayname (above) has to be true.
  30. # Do not edit this setting unless you know what you are doing!
  31. add-prefix-suffix: true
  32.  
  33. # When this option is enabled, player prefixes will be shown in the playerlist.
  34. # This feature only works for Minecraft version 1.8 and higher.
  35. # This value of change-playerlist has to be true
  36. add-prefix-in-playerlist: true
  37.  
  38. # When this option is enabled, player suffixes will be shown in the playerlist.
  39. # This feature only works for Minecraft version 1.8 and higher.
  40. # This value of change-playerlist has to be true
  41. add-suffix-in-playerlist: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement