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

View File

@@ -0,0 +1,28 @@
#General settings
[general]
#Adjust the color of the bubbles outline | args = r,g,b,a
outlineColor = [0, 0, 0, 220]
#Adjust the color of the bubbles inside | args = r,g,b,a
insideColor = [203, 203, 203, 220]
#Adjust the color of the bubbles text | args = r,g,b,a
textColor = [0, 0, 0, 200]
#Adjust duration time of bubbles
#Range: 0 ~ 60
durationBubbles = 7
#Max Bubbles Stackable on a player's head
#Range: > 0
maxBubblesStack = 0
#Max line width
#Range: > 50
lineWidth = 150
#Size of bubble
#Range: 0 ~ 20
sizeBubble = 10
#Enable Bubbles Listener
bubblesListener = true
#See the bubbles through blocks or not ( like name )
throughBlock = true
#Force Format chat is bubbles don't appear
forceFormatChat = true