Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input. There is currently no documentation but it should be pretty easy to understand with a basic knowledge of NodeJS and Fastify
There is also an older PHP version in the php-version branch
- Install NodeJS
- Clone or download this repo
- Run
npm install
to install the dependencies needed - Edit anything you want
- Run
node .
ornode index.js
in the downloaded folder - Access the site and api on https://localhost:9090
POST: http://<url>:<port>/api
Body: (replace the values with your own)
{"height": -512, "theight": 512}
Made by McMelon and WolfDen133 (Old PHP Version) | NodiumHosting.com