CraftLib
CraftLib copied to clipboard
🎮 CraftLib wraps the entire Minecraft codebase as a Java / Kotlin library. Supports protocol, NBT, chat and schematics. 1.7.x - 1.8.x
Bumps [netty-all](https://github.com/netty/netty) from 4.1.68.Final to 4.1.80.Final. Commits 906bb37 [maven-release-plugin] prepare release netty-4.1.80.Final 423a385 HttpObjectEncoder scalability issue due to instanceof checks (Fixes #12708) (... 8957a2e Improve logging when MacOSDnsServerAddressStreamProvider cannot be...
Bumps [gson](https://github.com/google/gson) from 2.8.8 to 2.9.1. Release notes Sourced from gson's releases. Gson 2.9.1 Make Object and JsonElement deserialization iterative rather than recursive (#1912) Added parsing support for enum that...
Bumps [junit-platform-runner](https://github.com/junit-team/junit5) from 1.8.0 to 1.9.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps `junitVersion` from 5.8.0 to 5.9.0. Updates `junit-jupiter-api` from 5.8.0 to 5.9.0 Release notes Sourced from junit-jupiter-api's releases. JUnit 5.9.0 = Platform 1.9.0 + Jupiter 5.9.0 + Vintage 5.9.0 See...
I want create bot for modded forge server but i abandoned it because no one protocol library who i found not support 1.7.10 and forge, and minecraft protocol too hard...
Bumps [kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2 to 1.6.4. Release notes Sourced from kotlinx-coroutines-jdk8's releases. 1.6.4 Added TestScope.backgroundScope for launching coroutines that perform work in the background and need to be cancelled at...
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.5.30 to 1.7.10. Release notes Sourced from org.jetbrains.kotlin.jvm's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should always resolve to a KtCallInfo" is...
Bumps `kotlinVersion` from 1.5.30 to 1.7.10. Updates `kotlin-stdlib-jdk8` from 1.5.30 to 1.7.10 Release notes Sourced from kotlin-stdlib-jdk8's releases. Kotlin 1.7.0 Changelog Analysis API. FIR KT-50864 Analysis API: ISE: "KtCallElement should...
[contributing]: https://github.com/Zerite/CraftLib/blob/master/.github/CONTRIBUTING.MD #### Description This sets up Dependabot (again) and a workflow to automatically merge PRs it makes that pass all tests. It also sets up an extra test for...
**Is your feature request related to a problem? Please describe.** [Adventure](https://github.com/KyoriPowered/adventure) appears to be more established when it comes to dealing with chat messages. It has many features that this...