IMC-Vocality/config/sounds/chat.json
2025-04-09 22:50:07 -05:00

30 lines
608 B
JSON

{
"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": [
"@CraisinLord",
"@hisakid13"
],
"ignoreSystemChats": false,
"enableChatSoundCooldown": false,
"chatSoundCooldown": 0.5
}