如题怎么给BossShopPro插件设置打开菜单的音效
https://www.spigotmc.org/wiki/bossshoppro-configuration/
- # Sound:
- # Sound sent to a player. Can be turned off by setting it to ''. Individual sound settings can be added to the configuration sections of your shops and shopitems, else they will inherit the sound settings of their parent.
- # Formatting: <sound name>:<volume>:<pitch>. You can find all available sound names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
- Sound:
- Shopitem:
- Click: 'UI_BUTTON_CLICK:1:1'
- Purchase: 'ENTITY_PLAYER_LEVELUP:1:1.8'
- NoPermission: 'ENTITY_BLAZE_DEATH:1:1'
- NotEnoughMoney: 'ENTITY_SHULKER_HURT:1:0.8'
- Shop:
- ChangePage: 'UI_BUTTON_CLICK:0.2:1'
- ChangeShop: 'BLOCK_CHEST_OPEN:0.2:1'
- Open: 'ENTITY_ELDER_GUARDIAN_CURSE:1:1.8'
- Close: ''
从上述描述可以看出写法是
- Sound:
- Shop:
- Open: '<打开菜单时声音名称>:<音量>:<音调>'