Advertisement
Guest User

Essentials

a guest
Dec 15th, 2013
600
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 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: '4'
  9.  
  10. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  11. nickname-prefix: '~'
  12.  
  13. # Disable this if you have any other plugin, that modifies the displayname of a user.
  14. change-displayname: true
  15.  
  16. # When this option is enabled, the (tab) player list will be updated with the displayname.
  17. # The value of change-displayname (above) has to be true.
  18. #change-playerlist: true
  19.  
  20. # When essentialschat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  21. # This setting is ignored if essentialschat.jar is used, and defaults to 'true'.
  22. # The value of change-displayname (above) has to be true.
  23. # Do not edit this setting unless you know what you are doing!
  24. #add-prefix-suffix: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement