Advertisement
Guest User

Untitled

a guest
Feb 16th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #-----------------
  2. # NametagEdit v4.0
  3. #-----------------
  4. # Development Builds: http://ci.playmc.cc/job/NametagEdit
  5. # Source Code: http://www.github.com/sgtcaze/NametagEdit
  6. #-----------------
  7.  
  8. # If "true", this will remove any formatting created in the tab list by prefixes / suffixes
  9. # Do not set this to true if you already have a plugin that changes the tab list
  10. TabListDisabled: false
  11.  
  12. # If enabled, this plugin will send small data MCStats.org.
  13. MetricsEnabled: true
  14.  
  15. # If enabled, NametagEdit will use database support
  16. MySQL:
  17. Enabled: false
  18. Hostname: localhost
  19. Port: 3306
  20. Username: myUsername
  21. Password: myPassword
  22. Database: myDatabase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement