Advertisement
Guest User

NameTagedit config.yml

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