Advertisement
BlueCube

Messenger Configuration File

Dec 31st, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. # Messenger Configuration File #
  2. # © 2017 BlueCube #
  3. #________________________________#
  4.  
  5. # Enter MySQL database details below
  6. mysql:
  7. user:
  8. password:
  9. host:
  10. database:
  11.  
  12. # Enter your pastebin username and details
  13. # The key can be found here http://pastebin.com/api under "Your Unique Developer API Key" when logged in
  14. pastebin:
  15. username:
  16. password:
  17. key:
  18.  
  19. # Configure Pastebin Message Reports
  20. #
  21. # Enter the expire time for message reports. Valid values are:
  22. # NEVER, TEN_MINUTES, ONE_HOUR, ONE_DAY, ONE_WEEK, TWO_WEEKS, ONE_MONTH
  23. report expire: NEVER
  24.  
  25. # When a link to an image is sent, should the image be displayed?
  26. display images: true
  27.  
  28. # Configure how private messages work
  29. #
  30. # Sound Types:
  31. #
  32. # Instrument list found here under "Enum Constant Summary"
  33. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Instrument.html
  34. # Valid Octaves for Pitches: Sharp (0-2), Natural (0-1), Flat (0-1)
  35. #
  36. # Sound list found here under "Enum Constant Summary"
  37. # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
  38. private message:
  39. # Determine if & when notification sounds should be played
  40. play sound:
  41. send: true
  42. receive: true
  43. # Modify the sounds that are played
  44. sound types:
  45. send:
  46. # If you want an instrument note played, customize it here
  47. instrument:
  48. type:
  49. note:
  50. pitch:
  51. octave:
  52. tone:
  53. # If you want a sound played, specify it here
  54. sound: ENTITY_ENDERDRAGON_FLAP
  55. receive:
  56. instrument:
  57. type: PIANO
  58. note:
  59. pitch: sharp
  60. octave: 1
  61. tone: E
  62. sound:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement