Guest User

Untitled

a guest
Oct 27th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 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. # If the above option is true, use this color for the tab list. Some TabList plugins might
  14. # conflict with NametagEdit, so you may also leave thins override color blank.
  15. OverrideColor: '&f'
  16. #
  17. # If enabled, this plugin will send small data MCStats.org.
  18. MetricsEnabled: true
  19. #
  20. # If enabled, players with NametagEdit nametags will not be able to push each other (1.9+)
  21. DisablePush: false
  22. #
  23. # Do you have strange, unexplained lag emanating from NametagEdit? Likely it's a few plugins
  24. # manipulating the primary scoreboard, and not clearing the resources. This setting will
  25. # clear empty teams on a timer. You can also clear it with /nte teams clear. This setting
  26. # will be in seconds. e.g. every 300 seconds clear empty teams (5 minutes). Set this to < 1
  27. # to disable this feature.
  28. ClearEmptyTeamsInterval: -1
  29. #
  30. # If enabled, NametagEdit will turn your console into spam
  31. # heaven. Useful for reporting issues!
  32. Debug: false
  33. #
  34. # Some servers have different permissions per world, and therefore different potential nametags
  35. # per world. If you want to refresh a player's nametag when they change worlds, set
  36. # this option to true.
  37. RefreshTagOnWorldChange: false
  38. #
  39. # If enabled, NametagEdit will refresh nametags on an interval. Note: this does NOT do any
  40. # reloading. This will not pickup changes made from the file or database. Instead, it will
  41. # take any changes made by commands and/or placeholder changes. Set this to < 1 to disable
  42. # this feature. This feature is in seconds. NOTE: We do not recommend this.
  43. RefreshInterval: 0
  44. #
  45. # If enabled, NametagEdit will use database support
  46. MySQL:
  47. Enabled: false
  48. Hostname: localhost
  49. Port: 3306
  50. Username: myUsername
  51. Password: myPassword
  52. Database: myDatabase
  53. # WARNING: If you do not know what this is for, do not change it!
  54. # This allows users to customize their schema to their liking.
  55. GroupsTable: nte_groups
  56. PlayersTable: nte_players
  57. ConfigTable: nte_config
Add Comment
Please, Sign In to add comment