added config files
This commit is contained in:
29
config/sounds/chat.json
Normal file
29
config/sounds/chat.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"typingSoundEffect": {
|
||||
"shouldPlay": true,
|
||||
"pitch": 1.6,
|
||||
"volume": 0.4,
|
||||
"id": "typing",
|
||||
"soundEvent": "minecraft:block.note_block.hat"
|
||||
},
|
||||
"messageSoundEffect": {
|
||||
"shouldPlay": true,
|
||||
"pitch": 2.0,
|
||||
"volume": 0.8,
|
||||
"id": "message",
|
||||
"soundEvent": "minecraft:block.note_block.hat"
|
||||
},
|
||||
"mentionSoundEffect": {
|
||||
"shouldPlay": true,
|
||||
"pitch": 1.8,
|
||||
"volume": 0.9,
|
||||
"id": "mention",
|
||||
"soundEvent": "minecraft:block.note_block.chime"
|
||||
},
|
||||
"mentionKeywords": [
|
||||
"@Vaporvee"
|
||||
],
|
||||
"ignoreSystemChats": false,
|
||||
"enableChatSoundCooldown": false,
|
||||
"chatSoundCooldown": 0.5
|
||||
}
|
Reference in New Issue
Block a user