Skip to content

alvin-pm-pl/ResourcePackCDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResourcePackCDN

A simple standalone CDN webserver for Minecraft Resource Packs

Introduction

Minecraft: Bedrock Edition introduced a feature that allows client to download resource pack from external URL.

This allows us to have fast resource pack download speed, also resolving pmmp/PocketMine-MP#3127 without having to modify PMMP.

Setup

  1. Make sure you have installed Node.js (or Bun) and NPM
  2. Clone this repository
  3. Make a directory called packs, put resource packs in it
  4. Run the command: npm install && npm run start

The URL to download the resource pack is http://<your-ip>:<port>/<pack-name>

To change the port, edit .env file.

Warning

The client expects the zip file structure like this, not like the regular behaviour:

Correct:
MyPack.zip
├── MyPack
│   ├── manifest.json
│   ├── ...

Invalid:
MyPack.zip
├── manifest.json
├── ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published