SoundEvent介绍
轻量级服务器插件。
这个插件还可以玩不同的声音
特性
方块破坏的声音
方块放置声音
玩家移动的声音
玩家加入声音
玩家离开的声音
玩家打声
实体到达声音
命令使用声音
未知的命令声音的使用
命令和权限
/soundevent :主要指令-貌似只有一个指令
soundevent.admin : 管理员权限
sound.play.* :能听见所有声音的权限
配置文件
[spoiler]############
#####
###
# enable section is for your choice if you want to play sound to an certain event or not
# sound section, choose any sound you want
# List of possible sounds https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
# volume section, change volume to your desire
# pitch section, change pitch to your desire
# OpenInventory event 打开箱子的声音.OpenInventory:
声音开关 enable: true
声音类型 sound: 'ENTITY_CHICKEN_EGG' 具体怎么改我表示不知道
声音大小 volume: 1.0
声音能传播的距离 pitch: 1.0
关闭箱子的声音CloseInventory:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
打碎方块的声音BlockBreak:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
放置方块的声音BlockPlace:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
丢弃物品的声音DropItem:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
捡起物品的声音PickupItem:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
世界[自然]的声音WorldChange:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
玩家移动的声音PlayerMove:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
玩家加入的声音PlayerJoin:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
玩家离开的声音PlayerLeave:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
点击物品的声音InventoryClick:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
打击玩家的声音PlayerHit:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
打击生物的声音EntityHit:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
命令使用的声音CommandUse:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
使用未知命令的声音UnknownCommandUse:
enable: false
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0
# These will only check the not permitted access on using sounds
没有权限的声音NoPermission:
enable: true
sound: 'ENTITY_CHICKEN_EGG'
volume: 1.0
pitch: 1.0[/spoiler]
|