Skip to content

Vectorious/Dynmap.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynmap.NET

A .NET library for interacting with Dynmap chat.

Usage

The following code would set up a connection to a server, hook up an event for chat messages, start listening for chat messages, and send a message to the server.

var connection = new ServerConnection("http://yourserver.com:8123/");
connection.PlayerChat += connection_PlayerChat;
connection.Start();
connection.SendMessage("Hello, world!");

About

A .NET library for interacting with Dynmap chat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages