2458620810
如题怎么给BossShopPro插件设置打开菜单的音效

洞穴夜莺

https://www.spigotmc.org/wiki/bossshoppro-configuration/
  1. # Sound:
  2. # 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.
  3. # Formatting: <sound name>:<volume>:<pitch>. You can find all available sound names here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  4. Sound:
  5.   Shopitem:
  6.     Click: 'UI_BUTTON_CLICK:1:1'
  7.     Purchase: 'ENTITY_PLAYER_LEVELUP:1:1.8'
  8.     NoPermission: 'ENTITY_BLAZE_DEATH:1:1'
  9.     NotEnoughMoney: 'ENTITY_SHULKER_HURT:1:0.8'
  10.   Shop:
  11.     ChangePage: 'UI_BUTTON_CLICK:0.2:1'
  12.     ChangeShop: 'BLOCK_CHEST_OPEN:0.2:1'
  13.     Open: 'ENTITY_ELDER_GUARDIAN_CURSE:1:1.8'
  14.     Close: ''
复制代码

从上述描述可以看出写法是
  1. Sound:
  2.   Shop:
  3.     Open: '<打开菜单时声音名称>:<音量>:<音调>'
复制代码

下一页 最后一页