mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-18 21:01:30 +01:00
Downgrade adventure text
This commit is contained in:
parent
6add332207
commit
d30d4237b0
@ -2768,7 +2768,7 @@ public class DisguiseUtilities {
|
||||
}
|
||||
|
||||
public static Component getAdventureChat(String message) {
|
||||
return MiniMessage.miniMessage().deserialize(message);
|
||||
return MiniMessage.get().parse(message);
|
||||
}
|
||||
|
||||
public static BaseComponent[] getColoredChat(String message) {
|
||||
|
6
pom.xml
6
pom.xml
@ -29,9 +29,9 @@
|
||||
<junit-jupiter.version>5.9.3</junit-jupiter.version>
|
||||
<paper-api.version>1.19.4-R0.1-SNAPSHOT</paper-api.version>
|
||||
<bungeecord-chat.version>1.16-R0.4</bungeecord-chat.version>
|
||||
<adventure-minimessage.version>4.13.0</adventure-minimessage.version>
|
||||
<adventure-api.version>4.13.0</adventure-api.version>
|
||||
<adventure-serializer.version>4.13.0</adventure-serializer.version>
|
||||
<adventure-minimessage.version>4.9.3</adventure-minimessage.version>
|
||||
<adventure-api.version>4.9.3</adventure-api.version>
|
||||
<adventure-serializer.version>4.9.3</adventure-serializer.version>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
Loading…
Reference in New Issue
Block a user