Guest User

Untitled

a guest
Dec 26th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. # ---------------------------------------------------------
  2. # NametagEdit by sgtcaze and Cory
  3. # ---------------------------------------------------------
  4. # Development Builds: http://ci.playmc.cc/job/NametagEdit
  5. # Source Code: http://www.github.com/sgtcaze/NametagEdit
  6. # ---------------------------------------------------------
  7. #
  8. # Do NOT change this setting. Bad things will happen if you do!!
  9. DatabaseVersion: 1
  10. # If enabled, this will remove any formatting created in the tab list by prefixes / suffixes
  11. # Do not set this to true if you already have a plugin that changes the tab list
  12. TabListDisabled: false
  13. #
  14. # If enabled, this plugin will send small data MCStats.org.
  15. MetricsEnabled: true
  16. #
  17. # If enabled, NametagEdit will turn your console into spam
  18. # heaven. Useful for reporting issues!
  19. Debug: false
  20. #
  21. # If enabled, NametagEdit will use database support
  22. MySQL:
  23. Enabled: false
  24. Hostname: localhost
  25. Port: 3306
  26. Username: myUsername
  27. Password: myPassword
  28. Database: myDatabase
Add Comment
Please, Sign In to add comment