Guest User

Untitled

a guest
Jan 23rd, 2016
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. #-----------------
  2. # NametagEdit v3.0.2
  3. #-----------------
  4. # Development Builds: http://ci.playmc.cc/job/NametagEdit
  5. # Source Code: http://www.github.com/sgtcaze/NametagEdit
  6. #-----------------
  7.  
  8. # If "true", this will remove any formatting created in the tab list by prefixes / suffixes
  9. # Do not set this to true if you already have a plugin that changes the tab list
  10. TabListDisabled: true
  11.  
  12. # If enabled, this plugin will send small data MCStats.org.
  13. MetricsEnabled: true
  14.  
  15. # If enabled, this plugin will format the chat
  16. Chat:
  17. Enabled: false
  18. Format: "%prefix% %s %suffix%: %s"
  19.  
  20. # If enabled, NametagEdit will use database support
  21. MySQL:
  22. Enabled: false
  23. Hostname: localhost
  24. Port: 3306
  25. Username: myUsername
  26. Password: myPassword
  27. Database: myDatabase
  28.  
  29. # This is for MySQL. Update each time on join, or on a timer?
  30. # The "TimerInterval" will be in seconds
  31. Updating:
  32. OnJoin: false
  33. OnTimer: true
  34. TimerInterval: 60
Add Comment
Please, Sign In to add comment