]> gitweb.ps.run Git - packwiz/blob - config/sounds/chat.json
repaya
[packwiz] / config / sounds / chat.json
1 {
2         "typingSoundEffect": {
3                 "shouldPlay": true,
4                 "pitch": 1.6,
5                 "volume": 0.4,
6                 "id": "typing",
7                 "soundEvent": "minecraft:block.note_block.hat"
8         },
9         "messageSoundEffect": {
10                 "shouldPlay": true,
11                 "pitch": 2.0,
12                 "volume": 0.8,
13                 "id": "message",
14                 "soundEvent": "minecraft:block.note_block.hat"
15         },
16         "mentionSoundEffect": {
17                 "shouldPlay": true,
18                 "pitch": 1.8,
19                 "volume": 0.9,
20                 "id": "mention",
21                 "soundEvent": "minecraft:block.note_block.chime"
22         },
23         "mentionKeywords": [
24                 "@Carrotbane",
25                 "@koxnon"
26         ],
27         "ignoreSystemChats": false,
28         "enableChatSoundCooldown": false,
29         "chatSoundCooldown": 0.5
30 }