Advertisement
Guest User

Untitled

a guest
Apr 21st, 2020
2,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. #
  2. # AdvancedLobby | sounds.yml
  3. #
  4. # Make sure using the compatible sounds for your minecraft server version.
  5. # Look them up at http://cyne.ml/advancedlobby/sound_lists/
  6. #
  7.  
  8. #Teleporter sounds
  9. teleporter:
  10. open_inventory:
  11. enabled: true
  12. sound: LEVEL_UP
  13. volume: 1
  14. pitch: 2
  15. teleport:
  16. enabled: true
  17. sound: ENDERMAN_TELEPORT
  18. volume: 1
  19. pitch: 1
  20.  
  21. #Hotbar switch sound
  22. hotbar_switch:
  23. enabled: true
  24. sound: NOTE_STICKS
  25. volume: 1
  26. pitch: 2
  27.  
  28. #Player hider switch sound
  29. player_hider:
  30. enabled: true
  31. sound: CHICKEN_EGG_POP
  32. volume: 1
  33. pitch: 1
  34.  
  35. #SilentLobby join & leave sound
  36. silentlobby:
  37. enable_silentlobby:
  38. enabled: true
  39. sound: FIREWORK_BLAST
  40. volume: 1
  41. pitch: 2
  42. disable_silentlobby:
  43. enabled: true
  44. sound: CLICK
  45. volume: 1
  46. pitch: 2
  47.  
  48. #Shield activate & disable sound
  49. shield:
  50. enable_shield:
  51. enabled: true
  52. sound: ENDERDRAGON_HIT
  53. volume: 1
  54. pitch: 2
  55. disable_shield:
  56. enabled: true
  57. sound: CLICK
  58. volume: 1
  59. pitch: 2
  60.  
  61. #Cosmetics sounds
  62. cosmetics:
  63. open_inventory:
  64. enabled: true
  65. sound: CLICK
  66. volume: 1
  67. pitch: 2
  68. change_page:
  69. enabled: true
  70. sound: CLICK
  71. volume: 1
  72. pitch: 2
  73. equip_cosmetic:
  74. enabled: true
  75. sound: CLICK
  76. volume: 1
  77. pitch: 2
  78. disable_cosmetic:
  79. enabled: true
  80. sound: CLICK
  81. volume: 1
  82. pitch: 2
  83.  
  84. #Gadgets sounds
  85. gadgets:
  86. grappling_hook:
  87. enabled: true
  88. sound: BAT_TAKEOFF
  89. volume: 1
  90. pitch: 1
  91. rocket_jump:
  92. enabled: true
  93. sound: EXPLODE
  94. volume: 1
  95. pitch: 2
  96. reload_gadget:
  97. enabled: true
  98. sound: VILLAGER_NO
  99. volume: 1
  100. pitch: 1
  101.  
  102. #WorldBorder push back sound
  103. worldborder_push_back:
  104. enabled: true
  105. sound: ENDERDRAGON_WINGS
  106. volume: 1
  107. pitch: 2
  108.  
  109. #JumpPads push sound
  110. jumppads:
  111. enabled: true
  112. sound: ENDERDRAGON_WINGS
  113. volume: 1
  114. pitch: 2
  115.  
  116. #Commands sounds
  117. commands:
  118. teleportall_command:
  119. enabled: true
  120. sound: ENDERMAN_TELEPORT
  121. volume: 1
  122. pitch: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement