Add setColor function & bump to 1.0.1
This commit is contained in:
@@ -10,5 +10,9 @@ class MessageFormat {
|
||||
fun setStaffPrefix(text: String): String {
|
||||
return "<bold><gradient:#${Messages.PRIMARY_COLOR}:#${Messages.SECONDARY_COLOR}:#${Messages.PRIMARY_COLOR}>GalaxyNetwork</gradient> <gradient:green:dark_green:green>Staff Mode</gradient> <gray>»</gray></bold> $text"
|
||||
}
|
||||
|
||||
fun setColor(text: String): String {
|
||||
return "<color:${Messages.SECONDARY_COLOR}>$text</color>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user