Update README
This commit is contained in:
1 file changed
+10
-32
@@ -1,23 +1,18 @@
|
|||||||
# libmc
|
# libmc
|
||||||
|
|
||||||
A lightweight minecraft client-side protocol library and related library, including `rcon client`, `motd ping`,
|
A lightweight minecraft client-side protocol library for Kotlin Native and JVM
|
||||||
`nbt parser`. All module require `kotlin-stdlib`, `libmc-protocol` require `kotlin-stdlib` and `kotlinx-coroutines`
|
|
||||||
|
|
||||||
# Supported targets
|
# Supported targets
|
||||||
|
|
||||||
- JVM 1.8
|
| Platform | Target | Support Tier |
|
||||||
- MingwX64
|
|:------------|:----------------------|:---------------------|
|
||||||
- LinuxArm64
|
| **Java** | JVM 1.8 | **Mainly Supported** |
|
||||||
- LinuxX64
|
| **Windows** | MinGW X64 | **Mainly Supported** |
|
||||||
- MacosArm64
|
| **Linux** | Linux X64 | **Mainly Supported** |
|
||||||
|
| | Linux ARM64 | **Not Tested** |
|
||||||
|
| **macOS** | macOS ARM64 (Silicon) | **Not Tested** |
|
||||||
|
|
||||||
# libmc-protocol
|
# Minecraft Protocol Library Status
|
||||||
|
|
||||||
[Use libmc-protocol](https://repo.rtast.cn/packages/-/cn.rtast.libmc:protocol)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# Minecraft Protocol Library Status & Roadmap
|
|
||||||
|
|
||||||
## Implementation details
|
## Implementation details
|
||||||
|
|
||||||
@@ -343,23 +338,6 @@ A lightweight minecraft client-side protocol library and related library, includ
|
|||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
# libmc-rconlib
|
|
||||||
|
|
||||||
Send Command via rcon protocol
|
|
||||||
|
|
||||||
[Use rconlib](https://repo.rtast.cn/packages/-/cn.rtast.libmc:rconlib)
|
|
||||||
|
|
||||||
# libmc-nbt
|
|
||||||
|
|
||||||
NBT reader and writer, compat with network NBT
|
|
||||||
|
|
||||||
# libmc-snbt
|
|
||||||
|
|
||||||
> Not completed
|
|
||||||
|
|
||||||
# Open Source
|
# Open Source
|
||||||
|
|
||||||
Open source under [Apache-2.0](LICENSE)
|
Licensed under [Apache-2.0](LICENSE)
|
||||||
Reference in New Issue
Block a user