Skip to content

MinesharpMC/Minesharp.Chat

Repository files navigation

Minesharp.Chat

public static void Main(string[] args)
{
    var component = new TextComponent
    {
        Text = "Minesharp",
        Color = ChatColor.FromColor(Color.Red),
        ClickEvent = new ClickEvent
        {
            ActionType = ClickEventAction.OpenUrl,
            Value = "https://github.com/orgs/MinesharpMC"
        }
    };

    var json = component.ToJson();
}

About

Library made to easily serialize/deserialize minecraft chat component

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages