Archived
1
0
Fork 0
⛏️ Extensible Minecraft server implementation in Kotlin
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2020-12-16 21:50:21 +01:00
.github/workflows Fix the GitHub workflow 2020-11-30 07:21:30 +01:00
.runConfigurations Finish chunk data packet codec (for now) 2020-12-15 23:23:54 +01:00
blokk-api Fix errors when the client disconnects and some packet codecs 2020-12-16 21:50:21 +01:00
blokk-nbt Finish chunk data packet codec (for now) 2020-12-15 23:23:54 +01:00
blokk-packet-codecs Fix errors when the client disconnects and some packet codecs 2020-12-16 21:50:21 +01:00
blokk-packets Start working on ChunkDataPacketCodec 2020-12-13 18:26:18 +01:00
blokk-server Fix errors when the client disconnects and some packet codecs 2020-12-16 21:50:21 +01:00
buildSrc Combine the material enum with block meta 2020-12-15 21:37:26 +01:00
gradle/wrapper Initial commit 2020-08-01 23:55:31 +02:00
test-plugin Finish chunk data packet codec (for now) 2020-12-15 23:23:54 +01:00
.gitignore Add IntelliJ run configurations 2020-12-15 18:22:52 +01:00
build.gradle.kts Bump dependency versions and set jvmTarget to 14 2020-11-30 10:37:33 +01:00
gradle.properties Improve Scheduler performance, fix ByteBuf leak and cache TagsPacket encoding 2020-12-04 20:17:06 +01:00
gradlew Initial commit 2020-08-01 23:55:31 +02:00
gradlew.bat Initial commit 2020-08-01 23:55:31 +02:00
LICENSE Initial commit 2020-08-01 23:55:31 +02:00
README.md Refactorings, function additions, contracts and documentation changes 2020-11-22 15:09:15 +01:00
settings.gradle.kts Finish chunk data packet codec (for now) 2020-12-15 23:23:54 +01:00

Blokk