Refactored Command structure, began support for API driven Rooms

This commit is contained in:
2023-10-01 19:32:14 +02:00
parent 8fddabe00f
commit 61448e77f2
18 changed files with 167 additions and 49 deletions

View File

@@ -30,6 +30,7 @@ public abstract class Score {
}
public void setDone() {
if(isDone) return;
isDone = true;
new ChatMessage(Icon.STAR, true)
.appendTranslated("score#result")