Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 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. # Some servers have different permissions per world, and therefore different potential nametags
  32. # per world. If you want to refresh a player's nametag when they change worlds, set
  33. # this option to true.
  34. RefreshTagOnWorldChange: false
  35. #
  36. # If enabled, NametagEdit will refresh nametags on an interval. Note: this does NOT do any
  37. # reloading. This will not pickup changes made from the file or database. Instead, it will
  38. # take any changes made by commands and/or placeholder changes. Set this to < 1 to disable
  39. # this feature. This feature is in seconds. NOTE: We do not recommend this.
  40. RefreshInterval: 0
  41. #
  42. # If enabled, NametagEdit will use database support
  43. MySQL:
  44. Enabled: false
  45. Hostname: localhost
  46. Port: 3306
  47. Username: myUsername
  48. Password: myPassword
  49. Database: myDatabase
  50. # WARNING: If you do not know what this is for, do not change it!
  51. # This allows users to customize their schema to their liking.
  52. GroupsTable: nte_groups
  53. PlayersTable: nte_players
  54. ConfigTable: nte_config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement