This commit is contained in:
2025-10-20 07:33:27 +00:00
parent cb6e810b0a
commit 1ab81d5f52
4223 changed files with 1326379 additions and 0 deletions

34
config/sounds/chat.json Normal file
View File

@@ -0,0 +1,34 @@
{
"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": [
"@moyingzhanjian",
"@aktlin",
"@heishou",
"@heishouAminuosi",
"@nrfrn",
"@gbigi"
],
"ignoreSystemChats": false,
"enableChatSoundCooldown": false,
"chatSoundCooldown": 0.5
}