Auxilor / EcoArmor

Custom armor sets plugin for the latest minecraft version
GNU General Public License v3.0
31 stars 27 forks source link

sounds: not working correctly #20

Closed ltjessem closed 2 years ago

ltjessem commented 2 years ago

equip: works, but volume: adjusts the pitch and pitch: adjusts the volume. advancedEquip: and unequip: do not appear to function at all.

Example config:


   sounds:
      equip:
        enabled: true
        sound: "block_beacon_activate"
        volume: 2  # This is adjusting the pitch
        pitch: 1
      advancedEquip:
        enabled: true
        sound: "block_beacon_activate"
        volume: 1
        pitch: 1
      unequip:
        enabled: true
        sound: "block_beacon_deactivate"
        volume: 1
        pitch: 1
ltjessem commented 2 years ago

They all use sounds.equip.enabled here. Changing these to the correct values fixes advancedEquip, but unequip, volume and pitch are still broken.

ltjessem commented 2 years ago

Should be a super simple fix.