Advertisement
Guest User

Untitled

a guest
Feb 11th, 2018
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 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. # Do you have strange, unexplained lag emanating from NametagEdit? Likely it's a few plugins
  21. # manipulating the primary scoreboard, and not clearing the resources. This setting will
  22. # clear empty teams on a timer. You can also clear it with /nte teams clear. This setting
  23. # will be in seconds. e.g. every 300 seconds clear empty teams (5 minutes). Set this to < 1
  24. # to disable this feature.
  25. ClearEmptyTeamsInterval: -1
  26. #
  27. # If enabled, NametagEdit will turn your console into spam
  28. # heaven. Useful for reporting issues!
  29. Debug: false
  30. #
  31. # If enabled, NametagEdit will use database support
  32. MySQL:
  33. Enabled: true
  34. Hostname: 107.173.171.101
  35. Port: 3306
  36. Username: s161_VPB9d0eEHl
  37. Password: VKbP14eILl8CDpHuMgza
  38. Database: s161_1315dfde
  39. # WARNING: If you do not know what this is for, do not change it!
  40. # This allows users to customize their schema to their liking.
  41. GroupsTable: nte_groups
  42. PlayersTable: nte_players
  43. ConfigTable: nte_config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement