feat: minimsg support in team chat (global chat soon?)
This commit is contained in:
parent
4361201b78
commit
6cb0f04170
3 changed files with 1 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
api-version: "1.21"
|
||||
name: CivilCore
|
||||
version: 0.1.0
|
||||
main: rip.iwakura.civil.Core
|
||||
authors:
|
||||
- hex
|
||||
- grng
|
Binary file not shown.
|
@ -136,7 +136,7 @@ public class Team {
|
|||
try {
|
||||
CivilPlayer p = database.getPlayer((Player) sender);
|
||||
|
||||
core.sendTeamMessage(p, message);
|
||||
core.sendTeamMessage(p, MiniMessage.miniMessage().deserialize(message));
|
||||
|
||||
return Command.SINGLE_SUCCESS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue