Skip to content

A swift library for communicating with a Minecraft Server

Notifications You must be signed in to change notification settings

conorthedev/MineKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MineKit

A swift library for communicating with a Minecraft Server. Currently in development.

Adding the dependency

MineKit is designed to be used with Swift 5 and higher. To include it in your project add it to your Package.swift file:

.package(url: "https://github.com/cbyrne/MineKit.git", from "1.0.0")

.target(name: "MyProject", dependencies: ["MineKit"])

Using MineKit in your project

Documentation coming soon

About

A swift library for communicating with a Minecraft Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages