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();
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Library made to easily serialize/deserialize minecraft chat component
License
MinesharpMC/Minesharp.Chat
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Library made to easily serialize/deserialize minecraft chat component
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published