Skip to content

Commit 5ca062b

Browse files
Jakubk15CitralFlo
andauthored
Update chatformatter-core/src/main/java/com/eternalcode/formatter/mention/MentionConfig.java
Co-authored-by: Michał Wojtas <80779749+CitralFlo@users.noreply.github.com>
1 parent 3ba31d6 commit 5ca062b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chatformatter-core/src/main/java/com/eternalcode/formatter/mention/MentionConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class MentionConfig implements Serializable {
1616
@Description("# Available sounds: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html")
1717
public String sound = "BLOCK_NOTE_BLOCK_PLING";
1818

19-
@Description({ " ", "# The volume of the mention sound (0.0 to 1.0)" })
19+
@Description("# The volume of the mention sound (0.0 to 1.0)")
2020
public float volume = 1.0f;
2121

2222
@Description({ " ", "# The pitch of the mention sound (0.5 to 2.0)" })

0 commit comments

Comments
 (0)