Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.01 KB

Minecraft Addon Generator

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

DEMO Site

How to use

  1. Install NodeJS
  2. Clone or download this repo
  3. Run npm install to install the dependencies needed
  4. Edit anything you want
  5. Run node . or node index.js in the downloaded folder
  6. Access the site and api on https://localhost:9090

API Usage

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