Refactored chat messaging api
This commit is contained in:
@@ -33,10 +33,11 @@ public abstract class Score {
|
||||
isDone = true;
|
||||
new ChatMessage(Icon.STAR)
|
||||
.appendTranslated("score#result")
|
||||
.indent(1)
|
||||
.pipe()
|
||||
.list(getResults())
|
||||
.indent(-1).newLine()
|
||||
.newLine()
|
||||
.indent()
|
||||
.numberedList(getResults())
|
||||
.undent()
|
||||
.newLine()
|
||||
.appendTranslated("score#thanks")
|
||||
.send(instance.getPlayers());
|
||||
|
||||
|
Reference in New Issue
Block a user