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-06 17:03:37 +01:00
.github/workflows Fix the GitHub workflow 2020-11-30 07:21:30 +01:00
blokk-api Add option to not print the thread name in logs 2020-12-04 20:47:20 +01:00
blokk-nbt Bump dependency versions and set jvmTarget to 14 2020-11-30 10:37:33 +01:00
blokk-packet-codecs Improve Scheduler performance, fix ByteBuf leak and cache TagsPacket encoding 2020-12-04 20:17:06 +01:00
blokk-packets Add Tags packet and send it during join procedure 2020-11-30 18:10:02 +01:00
blokk-server Move BlokkScheduler to space.blokk 2020-12-06 17:03:37 +01:00
buildSrc No longer use an enum for collision shapes 2020-11-30 19:14:42 +01:00
gradle/wrapper Initial commit 2020-08-01 23:55:31 +02:00
.gitignore Add generator for tags 2020-11-29 21:14:34 +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 Rename MinecraftDataTypes and add buggy NBT implementation 2020-10-10 23:13:20 +02:00

Blokk