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.
- Host: GitHub
- URL: https://github.com/wode490390/cachesupport
- Owner: wode490390
- License: gpl-3.0
- Created: 2019-07-30T15:38:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T11:47:45.000Z (over 5 years ago)
- Last Synced: 2025-04-14T09:11:43.838Z (6 months ago)
- Topics: cache, chunk, demo, minecraft, nukkit, plugin
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Client Blob Cache Support
[](https://circleci.com/gh/wode490390/CacheSupport/tree/master)
[](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 :)