This reverts commit f786341584.
This commit is contained in:
Allink 2022-05-19 19:48:49 +01:00
parent 9d1610003f
commit a081418fe9
No known key found for this signature in database
GPG key ID: 7F1F1B98F0FAAD13
11 changed files with 247 additions and 307 deletions

View file

@ -7,9 +7,8 @@ import net.kyori.adventure.text.Component;
@Data
@AllArgsConstructor
public class Message
{
public class Message {
UUID sender;
Component message;
UUID sender;
Component message;
}