An open API service indexing awesome lists of open source software.

https://github.com/wode490390/cachesupport

This demo allows the Nukkit servers to enable support for ClientBlobCache.
https://github.com/wode490390/cachesupport

cache chunk demo minecraft nukkit plugin

Last synced: 6 months ago
JSON representation

This demo allows the Nukkit servers to enable support for ClientBlobCache.

Awesome Lists containing this project

README

          

# Client Blob Cache Support
[![Build](https://img.shields.io/circleci/build/github/wode490390/CacheSupport/master)](https://circleci.com/gh/wode490390/CacheSupport/tree/master)
[![MCBBS](https://img.shields.io/badge/-mcbbs-inactive)](https://www.mcbbs.net/thread-924711-1-1.html "客户端缓存支持")

This demo allows the [Nukkit](https://github.com/NukkitX/Nukkit) server to enable support for [`ClientBlobCache`](https://gist.github.com/Tomcc/4be79d3eafcd158c5059abd4ab2e8d35).

## Requirements
- Game version: 1.12+
- Level format: Anvil

## Compiling
1. Install [Maven](https://maven.apache.org/).
2. Run `mvn clean package`. The compiled JAR can be found in the `target/` directory.

###### If I have any grammar and terms error, please correct my wrong :)