Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Hartie95/grasskcpper

 
 

Repository files navigation

grasskcpper

A kcp library built for a certain cute game

Modification

  • 4.6+ protocol support
  • Kcp version detection support

How to add it to your project

Add the AnimeGameServers maven repo to your build file:

repositories {
    ...
    maven {
        name = "ags-mvn-Releases"
        url = uri("https://mvn.animegameservers.org/releases")
    }
}

Then add this to your dependencies in the gradle build file:

implementation "org.anime_game_servers:grasskcpper:0.1"

Credits

Anime game changes: Simplxss

Version 4.6+ Changes: OcenWang-GI Commit

Original library: https://github.com/l42111996/java-Kcp

About

A kcp library built for a certain cute game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%