Advertisement
Guest User

Untitled

a guest
Jun 10th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.11 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, players with NametagEdit nametags will not be able to push each other (1.9+)
  18. DisablePush: false
  19. #
  20. # If enabled, NametagEdit will turn your console into spam
  21. # heaven. Useful for reporting issues!
  22. Debug: true
  23. #
  24. # If enabled, NametagEdit will use database support
  25. MySQL:
  26.   Enabled: false
  27.   Hostname: localhost
  28.   Port: 3306
  29.   Username: myUsername
  30.   Password: myPassword
  31.   Database: myDatabase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement