McMelonTV / mcpack-generator

Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input.

Home Page:https://mcpack.alphafreak.pw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Template NodeJS+Fastify site to generate Minecraft Bedrock Edition addons with content edited per user based on their input.

https://mcpack.alphafreak.pw/


Languages

Language:HTML 55.1%Language:JavaScript 44.9%