Skip to content

Commit 968a76b

Browse files
feat: add Umberella despawned announcement with custom sound in chat rules
1 parent bc2be83 commit 968a76b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

hypixel-skyblock-simple/overrides/config/skyblocker/chat_rules.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
{
22
"rules": [
3+
{
4+
"announcementMessage": {
5+
"message": "Umberella despawned.",
6+
"displayDuration": 4000
7+
},
8+
"customSound": {
9+
"sound_id": "minecraft:block.anvil.land"
10+
},
11+
"locations": [
12+
"crimson_isle"
13+
],
14+
"hideOriginalMessage": false,
15+
"regex": false,
16+
"ignoreCase": true,
17+
"filter": "Your Umberella despawned.",
18+
"name": "Umberella",
19+
"enabled": true,
20+
"partialMatch": false
21+
},
322
{
423
"locations": [
524
"hub"

0 commit comments

Comments
 (0)