devtools: add msg command
This commit is contained in:
@@ -352,6 +352,11 @@ public class DevToolsPlugin extends Plugin
|
||||
client.playSoundEffect(id);
|
||||
break;
|
||||
}
|
||||
case "msg":
|
||||
{
|
||||
client.addChatMessage(ChatMessageType.GAMEMESSAGE, "", String.join(" ", args), "");
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user